IIsACE (WMI)

This class holds read-only properties that correspond to one Access Control Entry (ACE) that grants permissions to a user or group.

CIM_LogicalElement (WMI)

Methods

The IIsACE object has no methods.

Properties

The IIsACE object defines the following properties, in addition to those inherited from CIM_LogicalElement (WMI).

Property

Data type

Description

AccessMask

SINT32

The AccessMask contains a bitmask that, when applied to the AceFlags value, specifies the type of access being granted. A value of 137 grants enough access for an anonymous client to browse your Web site.

AceFlags

SINT32

The AceFlags property is typically set to 0 to allow AccessMask specify the access level.

AceType

SINT32

The AceType is typically set to 0 to allow AccessMask specify the access level.

Flags

SINT32

The Flags property is typically set to 0 to allow AccessMask specify the access level.

InheritedObjectType

String

The InheritedObjectType is typically empty.

Name

String

The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.

ObjectType

String

The ObjectType property is typically empty.

Trustee

String

The Trustee property holds the name of the user account being granted, for example, "BUILTIN\Administrators".

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also