toggle menu
pulumi-vault-kotlin
6.7.1.0
jvm
switch theme
search in API
pulumi-vault-kotlin
/
com.pulumi.vault.kotlin.outputs
/
GetPolicyDocumentRuleAllowedParameter
Get
Policy
Document
Rule
Allowed
Parameter
data
class
GetPolicyDocumentRuleAllowedParameter
(
val
key
:
String
,
val
values
:
List
<
String
>
)
Members
Constructors
Get
Policy
Document
Rule
Allowed
Parameter
Link copied to clipboard
constructor
(
key
:
String
,
values
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
Name of permitted key.
values
Link copied to clipboard
val
values
:
List
<
String
>
A list of values what are permitted by policy rule.