toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.logicapps.kotlin.outputs
/
IntegrationAccountCertificateKeyVaultKey
Integration
Account
Certificate
Key
Vault
Key
data
class
IntegrationAccountCertificateKeyVaultKey
(
val
keyName
:
String
,
val
keyVaultId
:
String
,
val
keyVersion
:
String
?
=
null
)
Members
Constructors
Integration
Account
Certificate
Key
Vault
Key
Link copied to clipboard
constructor
(
keyName
:
String
,
keyVaultId
:
String
,
keyVersion
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Name
Link copied to clipboard
val
keyName
:
String
The name of Key Vault Key.
key
Vault
Id
Link copied to clipboard
val
keyVaultId
:
String
The ID of the Key Vault.
key
Version
Link copied to clipboard
val
keyVersion
:
String
?
=
null
The version of Key Vault Key.