ISecurableObject members
NOTE: This API is now obsolete.
Exposes the role assignments for an object and manages the permissions of the object.
The ISecurableObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllRolesForCurrentUser | Obsolete. Gets all the role definitions for the current user. | |
EffectiveBasePermissions | Obsolete. Gets the current user's effective base permissions on the object, including group membership and policies. | |
FirstUniqueAncestor | Obsolete. Gets the first unique ancestor for the object. | |
HasUniqueRoleAssignments | Obsolete. Gets a Boolean value indicating whether the object has unique security or inherits its role assignments from a parent object. | |
ReusableAcl | Obsolete. Gets an opaque object representing the raw access control list (ACL) information of the securable object. | |
RoleAssignments | Obsolete. Gets the role assignments for the object. |
Top
Methods
Name | Description | |
---|---|---|
BreakRoleInheritance | Obsolete. Creates unique role assignments for the object. | |
CheckPermissions | Obsolete. Checks the permissions for a given set of rights. | |
DoesUserHavePermissions | Obsolete. Checks the permissions of the user for a given set of rights. | |
ResetRoleInheritance | Obsolete. Removes the local role assignments and reverts to role assignments from the parent object. |
Top