Class Role.RolePrivilegesData
The set of privileges that are granted to this role.
Inherited Members
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 |