Class BackendServiceTlsSettingsSubjectAltName (0.1.0)

BackendServiceTlsSettingsSubjectAltName(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A Subject Alternative Name that the load balancer matches against the SAN field in the TLS certificate provided by the backend, specified as either a DNS name or a URI, in accordance with RFC 5280 4.2.1.6

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
dns_name str
The SAN specified as a DNS Name. This field is a member of oneof_ _dns_name.
uniform_resource_identifier str
The SAN specified as a URI. This field is a member of oneof_ _uniform_resource_identifier.