Show / Hide Table of Contents

Enum BindingDelta.Types.Action

The type of action performed on a Binding in a policy.

Namespace: Google.Cloud.Iam.V1
Assembly: Google.Cloud.Iam.V1.dll
Syntax
public enum Action

Fields

Name Description
Add

Addition of a Binding.

Remove

Removal of a Binding.

Unspecified

Unspecified.

Back to top