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.V3ManagedClusterKeyPair -PublicKey -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY----- `
-PublicKeyThumbprint 6CMlaJIV44-xJxcB3CJBjDUUn54 `
-PublicKeyCertificate -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
- Convert the resource to JSON
$ManagedClusterKeyPair | ConvertTo-JSON