OBJECT
KDC Credentials for Kerberos authentication.
type KdcCredential {# Unique identifier for the Kerberos credential.id: Int! # KDC ConfigurationkdcConfig: KdcConfig # Username for Kerberos authentication.username: String! }