INPUT_OBJECT
AddCloudDirectKerberosCredentialInput
Description
Request to create a new Kerberos credential.
link GraphQL Schema definition
- input AddCloudDirectKerberosCredentialInput {
- # NCD cluster UUID.
- : UUID!
- # KDC configuration details.
- : KdcConfigInput!
- # Password for Kerberos authentication.
- : String!
- # Username for Kerberos authentication.
- : String!
- }