ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleIamV1AuditLogConfig Class Reference

Provides the configuration for logging a type of permissions. Example: More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleIamV1AuditLogConfig:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< string > ExemptedMembers [get, set]
 Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. More...
 
virtual string LogType [get, set]
 The log type that this config enables. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Provides the configuration for logging a type of permissions. Example:

{ "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE", } ] }

This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@.nosp@m.exam.nosp@m.ple.c.nosp@m.om from DATA_READ logging.

Property Documentation

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleIamV1AuditLogConfig.ETag
getset

The ETag of the item.

◆ ExemptedMembers

virtual System.Collections.Generic.IList<string> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleIamV1AuditLogConfig.ExemptedMembers
getset

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

◆ LogType

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleIamV1AuditLogConfig.LogType
getset

The log type that this config enables.


The documentation for this class was generated from the following file: