Subject Alt Names Args
data class SubjectAltNamesArgs(val customSans: Output<List<X509ExtensionArgs>>? = null, val dnsNames: Output<List<String>>? = null, val emailAddresses: Output<List<String>>? = null, val ipAddresses: Output<List<String>>? = null, val uris: Output<List<String>>? = null) : ConvertibleToJava<SubjectAltNamesArgs>
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).