INPUT_OBJECT
AddClusterCertificateInput
Description
Input for adding cluster certificate.
link GraphQL Schema definition
- input AddClusterCertificateInput {
- # Required. Request to import a certificate.
- : CertificateImportRequestInput!
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- }