AccessControlListType Complex Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
In Configuration Manager 2007, the AccessControlListType complex type defines an access control list (ACL). The list is made up of access control entries (ACEs).
<xs:complexType name="AccessControlListType">
<xs:sequence>
<xs:element
minOccurs="0"
maxOccurs="unbounded"
ref="SccmAceEntry Element"
/>
<xs:any
processContents="skip"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
<xs:attribute name="IsFullySpecified"
type="boolean"
use="required"
/>
</xs:complexType>
Attributes
Name | Type | Description |
---|---|---|
IsFullySpecified |
Boolean |
Indicates whether the provided list is intended to represent the complete ACL of the targeted part (true) or whether the targeted part should contain the specified ACEs (false). |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items