OBJECT

KdcCredential

Description

KDC Credentials for Kerberos authentication.

link GraphQL Schema definition

  • type KdcCredential {
  • # Unique identifier for the Kerberos credential.
  • id: Int!
  • # KDC Configuration
  • kdcConfig: KdcConfig
  • # Username for Kerberos authentication.
  • username: String!
  • }