mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
962 B
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 |
|
/tools/sdk/powershell/beta/models/account-usage |
|
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