Show / Hide Table of Contents

Class Role.RolePrivilegesData

The set of privileges that are granted to this role.

Inheritance
object
Role.RolePrivilegesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class Role.RolePrivilegesData

Properties

PrivilegeName

The name of the privilege.

Declaration
[JsonProperty("privilegeName")]
public virtual string PrivilegeName { get; set; }
Property Value
Type Description
string

ServiceId

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

Declaration
[JsonProperty("serviceId")]
public virtual string ServiceId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX