Module: Google::Iam::V1::BindingDelta::Action
- Defined in:
- proto_docs/google/iam/v1/policy.rb
Overview
The type of action performed on a Binding in a policy.
Constant Summary collapse
- ACTION_UNSPECIFIED =
Unspecified.
0
- ADD =
Addition of a Binding.
1
- REMOVE =
Removal of a Binding.
2