mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
16 lines
514 B
YAML
16 lines
514 B
YAML
description: Managed Cluster key pair for Cluster
|
|
type: object
|
|
properties:
|
|
publicKey:
|
|
description: ManagedCluster publicKey
|
|
type: string
|
|
example: -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY-----
|
|
publicKeyThumbprint:
|
|
description: ManagedCluster publicKeyThumbprint
|
|
type: string
|
|
example: 6CMlaJIV44-xJxcB3CJBjDUUn54
|
|
publicKeyCertificate:
|
|
description: ManagedCluster publicKeyCertificate
|
|
type: string
|
|
example: -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
|