AccessControlList Class |
Namespace: OBS.Model
public class AccessControlList : AbstractAccessControlList
The AccessControlList type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessControlList | Initializes a new instance of the AccessControlList class |
Name | Description | |
---|---|---|
![]() | Delivered |
Identifier specifying whether to deliver the object ACL. (This is only applicable to object ACLs.)
|
![]() | Grants |
User or user group ACL
(Inherited from AbstractAccessControlList.) |
![]() | Owner |
Owner
|
Name | Description | |
---|---|---|
![]() | AddGrant |
Grant permissions to a user or user group (grantee).
(Inherited from AbstractAccessControlList.) |
![]() | RemoveGrant(Grantee) |
Remove all permissions from a grantee.
(Inherited from AbstractAccessControlList.) |
![]() | RemoveGrant(Grantee, PermissionEnum) |
Remove permissions from a grantee.
(Inherited from AbstractAccessControlList.) |