toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.iotoperations.kotlin.outputs
/
SanForCertResponse
San
For
Cert
Response
data
class
SanForCertResponse
(
val
dns
:
List
<
String
>
,
val
ip
:
List
<
String
>
)
Subject Alternative Names (SANs) for certificate.
Members
Constructors
San
For
Cert
Response
Link copied to clipboard
constructor
(
dns
:
List
<
String
>
,
ip
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dns
Link copied to clipboard
val
dns
:
List
<
String
>
DNS SANs.
ip
Link copied to clipboard
val
ip
:
List
<
String
>
IP address SANs.