INPUT_OBJECT

DeleteCloudDirectKerberosCredentialInput

Description

Request to delete an existing Kerberos credential.

link GraphQL Schema definition

  • input DeleteCloudDirectKerberosCredentialInput {
  • # NCD cluster UUID.
  • clusterUuid: UUID!
  • # ID of the credential to delete.
  • credentialId: Int!
  • # Whether to wipe the credential data.
  • wipe: Boolean
  • }

link Require by