Skip to main content

ManagedClusterKeyPair

Properties

NameTypeDescriptionNotes
PublicKeyStringManagedCluster publicKey[optional]
PublicKeyThumbprintStringManagedCluster publicKeyThumbprint[optional]
PublicKeyCertificateStringManagedCluster 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

[Back to top]