ActivityInsights
Insights into account activity
Properties
Name | Type | Description | Notes |
---|---|---|---|
account_id | str | UUID of the account | [optional] |
usage_days | int | The number of days of activity | [optional] |
usage_days_state | Enum [ 'COMPLETE', 'UNKNOWN' ] | Status indicating if the activity is complete or unknown | [optional] |
} |
Example
from sailpoint.v2024.models.activity_insights import ActivityInsights
activity_insights = ActivityInsights(
account_id='c4ddd5421d8549f0abd309162cafd3b1',
usage_days=45,
usage_days_state='COMPLETE'
)