2.2.4.162 SecuritySet

The SecuritySet complex type defines the data contract for the security search criteria.

The following is the XML schema definition of the SecuritySet complex type.

 <xs:complexType name="SecuritySet">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="Principal" nillable="true" type="q999:SecurityPrincipals">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="Privilege" nillable="true" type="q999:SecurityPrivileges">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Principal: Specifies the list of security principals.

Privilege: Specifies the list of security privileges.