Skip to main content

AccountUsage

Properties

NameTypeDescriptionNotes
DateSystem.DateTimeThe first day of the month for which activity is aggregated.[optional]
CountInt64The number of days within the month that the account was active in a source.[optional]

Examples

  • Prepare the resource
$AccountUsage = Initialize-PSSailpoint.V3AccountUsage  -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10
  • Convert the resource to JSON
$AccountUsage | ConvertTo-JSON

[Back to top]