Class Role.RolePrivilegesData
Inheritance
System.Object
Role.RolePrivilegesData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class RolePrivilegesData
Properties
PrivilegeName
The name of the privilege.
Declaration
[JsonProperty("privilegeName")]
public virtual string PrivilegeName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |