toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.outputs
/
KeyVaultKeyResponse
Key
Vault
Key
Response
data
class
KeyVaultKeyResponse
(
val
attributes
:
KeyVaultKeyResponseAttributes
?
=
null
,
val
kid
:
String
?
=
null
)
The key vault key.
Members
Constructors
Key
Vault
Key
Response
Link copied to clipboard
constructor
(
attributes
:
KeyVaultKeyResponseAttributes
?
=
null
,
kid
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
val
attributes
:
KeyVaultKeyResponseAttributes
?
=
null
The key attributes.
kid
Link copied to clipboard
val
kid
:
String
?
=
null
The key id.