Interface protos.google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.IAllowedSubjectAltNames (2.3.7)

Properties of an AllowedSubjectAltNames.

Package

@google-cloud/security-private-ca!

Properties

allowCustomSans

allowCustomSans?: (boolean|null);

AllowedSubjectAltNames allowCustomSans

Property Value
TypeDescription
(boolean|null)

allowedDnsNames

allowedDnsNames?: (string[]|null);

AllowedSubjectAltNames allowedDnsNames

Property Value
TypeDescription
(string[]|null)

allowedEmailAddresses

allowedEmailAddresses?: (string[]|null);

AllowedSubjectAltNames allowedEmailAddresses

Property Value
TypeDescription
(string[]|null)

allowedIps

allowedIps?: (string[]|null);

AllowedSubjectAltNames allowedIps

Property Value
TypeDescription
(string[]|null)

allowedUris

allowedUris?: (string[]|null);

AllowedSubjectAltNames allowedUris

Property Value
TypeDescription
(string[]|null)

allowGlobbingDnsWildcards

allowGlobbingDnsWildcards?: (boolean|null);

AllowedSubjectAltNames allowGlobbingDnsWildcards

Property Value
TypeDescription
(boolean|null)