Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountUsage.md
2025-04-30 15:58:36 +00:00

979 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-account-usage AccountUsage AccountUsage AccountUsage powershellsdk
powershell
PowerShell
sdk
AccountUsage
V2024AccountUsage
/tools/sdk/powershell/v2024/models/account-usage
SDK
Software Development Kit
AccountUsage
V2024AccountUsage

AccountUsage

Properties

Name Type Description Notes
Date System.DateTime The first day of the month for which activity is aggregated. [optional]
Count Int64 The number of days within the month that the account was active in a source. [optional]

Examples

  • Prepare the resource
$AccountUsage = Initialize-PSSailpoint.V2024AccountUsage  -Date Thu Apr 20 20:00:00 EDT 2023 `
 -Count 10
  • Convert the resource to JSON
$AccountUsage | ConvertTo-JSON

[Back to top]