AclDeleteParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters used to delete an access control list (ACL) entry.
public class AclDeleteParameters
type AclDeleteParameters = class
Public Class AclDeleteParameters
- Inheritance
-
AclDeleteParameters
Constructors
AclDeleteParameters() |
Initializes a new instance of the AclDeleteParameters class. |
AclDeleteParameters(String, Guid) |
Initializes a new instance of the AclDeleteParameters class. |
Properties
AceType |
Gets or sets the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group' |
PrincipalId |
Gets or sets the Azure AD object ID of the user or group being specified in the access control list (ACL) entry. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET