admin  directory_v1
Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.Data.Privilege Class Reference

JSON template for privilege resource in Directory API. More...

Inheritance diagram for Google.Apis.Admin.Directory.directory_v1.Data.Privilege:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< PrivilegeChildPrivileges [get, set]
 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. More...
 
virtual string ETag [get, set]
 ETag of the resource. More...
 
virtual System.Nullable< bool > IsOuScopable [get, set]
 If the privilege can be restricted to an organization unit. More...
 
virtual string Kind [get, set]
 The type of the API resource. This is always admin::directory::privilege. More...
 
virtual string PrivilegeName [get, set]
 The name of the privilege. More...
 
virtual string ServiceId [get, set]
 The obfuscated ID of the service this privilege is for. This value is returned with Privileges.list(). More...
 
virtual string ServiceName [get, set]
 The name of the service this privilege is for. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

JSON template for privilege resource in Directory API.

Property Documentation

◆ ChildPrivileges

virtual System.Collections.Generic.IList<Privilege> Google.Apis.Admin.Directory.directory_v1.Data.Privilege.ChildPrivileges
getset

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

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Privilege.ETag
getset

ETag of the resource.

◆ IsOuScopable

virtual System.Nullable<bool> Google.Apis.Admin.Directory.directory_v1.Data.Privilege.IsOuScopable
getset

If the privilege can be restricted to an organization unit.

◆ Kind

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Privilege.Kind
getset

The type of the API resource. This is always admin::directory::privilege.

◆ PrivilegeName

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Privilege.PrivilegeName
getset

The name of the privilege.

◆ ServiceId

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Privilege.ServiceId
getset

The obfuscated ID of the service this privilege is for. This value is returned with Privileges.list().

◆ ServiceName

virtual string Google.Apis.Admin.Directory.directory_v1.Data.Privilege.ServiceName
getset

The name of the service this privilege is for.


The documentation for this class was generated from the following file: