Table of Contents

Class Role.RolePrivilegesData

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

The set of privileges that are granted to this role.

public class Role.RolePrivilegesData
Inheritance
Role.RolePrivilegesData
Inherited Members

Constructors

RolePrivilegesData()

public RolePrivilegesData()

Properties

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. This value is returned with Privileges.list().

public virtual string ServiceId { get; set; }

Property Value

string