2.2.4.3 t:ArrayOfUnknownEntriesType

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.