mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
997 B
997 B
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 | SourceCluster | SourceCluster | SourceCluster | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-cluster |
|
SourceCluster
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "CLUSTER" ] | Type of object being referenced. | [required] |
| Id | String | Cluster ID. | [required] |
| Name | String | Cluster's human-readable display name. | [required] |
Examples
- Prepare the resource
$SourceCluster = Initialize-V2024SourceCluster -Type CLUSTER `
-Id 2c9180866166b5b0016167c32ef31a66 `
-Name Corporate Cluster
- Convert the resource to JSON
$SourceCluster | ConvertTo-JSON