Reference documentation and code samples for the Google Certificate Authority Service V1 Client class SubjectAltNames.
SubjectAltNames corresponds to a more modern way of listing what the asserted identity is in a certificate (i.e., compared to the "common name" in the distinguished name).
Generated from protobuf message google.cloud.security.privateca.v1.SubjectAltNames
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dns_names
array
Contains only valid, fully-qualified host names.
↳ uris
array
Contains only valid RFC 3986 URIs.
↳ email_addresses
array
Contains only valid RFC 2822 E-mail addresses.
↳ ip_addresses
array
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
↳ custom_sans
array< Google\Cloud\Security\PrivateCA\V1\X509Extension
>
Contains additional subject alternative name values. For each custom_san, the value
field must contain an ASN.1 encoded UTF8String.
getDnsNames
Contains only valid, fully-qualified host names.
setDnsNames
Contains only valid, fully-qualified host names.
var
string[]
$this
getUris
Contains only valid RFC 3986 URIs.
setUris
Contains only valid RFC 3986 URIs.
var
string[]
$this
getEmailAddresses
Contains only valid RFC 2822 E-mail addresses.
setEmailAddresses
Contains only valid RFC 2822 E-mail addresses.
var
string[]
$this
getIpAddresses
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
setIpAddresses
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
var
string[]
$this
getCustomSans
Contains additional subject alternative name values.
For each custom_san, the value
field must contain an ASN.1 encoded
UTF8String.
setCustomSans
Contains additional subject alternative name values.
For each custom_san, the value
field must contain an ASN.1 encoded
UTF8String.
$this