GoogleApi.Admin.Directory_v1.Model.Role (google_api_admin v0.34.1) View Source
Attributes
-
etag(type:String.t, default:nil) - ETag of the resource. -
isSuperAdminRole(type:boolean(), default:nil) - Returnstrueif the role is a super admin role. -
isSystemRole(type:boolean(), default:nil) - Returnstrueif this is a pre-defined system role. -
kind(type:String.t, default:admin#directory#role) - The type of the API resource. This is alwaysadmin#directory#role. -
roleDescription(type:String.t, default:nil) - A short description of the role. -
roleId(type:String.t, default:nil) - ID of the role. -
roleName(type:String.t, default:nil) - Name of the role. -
rolePrivileges(type:list(GoogleApi.Admin.Directory_v1.Model.RoleRolePrivileges.t), default:nil) - The set of privileges that are granted to this role.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.Role{
etag: String.t() | nil,
isSuperAdminRole: boolean() | nil,
isSystemRole: boolean() | nil,
kind: String.t() | nil,
roleDescription: String.t() | nil,
roleId: String.t() | nil,
roleName: String.t() | nil,
rolePrivileges:
[GoogleApi.Admin.Directory_v1.Model.RoleRolePrivileges.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.