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

PathAccessControlItem Class

Definition

Represents an access control in a file access control list.

public class PathAccessControlItem
type PathAccessControlItem = class
Public Class PathAccessControlItem
Inheritance
PathAccessControlItem

Constructors

PathAccessControlItem()

Empty constructor.

PathAccessControlItem(AccessControlType, RolePermissions, Boolean, String)

Constructor.

Properties

AccessControlType

Specifies which role this entry targets.

DefaultScope

Indicates whether this is the default entry for the ACL.

EntityId

Specifies the entity for which this entry applies. Must be omitted for types mask or other. It must also be omitted when the user or group is the owner.

Permissions

Specifies the permissions granted to this entry.

Methods

Parse(String)

Parses the provided string into a PathAccessControlItem

ToString()

Override of ToString().

Applies to