pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.inputs
/
KeyVaultReference
Key
Vault
Reference
data
class
KeyVaultReference
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
)
:
ConvertibleToJava
<
KeyVaultReference
>
The key vault reference.
Constructors
Functions
Properties
Constructors
Key
Vault
Reference
Link copied to clipboard
fun
KeyVaultReference
(
id
:
String
?
=
null
,
name
:
String
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KeyVaultReference
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
The resource id.
name
Link copied to clipboard
val
name
:
String
?
=
null
The key vault name.