Google Cloud Identity and Access Management (IAM) v1 API - Enum AuditLogConfig.Types.LogType (3.2.0)

public enum AuditLogConfig.Types.LogType

Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API enum AuditLogConfig.Types.LogType.

The list of valid permission types for which logging can be configured. Admin writes are always logged, and are not configurable.

Namespace

Google.Cloud.Iam.V1

Assembly

Google.Cloud.Iam.V1.dll

Fields

NameDescription
AdminRead

Admin reads. Example: CloudIAM getIamPolicy

DataRead

Data reads. Example: CloudSQL Users list

DataWrite

Data writes. Example: CloudSQL Users create

Unspecified

Default case. Should never be this.