google_api_iam v0.8.1 GoogleApi.IAM.V1.Model.Permission View Source

A permission which can be included by a role.

Attributes

  • apiDisabled (type: boolean(), default: nil) - The service API associated with the permission is not enabled.
  • customRolesSupportLevel (type: String.t, default: nil) - The current custom role support level.
  • description (type: String.t, default: nil) - A brief description of what this Permission is used for.
  • name (type: String.t, default: nil) - The name of this Permission.
  • onlyInPredefinedRoles (type: boolean(), default: nil) - This permission can ONLY be used in predefined roles.
  • stage (type: String.t, default: nil) - The current launch stage of the permission.
  • title (type: String.t, default: nil) - The title of this Permission.

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.Permission{
  apiDisabled: boolean(),
  customRolesSupportLevel: String.t(),
  description: String.t(),
  name: String.t(),
  onlyInPredefinedRoles: boolean(),
  stage: String.t(),
  title: String.t()
}

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.