mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-multi-host-integrations-cluster
|
||||
title: MultiHostIntegrationsCluster
|
||||
pagination_label: MultiHostIntegrationsCluster
|
||||
sidebar_label: MultiHostIntegrationsCluster
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'MultiHostIntegrationsCluster', 'BetaMultiHostIntegrationsCluster']
|
||||
slug: /tools/sdk/powershell/beta/models/multi-host-integrations-cluster
|
||||
tags: ['SDK', 'Software Development Kit', 'MultiHostIntegrationsCluster', 'BetaMultiHostIntegrationsCluster']
|
||||
---
|
||||
|
||||
|
||||
# MultiHostIntegrationsCluster
|
||||
|
||||
## 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
|
||||
```powershell
|
||||
$MultiHostIntegrationsCluster = Initialize-PSSailpoint.BetaMultiHostIntegrationsCluster -Type CLUSTER `
|
||||
-Id 2c9180866166b5b0016167c32ef31a66 `
|
||||
-Name Corporate Cluster
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$MultiHostIntegrationsCluster | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user