toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.agfoodplatform.kotlin.outputs
/
KeyVaultPropertiesResponse
Key
Vault
Properties
Response
data
class
KeyVaultPropertiesResponse
(
val
keyName
:
String
,
val
keyVaultUri
:
String
,
val
keyVersion
:
String
)
Properties of the key vault.
Members
Constructors
Key
Vault
Properties
Response
Link copied to clipboard
constructor
(
keyName
:
String
,
keyVaultUri
:
String
,
keyVersion
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Name
Link copied to clipboard
val
keyName
:
String
Name of Key Vault key.
key
Vault
Uri
Link copied to clipboard
val
keyVaultUri
:
String
Uri of the key vault.
key
Version
Link copied to clipboard
val
keyVersion
:
String
Version of Key Vault key.