mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-managed-cluster-key-pair
|
||||
title: ManagedClusterKeyPair
|
||||
pagination_label: ManagedClusterKeyPair
|
||||
sidebar_label: ManagedClusterKeyPair
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ManagedClusterKeyPair', 'V2024ManagedClusterKeyPair']
|
||||
slug: /tools/sdk/powershell/v2024/models/managed-cluster-key-pair
|
||||
tags: ['SDK', 'Software Development Kit', 'ManagedClusterKeyPair', 'V2024ManagedClusterKeyPair']
|
||||
---
|
||||
|
||||
|
||||
# ManagedClusterKeyPair
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**PublicKey** | Pointer to **String** | ManagedCluster publicKey | [optional]
|
||||
**PublicKeyThumbprint** | Pointer to **String** | ManagedCluster publicKeyThumbprint | [optional]
|
||||
**PublicKeyCertificate** | Pointer to **String** | ManagedCluster publicKeyCertificate | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ManagedClusterKeyPair = Initialize-PSSailpoint.V2024ManagedClusterKeyPair -PublicKey -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY----- `
|
||||
-PublicKeyThumbprint 6CMlaJIV44-xJxcB3CJBjDUUn54 `
|
||||
-PublicKeyCertificate -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ManagedClusterKeyPair | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user