google_api_iam v0.2.0 GoogleApi.IAM.V1.Model.Role View Source

A role in the Identity and Access Management API.

Attributes

  • deleted (boolean()): The current deleted state of the role. This field is read only. It will be ignored in calls to CreateRole and UpdateRole. Defaults to: null.
  • description (String.t): Optional. A human-readable description for the role. Defaults to: null.
  • etag (binary()): Used to perform a consistent read-modify-write. Defaults to: null.
  • includedPermissions ([String.t]): The names of the permissions this role grants when bound in an IAM policy. Defaults to: null.
  • name (String.t): The name of the role. When Role is used in CreateRole, the role name must not be set. When Role is used in output and other input such as UpdateRole, the role name is the complete path, e.g., roles/logging.viewer for curated roles and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles. Defaults to: null.
  • stage (String.t): The current launch stage of the role. If the `ALPHA` launch stage has been selected for a role, the `stage` field will not be included in the returned definition for the role. Defaults to: null.

    • Enum - one of [ALPHA, BETA, GA, DEPRECATED, DISABLED, EAP]
  • title (String.t): Optional. A human-readable title for the role. Typically this is limited to 100 UTF-8 bytes. Defaults to: null.

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.Role{
  deleted: any(),
  description: any(),
  etag: any(),
  includedPermissions: [any()],
  name: any(),
  stage: any(),
  title: any()
}

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.