AclCreateOrUpdateParameters 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 create or update an access control list (ACL) entry.
public class AclCreateOrUpdateParameters
type AclCreateOrUpdateParameters = class
Public Class AclCreateOrUpdateParameters
- Inheritance
-
AclCreateOrUpdateParameters
Constructors
AclCreateOrUpdateParameters() |
Initializes a new instance of the AclCreateOrUpdateParameters class. |
AclCreateOrUpdateParameters(String, Guid, String) |
Initializes a new instance of the AclCreateOrUpdateParameters 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' |
Permission |
Gets or sets the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All' |
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