Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Google API Common Protos V1 Client - Class LogType (4.12.1)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 4.12.1keyboard_arrow_down
Reference documentation and code samples for the Google API Common Protos V1 Client class LogType.
The list of valid permission types for which logging can be configured.
Admin writes are always logged, and are not configurable.
Protobuf type google.iam.v1.AuditLogConfig.LogType
Namespace
Google \ Cloud \ Iam \ V1 \ AuditLogConfig
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
LOG_TYPE_UNSPECIFIED
Default case. Should never be this.
Generated from protobuf enum LOG_TYPE_UNSPECIFIED = 0;
ADMIN_READ
Admin reads. Example: CloudIAM getIamPolicy
Generated from protobuf enum ADMIN_READ = 1;
DATA_WRITE
Data writes. Example: CloudSQL Users create
Generated from protobuf enum DATA_WRITE = 2;
DATA_READ
Data reads. Example: CloudSQL Users list
Generated from protobuf enum DATA_READ = 3;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[],[]]