GoogleIamV1AuditLogConfig

GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1AuditLogConfig


Table of Contents ▼

Jump to a specific part of the page:

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@example.com from DATA_READ logging.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. exemptedMembers (type: list(String.t), default: nil)
    - Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
  2. logType (type: String.t, default: nil)
    - The log type that this config enables.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1AuditLogConfig{
exemptedMembers: [String.t()] | nil,
logType: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1AuditLogConfig