mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-va-cluster-status-change-event-application | VAClusterStatusChangeEventApplication | VAClusterStatusChangeEventApplication | VAClusterStatusChangeEventApplication | powershellsdk |
|
/tools/sdk/powershell/v2025/models/va-cluster-status-change-event-application |
|
VAClusterStatusChangeEventApplication
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The GUID of the application | [required] |
| Name | String | The name of the application | [required] |
| Attributes | [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Custom map of attributes for a source. This will only be populated if type is SOURCE and the source has a proxy. |
[required] |
Examples
- Prepare the resource
$VAClusterStatusChangeEventApplication = Initialize-PSSailpoint.V2025VAClusterStatusChangeEventApplication -Id 2c9180866166b5b0016167c32ef31a66 `
-Name Production VA Cluster `
-Attributes null
- Convert the resource to JSON
$VAClusterStatusChangeEventApplication | ConvertTo-JSON