Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SourceClusterDto.md
2025-02-03 22:09:17 +00:00

1.0 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-cluster-dto SourceClusterDto SourceClusterDto SourceClusterDto powershellsdk
powershell
PowerShell
sdk
SourceClusterDto
V2024SourceClusterDto
/tools/sdk/powershell/v2024/models/source-cluster-dto
SDK
Software Development Kit
SourceClusterDto
V2024SourceClusterDto

SourceClusterDto

Properties

Name Type Description Notes
Type Enum [ "CLUSTER" ] Source cluster DTO type. [optional]
Id String Source cluster ID. [optional]
Name String Source 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]