DirectoryName
No description
type DirectoryName {
dn: String!
cn: String @deprecated
commonName: [String!]
c: [String!]
dc: String
o: [String!]
l: [String!]
ou: [String!]
st: [String!]
postalCode: [String!]
streetAddress: [String!]
}
Fields
DirectoryName.dn ● String! non-null scalar
Can contain in LDAP format, standard and non-standard ones
DirectoryName.commonName ● [String!] list scalar
The commonName (CN) elements of the Distinguished Name (OID: 2.5.4.3).
DirectoryName.c ● [String!] list scalar
The countryName (C) elements of the Distinguished Name (OID: 2.5.4.6).
DirectoryName.dc ● String scalar
The domainComponent (DC) elements of the Distinguished Name (OID: 0.9.2342.19200300.100.1.25).
DirectoryName.o ● [String!] list scalar
The organizationName (O) elements of the Distinguished Name (OID: 2.5.4.10).
DirectoryName.l ● [String!] list scalar
DirectoryName.ou ● [String!] list scalar
The organizationalUnit (OU) elements of the Distinguished Name (OID: 2.5.4.11).
DirectoryName.st ● [String!] list scalar
The stateOrProvinceName (ST) elements of the Distinguished Name (OID: 2.5.4.8).
DirectoryName.postalCode ● [String!] list scalar
The postalCode elements of the Distinguished Name (OID: 2.5.4.17).
DirectoryName.streetAddress ● [String!] list scalar
The streetAddress (STREET) elements of the Distinguished Name (OID: 2.5.4.9).
Show deprecated
Member Of
Certificate object
Implemented By
GeneralName union