Skip to main content

ActivityInsights

Properties

NameTypeDescriptionNotes
AccountIDStringUUID of the account[optional]
UsageDaysInt32The number of days of activity[optional]
UsageDaysStateEnum [ "COMPLETE", "UNKNOWN" ]Status indicating if the activity is complete or unknown[optional]

Examples

  • Prepare the resource
$ActivityInsights = Initialize-PSSailpoint.V2024ActivityInsights  -AccountID c4ddd5421d8549f0abd309162cafd3b1 `
-UsageDays 45 `
-UsageDaysState COMPLETE
  • Convert the resource to JSON
$ActivityInsights | ConvertTo-JSON

[Back to top]