Files
api-specs/idn/beta/schemas/ManagedClusterKeyPair.yaml
GitHub Action Bot b7ce73922a Automated commit 'added null value to enum (#1253)
* 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
2023-04-21 20:08:03 +00:00

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-----