mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-activity-insights | ActivityInsights | ActivityInsights | ActivityInsights | powershellsdk |
|
/tools/sdk/powershell/v2025/models/activity-insights |
|
ActivityInsights
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccountID | String | UUID of the account | [optional] |
| UsageDays | Int32 | The number of days of activity | [optional] |
| UsageDaysState | Enum [ "COMPLETE", "UNKNOWN" ] | Status indicating if the activity is complete or unknown | [optional] |
Examples
- Prepare the resource
$ActivityInsights = Initialize-PSSailpoint.V2025ActivityInsights -AccountID c4ddd5421d8549f0abd309162cafd3b1 `
-UsageDays 45 `
-UsageDaysState COMPLETE
- Convert the resource to JSON
$ActivityInsights | ConvertTo-JSON