sanDnsnames property

List<String>? sanDnsnames
getter/setter pair

The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6).

Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.

Output only.

Implementation

core.List<core.String>? sanDnsnames;