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


Send comments about this topic to Microsoft.