GoogleApiServiceconsumermanagementV1PolicyBinding

GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1PolicyBinding


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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}.
  2. role (type: String.t, default: nil)
    - Role. (https://cloud.google.com/iam/docs/understanding-roles) For example, roles/viewer, roles/editor, or roles/owner.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1PolicyBinding