mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-source-cluster-dto
|
||||
title: SourceClusterDto
|
||||
pagination_label: SourceClusterDto
|
||||
sidebar_label: SourceClusterDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SourceClusterDto', 'BetaSourceClusterDto']
|
||||
slug: /tools/sdk/powershell/beta/models/source-cluster-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceClusterDto', 'BetaSourceClusterDto']
|
||||
---
|
||||
|
||||
|
||||
# SourceClusterDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **Enum** [ "CLUSTER" ] | Source cluster DTO type. | [optional]
|
||||
**Id** | Pointer to **String** | Source cluster ID. | [optional]
|
||||
**Name** | Pointer to **String** | Source cluster display name. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SourceClusterDto = Initialize-PSSailpoint.BetaSourceClusterDto -Type CLUSTER `
|
||||
-Id 2c9180847a7fccdd017aa5896f9f4f6f `
|
||||
-Name Training VA
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SourceClusterDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user