INPUT_OBJECT

UpdateCloudDirectKerberosCredentialInput

Description

Request to update an existing Kerberos credential.

link GraphQL Schema definition

  • input UpdateCloudDirectKerberosCredentialInput {
  • # NCD cluster UUID.
  • clusterUuid: UUID!
  • # ID of the credential to update.
  • credentialId: Int!
  • # KDC configuration details.
  • kdcConfig: KdcConfigInput!
  • # Password for Kerberos authentication.
  • password: String!
  • # Username for Kerberos authentication.
  • username: String!
  • }

link Require by