View Source GoogleApi.Admin.Directory_v1.Model.Privilege (google_api_admin v0.40.0)

Attributes

  • childPrivileges (type: list(GoogleApi.Admin.Directory_v1.Model.Privilege.t), default: nil) - A list of child privileges. Privileges for a service form a tree. Each privilege can have a list of child privileges; this list is empty for a leaf privilege.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • isOuScopable (type: boolean(), default: nil) - If the privilege can be restricted to an organization unit.
  • kind (type: String.t, default: admin#directory#privilege) - The type of the API resource. This is always admin#directory#privilege.
  • privilegeName (type: String.t, default: nil) - The name of the privilege.
  • serviceId (type: String.t, default: nil) - The obfuscated ID of the service this privilege is for. This value is returned with Privileges.list().
  • serviceName (type: String.t, default: nil) - The name of the service this privilege is for.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.Privilege{
  childPrivileges: [t()] | nil,
  etag: String.t() | nil,
  isOuScopable: boolean() | nil,
  kind: String.t() | nil,
  privilegeName: String.t() | nil,
  serviceId: String.t() | nil,
  serviceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.