toggle menu
pulumi-vault-kotlin
6.6.0.0
jvm
switch theme
search in API
pulumi-vault-kotlin
/
com.pulumi.vault.kotlin.outputs
/
GetPolicyDocumentRuleDeniedParameter
Get
Policy
Document
Rule
Denied
Parameter
data
class
GetPolicyDocumentRuleDeniedParameter
(
val
key
:
String
,
val
values
:
List
<
String
>
)
Members
Constructors
Get
Policy
Document
Rule
Denied
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 or denied parameter.
values
Link copied to clipboard
val
values
:
List
<
String
>
list of values what are permitted or denied by policy rule.