pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.iam.kotlin.outputs
/
DenyPolicyRule
Deny
Policy
Rule
data
class
DenyPolicyRule
(
val
denyRule
:
DenyPolicyRuleDenyRule
?
=
null
,
val
description
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Deny
Policy
Rule
Link copied to clipboard
fun
DenyPolicyRule
(
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.