INPUT_OBJECT
Request to update an existing Kerberos credential.
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!}