Search Results for

    Show / Hide Table of Contents

    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
    DateTime

    Path

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    System.String

    Permissions

    user permissions

    Declaration
    public string Permissions { get; set; }
    Property Value
    System.String

    Role

    User role

    Declaration
    public string Role { get; set; }
    Property Value
    System.String

    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.String

    User

    User entity

    Declaration
    public UserEntity User { get; set; }
    Property Value
    UserEntity

    UserEmail

    User email

    Declaration
    public string UserEmail { get; set; }
    Property Value
    System.String

    UserLoginName

    User login name

    Declaration
    public string UserLoginName { get; set; }
    Property Value
    System.String

    UserTitle

    User Title

    Declaration
    public string UserTitle { get; set; }
    Property Value
    System.String

    Methods

    ToString()

    Returns a string that represents the current object

    Declaration
    public override string ToString()
    Returns
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer