Table of Contents

Class Privilege

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for privilege resource in Directory API.

public class Privilege : IDirectResponseSchema
Inheritance
Privilege
Implements
IDirectResponseSchema
Inherited Members

Constructors

Privilege()

public Privilege()

Properties

ChildPrivileges

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.

public virtual IList<Privilege> ChildPrivileges { get; set; }

Property Value

IList<Privilege>

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

IsOuScopable

If the privilege can be restricted to an organization unit.

public virtual bool? IsOuScopable { get; set; }

Property Value

bool?

Kind

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

public virtual string Kind { get; set; }

Property Value

string

PrivilegeName

The name of the privilege.

public virtual string PrivilegeName { get; set; }

Property Value

string

ServiceId

The obfuscated ID of the service this privilege is for.

public virtual string ServiceId { get; set; }

Property Value

string

ServiceName

The name of the service this privilege is for.

public virtual string ServiceName { get; set; }

Property Value

string