mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
* added null value to enum * fixed validation schema errors * syntax error * moved nullable flag to referenced object --------- Co-authored-by: philip-ellis-sp <philip.ellis@sailpoint.com>' by github action: 4768435393
19 lines
571 B
YAML
19 lines
571 B
YAML
description: Managed Cluster key pair for Cluster
|
|
type: object
|
|
properties:
|
|
publicKey:
|
|
nullable: true
|
|
description: ManagedCluster publicKey
|
|
type: string
|
|
example: -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY-----
|
|
publicKeyThumbprint:
|
|
nullable: true
|
|
description: ManagedCluster publicKeyThumbprint
|
|
type: string
|
|
example: 6CMlaJIV44-xJxcB3CJBjDUUn54
|
|
publicKeyCertificate:
|
|
nullable: true
|
|
description: ManagedCluster publicKeyCertificate
|
|
type: string
|
|
example: -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
|