Waiting for engine...
Skip to main content

TrustedX500Name

Represents a trusted X.500 distinguished name for client certificate authentication.

type TrustedX500Name {
id: ID!
name: String!
description: String
x500Name: String!
}

Fields

TrustedX500Name.id ● ID! non-null scalar miscellaneous

TrustedX500Name.name ● String! non-null scalar miscellaneous

TrustedX500Name.description ● String scalar miscellaneous

TrustedX500Name.x500Name ● String! non-null scalar miscellaneous

Distinguished Name of the Client Certificate

Member Of

DeployedApiCertificateAuthentication object ●  GatewayCertificateAuthentication object

On this Page