public class Acl extends Object
| Constructor and Description |
|---|
Acl() |
| Modifier and Type | Method and Description |
|---|---|
AclType |
aceType()
Get the access control list (ACL) entry type.
|
PermissionType |
permission()
Get the permission type of the access control list (ACL) entry.
|
UUID |
principalId()
Get the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
public AclType aceType()
public UUID principalId()
public PermissionType permission()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/