toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.iam.kotlin.outputs
/
DenyPolicyRule
Deny
Policy
Rule
data
class
DenyPolicyRule
(
val
denyRule
:
DenyPolicyRuleDenyRule
?
=
null
,
val
description
:
String
?
=
null
)
Members
Constructors
Deny
Policy
Rule
Link copied to clipboard
constructor
(
denyRule
:
DenyPolicyRuleDenyRule
?
=
null
,
description
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
deny
Rule
Link copied to clipboard
val
denyRule
:
DenyPolicyRuleDenyRule
?
=
null
A deny rule in an IAM deny policy. Structure is documented below.
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the rule.