DeployedApiCertificateAuthentication
Configuration for client certificate authentication on a deployed API.
type DeployedApiCertificateAuthentication {
certificateAuthRequired: Boolean!
trustedX500Names: [TrustedX500Name!]
}
Fields
DeployedApiCertificateAuthentication.certificateAuthRequired ● Boolean! non-null scalar miscellaneous
Determines whether Header Certificate Authentication is enabled for the API.
DeployedApiCertificateAuthentication.trustedX500Names ● [TrustedX500Name!] list object platform
List of Client Certificate Distinguished Names trusted by the API.
Member Of
DeployedApi object
Was this topic helpful?