toggle menu
pulumi-vault-kotlin
6.7.1.0
jvm
switch theme
search in API
pulumi-vault-kotlin
/
com.pulumi.vault.kotlin.inputs
/
GetPolicyDocumentRuleAllowedParameter
Get
Policy
Document
Rule
Allowed
Parameter
data
class
GetPolicyDocumentRuleAllowedParameter
(
val
key
:
String
,
val
values
:
List
<
String
>
)
:
ConvertibleToJava
<
GetPolicyDocumentRuleAllowedParameter
>
Members
Constructors
Get
Policy
Document
Rule
Allowed
Parameter
Link copied to clipboard
constructor
(
key
:
String
,
values
:
List
<
String
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetPolicyDocumentRuleAllowedParameter