mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
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-status | SourceUsageStatus | SourceUsageStatus | SourceUsageStatus | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-usage-status |
|
SourceUsageStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Status | Pointer to Enum [ "COMPLETE", "INCOMPLETE" ] | Source Usage Status. Acceptable values are: - COMPLETE - This status means that an activity data source has been setup and usage insights are available for the source. - INCOMPLETE - This status means that an activity data source has not been setup and usage insights are not available for the source. | [optional] |
Examples
- Prepare the resource
$SourceUsageStatus = Initialize-PSSailpoint.V2024SourceUsageStatus -Status COMPLETE
- Convert the resource to JSON
$SourceUsageStatus | ConvertTo-JSON