mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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-managed-cluster-key-pair | ManagedClusterKeyPair | ManagedClusterKeyPair | ManagedClusterKeyPair | powershellsdk |
|
/tools/sdk/powershell/v2024/models/managed-cluster-key-pair |
|
ManagedClusterKeyPair
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PublicKey | String | ManagedCluster publicKey | [optional] |
| PublicKeyThumbprint | String | ManagedCluster publicKeyThumbprint | [optional] |
| PublicKeyCertificate | String | ManagedCluster publicKeyCertificate | [optional] |
Examples
- Prepare the resource
$ManagedClusterKeyPair = Initialize-PSSailpoint.V2024ManagedClusterKeyPair -PublicKey -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY----- `
-PublicKeyThumbprint 6CMlaJIV44-xJxcB3CJBjDUUn54 `
-PublicKeyCertificate -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
- Convert the resource to JSON
$ManagedClusterKeyPair | ConvertTo-JSON