toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.outputs
/
KeyVaultContact
Key
Vault
Contact
data
class
KeyVaultContact
(
val
email
:
String
,
val
name
:
String
?
=
null
,
val
phone
:
String
?
=
null
)
Members
Constructors
Key
Vault
Contact
Link copied to clipboard
constructor
(
email
:
String
,
name
:
String
?
=
null
,
phone
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
E-mail address of the contact.
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the contact.
phone
Link copied to clipboard
val
phone
:
String
?
=
null
Phone number of the contact.