Class Role
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
public class Role : IDirectResponseSchema
- Inheritance
-
Role
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Role()
public Role()
Properties
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
IsSuperAdminRole
Returns true
if the role is a super admin role.
public virtual bool? IsSuperAdminRole { get; set; }
Property Value
- bool?
IsSystemRole
Returns true
if this is a pre-defined system role.
public virtual bool? IsSystemRole { get; set; }
Property Value
- bool?
Kind
The type of the API resource. This is always admin#directory#role
.
public virtual string Kind { get; set; }
Property Value
RoleDescription
A short description of the role.
public virtual string RoleDescription { get; set; }
Property Value
RoleId
ID of the role.
public virtual long? RoleId { get; set; }
Property Value
- long?
RoleName
Name of the role.
public virtual string RoleName { get; set; }
Property Value
RolePrivileges
The set of privileges that are granted to this role.
public virtual IList<Role.RolePrivilegesData> RolePrivileges { get; set; }