toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.inputs
/
KeyVaultContactArgs
Key
Vault
Contact
Args
data
class
KeyVaultContactArgs
(
val
email
:
Output
<
String
>
,
val
name
:
Output
<
String
>
?
=
null
,
val
phone
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
KeyVaultContactArgs
>
Members
Constructors
Key
Vault
Contact
Args
Link copied to clipboard
constructor
(
email
:
Output
<
String
>
,
name
:
Output
<
String
>
?
=
null
,
phone
:
Output
<
String
>
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
Output
<
String
>
E-mail address of the contact.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the contact.
phone
Link copied to clipboard
val
phone
:
Output
<
String
>
?
=
null
Phone number of the contact.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KeyVaultContactArgs