Skip to main content

VAClusterStatusChangeEventApplication

Properties

NameTypeDescriptionNotes
IdStringApplication's globally unique identifier (GUID).[required]
NameStringApplication name.[required]
Attributes[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4Custom map of attributes for a source. Attributes only populate if the type is SOURCE and the source has a proxy.[required]

Examples

  • Prepare the resource
$VAClusterStatusChangeEventApplication = Initialize-PSSailpoint.BetaVAClusterStatusChangeEventApplication  -Id 2c9180866166b5b0016167c32ef31a66 `
-Name Production VA Cluster `
-Attributes null
  • Convert the resource to JSON
$VAClusterStatusChangeEventApplication | ConvertTo-JSON

[Back to top]