updateMask property

FieldMask? updateMask
final

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"

Implementation

final FieldMask? updateMask;