toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.keyvault.kotlin.outputs
/
GetSecretsSecret
Get
Secrets
Secret
data
class
GetSecretsSecret
(
val
enabled
:
Boolean
,
val
id
:
String
,
val
name
:
String
,
val
tags
:
Map
<
String
,
String
>
)
Members
Constructors
Get
Secrets
Secret
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
id
:
String
,
name
:
String
,
tags
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
Whether this secret is enabled.
id
Link copied to clipboard
val
id
:
String
The ID of this secret.
name
Link copied to clipboard
val
name
:
String
The name of secret.
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
The tags of this secret.