View Source GoogleApi.SecurityCenter.V1.Model.IamBinding (google_api_security_center v0.29.0)

Represents a particular IAM binding, which captures a member's role addition, removal, or state.

Attributes

  • action (type: String.t, default: nil) - The action that was performed on a Binding.
  • member (type: String.t, default: nil) - A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".
  • role (type: String.t, default: nil) - Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.IamBinding{
  action: String.t() | nil,
  member: String.t() | nil,
  role: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.