SP.Principal object
Represents a user or group that can be assigned permissions to control security.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.Principal()
The Principal object has the following members.
Constructor
The Principal object has the following constructor.
|
Constructor |
Description |
|---|---|
|
This member is reserved for internal use and is not intended to be used directly from your code. |
Properties
The Principal object has the following properties.
|
Property |
Description |
|---|---|
|
Gets a value that specifies the member identifier for the user or group. |
|
|
Gets a value that indicates whether this member should be hidden in the UI. |
|
|
Gets the login name of the principal. |
|
|
Gets a value containing the type of the principal. |
|
|
Gets or sets a value that specifies the name of the principal. |