Class AuditLogConfig
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@example.com from DATA_READ logging.
Inheritance
System.Object
AuditLogConfig
Implements
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class AuditLogConfig : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExemptedMembers
Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
Declaration
public virtual IList<string> ExemptedMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
LogType
The log type that this config enables.
Declaration
public virtual string LogType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |