2.2.4.156 SecurityPrincipals

The SecurityPrincipals complex type specifies a set of users and user groups.

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

   <xs:complexType name="SecurityPrincipals">
     <xs:sequence>
       <xs:element minOccurs="0" name="Groups" nillable="true" type="tns:ArrayOfGroup" />
       <xs:element minOccurs="0" name="Users" nillable="true" type="tns:ArrayOfUser" />
     </xs:sequence>
   </xs:complexType>

Groups: Specifies an ArrayOfGroup complex type that contains security groups.

Users: Specifies an ArrayOfUser complex type that contains security users.