toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
BackendServiceTlsSettingsSubjectAltName
Backend
Service
Tls
Settings
Subject
Alt
Name
data
class
BackendServiceTlsSettingsSubjectAltName
(
val
dnsName
:
String
?
=
null
,
val
uniformResourceIdentifier
:
String
?
=
null
)
Members
Constructors
Backend
Service
Tls
Settings
Subject
Alt
Name
Link copied to clipboard
constructor
(
dnsName
:
String
?
=
null
,
uniformResourceIdentifier
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dns
Name
Link copied to clipboard
val
dnsName
:
String
?
=
null
The SAN specified as a DNS Name.
uniform
Resource
Identifier
Link copied to clipboard
val
uniformResourceIdentifier
:
String
?
=
null
The SAN specified as a URI.