AclCreateOrUpdateParameters Class

Definition

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