View Source GoogleApi.CloudSearch.V1.Model.AuditLoggingSettings (google_api_cloud_search v0.21.0)

Represents the settings for Cloud audit logging

Attributes

  • logAdminReadActions (type: boolean(), default: nil) - Indicates whether audit logging is on/off for admin activity read APIs i.e. Get/List DataSources, Get/List SearchApplications etc.
  • logDataReadActions (type: boolean(), default: nil) - Indicates whether audit logging is on/off for data access read APIs i.e. ListItems, GetItem etc.
  • logDataWriteActions (type: boolean(), default: nil) - Indicates whether audit logging is on/off for data access write APIs i.e. IndexItem etc.
  • project (type: String.t, default: nil) - The resource name of the GCP Project to store audit logs. Cloud audit logging will be enabled after project_name has been updated through CustomerService. Format: projects/{project_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.AuditLoggingSettings{
  logAdminReadActions: boolean() | nil,
  logDataReadActions: boolean() | nil,
  logDataWriteActions: boolean() | nil,
  project: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.