你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccessControlType Enum

Definition

Specifies the type of the PathAccessControlItem.

public enum AccessControlType
type AccessControlType = 
Public Enum AccessControlType
Inheritance
AccessControlType

Fields

Name Value Description
Other 0

Specifies the PathAccessControlItem applies to all users not found in other entries.

User 1

Specifies the PathAccessControlItem applies to the owner or a named user.

Group 2

Specifies the PathAccessControlItem applies to the owning group or a named group.

Mask 4

Specifies the PathAccessControlItem sets a mask that restricts access to named users and member of groups.

Applies to