Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ArrayOfUnknownEntriesType complex type represents an array of unknown permission entries that cannot be resolved against the directory service. The text value represents a security identifier (SID).
-
<xs:complexType name="ArrayOfUnknownEntriesType"> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="UnknownEntry" type="xs:string" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the ArrayOfUnknownEntriesType complex type.
Element name |
Type |
Description |
---|---|---|
UnknownEntry |
xs:string [XMLSCHEMA2] |
Represents an array of unknown permission entries that cannot be resolved against the directory service. |