Class RoleAssignment
Inheritance
System.Object
RoleAssignment
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class RoleAssignment : object
Constructors
RoleAssignment()
Declaration
public RoleAssignment()
Properties
Principal
Declaration
public string Principal { get; set; }
Property Value
System.
|
Remove
Declaration
public bool Remove { get; set; }
Property Value
System.
|
RoleDefinition
Declaration
public string RoleDefinition { get; set; }
Property Value
System.
|