google_api_iam v0.8.1 GoogleApi.IAM.V1.Model.AdminAuditData View Source

Audit log information specific to Cloud IAM admin APIs. This message is serialized as an Any type in the ServiceData message of an AuditLog message.

Attributes

  • permissionDelta (type: GoogleApi.IAM.V1.Model.PermissionDelta.t, default: nil) - The permission_delta when when creating or updating a Role.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.IAM.V1.Model.AdminAuditData{
  permissionDelta: GoogleApi.IAM.V1.Model.PermissionDelta.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.