sanDnsnames property

  1. @TagNumber(6)
List<String> get sanDnsnames

Output only. 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.

Implementation

@$pb.TagNumber(6)
$core.List<$core.String> get sanDnsnames => $_getList(5);