2.2.3.5 SecurityPrincipalsRequest

The SecurityPrincipalsRequest element specifies the principals, properties, and permissions for creation or update of security privileges.

The following is the XML schema definition of the SecurityPrincipalsRequest element.

   <xs:element name="SecurityPrincipalsRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q559="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Principals" nillable="true" type="q559:SecurityPrincipals"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Principals: Specifies the SecurityPrincipals complex type.