public class AclCreateOrUpdateParameters extends Object
Constructor and Description |
---|
AclCreateOrUpdateParameters() |
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.
|
AclCreateOrUpdateParameters |
withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
AclCreateOrUpdateParameters |
withPermission(PermissionType permission)
Set the permission type of the access control list (ACL) entry.
|
AclCreateOrUpdateParameters |
withPrincipalId(UUID principalId)
Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
public AclType aceType()
public AclCreateOrUpdateParameters withAceType(AclType aceType)
aceType
- the aceType value to setpublic UUID principalId()
public AclCreateOrUpdateParameters withPrincipalId(UUID principalId)
principalId
- the principalId value to setpublic PermissionType permission()
public AclCreateOrUpdateParameters withPermission(PermissionType permission)
permission
- the permission value to setCopyright © 2019. All rights reserved.