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

1.1 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
powershell
PowerShell
sdk
SourceUsageStatus
V2024SourceUsageStatus
/tools/sdk/powershell/v2024/models/source-usage-status
SDK
Software Development Kit
SourceUsageStatus
V2024SourceUsageStatus

SourceUsageStatus

Properties

Name Type Description Notes
Status 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-V2024SourceUsageStatus  -Status COMPLETE
  • Convert the resource to JSON
$SourceUsageStatus | ConvertTo-JSON

[Back to top]