Show / Hide Table of Contents

Enum AuditConfigDelta.Types.Action

The type of action performed on an audit configuration in a policy.

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

Fields

Name Description
Add

Addition of an audit configuration.

Remove

Removal of an audit configuration.

Unspecified

Unspecified.

Back to top