View Source GoogleApi.ServiceConsumerManagement.V1.Model.PolicyBinding (google_api_service_consumer_management v0.32.0)

Translates to IAM Policy bindings (without auditing at this level)

Attributes

  • members (type: list(String.t), default: nil) - Uses the same format as in IAM policy. member must include both a prefix and ID. For example, user:{emailId}, serviceAccount:{emailId}, group:{emailId}.
  • role (type: String.t, default: nil) - Role. (https://cloud.google.com/iam/docs/understanding-roles) For example, roles/viewer, roles/editor, or roles/owner.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.PolicyBinding{
  members: [String.t()] | nil,
  role: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.