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.account_usages.models.accountusage import Accountusage
accountusage = Accountusage(
var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10
)