Class RoleAssignmentEntity
Defines the role assignments for a user or group.
Inheritance
System.Object
RoleAssignmentEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class RoleAssignmentEntity : object
Properties
CreatedDate
DateTime value of RoleAssignment created
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Date
|
Path
Path
Declaration
public string Path { get; set; }
Property Value
System.
|
Permissions
user permissions
Declaration
public string Permissions { get; set; }
Property Value
System.
|
Role
User role
Declaration
public string Role { get; set; }
Property Value
System.
|
RoleDefinitionBindings
Gets the collection of role definition bindings for the role assignment
Declaration
public ICollection<String> RoleDefinitionBindings { get; set; }
Property Value
ICollection<String>
|
Tag
Tag for the user
Declaration
public string Tag { get; set; }
Property Value
System.
|
User
UserEmail
User email
Declaration
public string UserEmail { get; set; }
Property Value
System.
|
UserLoginName
User login name
Declaration
public string UserLoginName { get; set; }
Property Value
System.
|
UserTitle
User Title
Declaration
public string UserTitle { get; set; }
Property Value
System.
|
Methods
ToString()
Returns a string that represents the current object
Declaration
public override string ToString()
Returns
System.
|