mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
981 B
981 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-source-usage | SourceUsage | SourceUsage | SourceUsage | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-usage |
|
SourceUsage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Date | System.DateTime | The first day of the month for which activity is aggregated. | [optional] |
| Count | Double | The average number of days that accounts were active within this source, for the month. | [optional] |
Examples
- Prepare the resource
$SourceUsage = Initialize-PSSailpoint.V2024SourceUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10.45
- Convert the resource to JSON
$SourceUsage | ConvertTo-JSON