AclDeleteParameters Class
The parameters used to delete an access control list (ACL) entry.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AclDeleteParameters
Constructor
AclDeleteParameters(*, ace_type, principal_id: str, **kwargs)
Parameters
Required
Required. 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'
- principal_id
- str
Required
Required. the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
Feedback
Submit and view feedback for