Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ManagedClusterKeyPair.md
2025-02-03 22:09:17 +00:00

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
powershell
PowerShell
sdk
ManagedClusterKeyPair
V2024ManagedClusterKeyPair
/tools/sdk/powershell/v2024/models/managed-cluster-key-pair
SDK
Software Development Kit
ManagedClusterKeyPair
V2024ManagedClusterKeyPair

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

[Back to top]