Enum AuditLogConfig.Types.LogType (1.3.0)

public enum LogType

The log type that this config enables.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
AdminRead

Admin reads. Example: CloudIAM getIamPolicy

DataRead

Data reads. Example: CloudSQL Users list

DataWrite

Data writes. Example: CloudSQL Users create

UndefinedLogType

A value indicating that the enum field is not set.

Unspecified

Default case. Should never be this.