Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountUsage.md
2025-05-07 14:37:48 +00:00

962 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
beta-account-usage AccountUsage AccountUsage AccountUsage powershellsdk
powershell
PowerShell
sdk
AccountUsage
BetaAccountUsage
/tools/sdk/powershell/beta/models/account-usage
SDK
Software Development Kit
AccountUsage
BetaAccountUsage

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-BetaAccountUsage  -Date Thu Apr 20 20:00:00 EDT 2023 `
 -Count 10
  • Convert the resource to JSON
$AccountUsage | ConvertTo-JSON

[Back to top]