2.2.4.3 PrincipalType

This structure contains a PrincipalTypes value and an identifier for the principal. The schema for this type MUST be as follows:

  
   <complexType name="PrincipalType">
     <sequence>
       <element name="Type" type="msis:PrincipalTypes"/>
       <element name="Identifier" type="string"/>
     </sequence>
   </complexType>

Type: A PrincipalTypes enumeration value identifying the type of the SAML principal.

Identifier: An identifier for the SAML principal. This is a SAML EntityId.