Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountUsage.md
2025-08-08 17:01:26 +00:00

967 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-V2024AccountUsage  -Date Fri Apr 21 00:00:00 UTC 2023 `
 -Count 10
  • Convert the resource to JSON
$AccountUsage | ConvertTo-JSON

[Back to top]