mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
865 B
865 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| source-usage | SourceUsage | SourceUsage | SourceUsage | pythonsdk |
|
/tools/sdk/python/v3/models/source-usage |
|
SourceUsage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| var_date | date | The first day of the month for which activity is aggregated. | [optional] |
| count | float | The average number of days that accounts were active within this source, for the month. | [optional] |
| } |
Example
from sailpoint.v3.models.source_usage import SourceUsage
source_usage = SourceUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023',
count=10.45
)