GoogleIamV2DenyRule class

A deny rule in an IAM deny policy.

Constructors

GoogleIamV2DenyRule({GoogleTypeExpr? denialCondition, List<String>? deniedPermissions, List<String>? deniedPrincipals, List<String>? exceptionPermissions, List<String>? exceptionPrincipals})
GoogleIamV2DenyRule.fromJson(Map json_)

Properties

denialCondition GoogleTypeExpr?
The condition that determines whether this deny rule applies to a request.
getter/setter pair
deniedPermissions List<String>?
The permissions that are explicitly denied by this rule.
getter/setter pair
deniedPrincipals List<String>?
The identities that are prevented from using one or more permissions on Google Cloud resources.
getter/setter pair
exceptionPermissions List<String>?
Specifies the permissions that this rule excludes from the set of denied permissions given by denied_permissions.
getter/setter pair
exceptionPrincipals List<String>?
The identities that are excluded from the deny rule, even if they are listed in the denied_principals.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited