toggle menu
pulumi-vault-kotlin
6.7.1.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 denied key.
values
Link copied to clipboard
val
values
:
List
<
String
>
A list of values what are denied by policy rule.