SetIamPolicyRequest class
Request message for SetIamPolicy
method.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- policy ↔ Policy
-
REQUIRED: The complete policy to be applied to the
resource
. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- updateMask ↔ String
-
OPTIONAL: A FieldMask specifying which fields of the policy to modify.
Only the fields in the mask will be modified. If no mask is provided, the
following default mask is used:
paths: "bindings, etag"
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited