logType property

String? logType
getter/setter pair

The log type that this config enables. Possible string values are:

  • "LOG_TYPE_UNSPECIFIED" : Default case. Should never be this.
  • "ADMIN_READ" : Admin reads. Example: CloudIAM getIamPolicy
  • "DATA_WRITE" : Data writes. Example: CloudSQL Users create
  • "DATA_READ" : Data reads. Example: CloudSQL Users list

Implementation

core.String? logType;