Skip to main content

SourceClusterDto

Properties

NameTypeDescriptionNotes
TypeEnum [ "CLUSTER" ]Source cluster DTO type.[optional]
IdStringSource cluster ID.[optional]
NameStringSource cluster display name.[optional]

Examples

  • Prepare the resource
$SourceClusterDto = Initialize-PSSailpoint.V2024SourceClusterDto  -Type CLUSTER `
-Id 2c9180847a7fccdd017aa5896f9f4f6f `
-Name Training VA
  • Convert the resource to JSON
$SourceClusterDto | ConvertTo-JSON

[Back to top]