toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.iotoperationsmq.kotlin.inputs
/
SanForCertArgs
San
For
Cert
Args
data
class
SanForCertArgs
(
val
dns
:
Output
<
List
<
String
>
>
,
val
ip
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
SanForCertArgs
>
SANs for certificate.
Members
Constructors
San
For
Cert
Args
Link copied to clipboard
constructor
(
dns
:
Output
<
List
<
String
>
>
,
ip
:
Output
<
List
<
String
>
>
)
Properties
dns
Link copied to clipboard
val
dns
:
Output
<
List
<
String
>
>
DNS SANs.
ip
Link copied to clipboard
val
ip
:
Output
<
List
<
String
>
>
IP address SANs.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SanForCertArgs