mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
11 lines
259 B
YAML
11 lines
259 B
YAML
type: object
|
|
description: Set a Clusters key pair
|
|
required:
|
|
- publicCertificate
|
|
properties:
|
|
publicKeyCertificate:
|
|
description: public certificate of the cluster
|
|
type: string
|
|
example: -----BEGIN CERTIFICATE-----******-----END CERTIFICATE-----
|
|
|