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).
JSON representation |
---|
{
"dnsNames": [
string
],
"uris": [
string
],
"emailAddresses": [
string
],
"ipAddresses": [
string
],
"customSans": [
{
object ( |
Fields | |
---|---|
dns |
Contains only valid, fully-qualified host names. |
uris[] |
Contains only valid RFC 3986 URIs. |
email |
Contains only valid RFC 2822 E-mail addresses. |
ip |
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses. |
custom |
Contains additional subject alternative name values. For each custom_san, the |