INPUT_OBJECT

CloudDirectSetKerberosEnforceConfigInput

Description

Request to set Kerberos enforcement configuration for a specific protocol.

link GraphQL Schema definition

  • input CloudDirectSetKerberosEnforceConfigInput {
  • # NCD cluster UUID.
  • clusterUuid: UUID!
  • # Kerberos enforcement type to set.
  • enforceType: KerberosEnforceType!
  • # Protocol type for which to set enforcement.
  • protocol: KerberosProtocolType!
  • }

link Require by