mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
863 B
863 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account-usage | AccountUsage | AccountUsage | AccountUsage | pythonsdk |
|
/tools/sdk/python/v3/models/account-usage |
|
AccountUsage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| var_date | date | The first day of the month for which activity is aggregated. | [optional] |
| count | int | The number of days within the month that the account was active in a source. | [optional] |
| } |
Example
from sailpoint.v3.models.account_usage import AccountUsage
account_usage = AccountUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023',
count=10
)