GoogleApi.GameServices.V1beta.Model.CloudAuditOptions (google_api_game_services v0.8.1) View Source

Write a Cloud Audit log

Attributes

  • authorizationLoggingOptions (type: GoogleApi.GameServices.V1beta.Model.AuthorizationLoggingOptions.t, default: nil) - Information used by the Cloud Audit Logging pipeline.
  • logName (type: String.t, default: nil) - The log_name to populate in the Cloud Audit Record.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1beta.Model.CloudAuditOptions{
  authorizationLoggingOptions:
    GoogleApi.GameServices.V1beta.Model.AuthorizationLoggingOptions.t() | nil,
  logName: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.