View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalAssignment (google_api_sas_portal v0.17.0)

Associates members with a role.

Attributes

  • members (type: list(String.t), default: nil) - The identities the role is assigned to. It can have the following values: {user_email}: An email address that represents a specific Google account. For example: alice@gmail.com. {group_email}: An email address that represents a Google group. For example, viewers@gmail.com.
  • role (type: String.t, default: nil) - Required. Role that is assigned to members.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalAssignment{
  members: [String.t()] | nil,
  role: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.