GoogleApi.Admin.Directory_v1.Model.Privilege (google_api_admin v0.37.0) View Source
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 alwaysadmin#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 withPrivileges.list()
. -
serviceName
(type:String.t
, default:nil
) - The name of the service this privilege is for.
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.Privilege{ childPrivileges: [GoogleApi.Admin.Directory_v1.Model.Privilege.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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.