2.2.5.6.1 CredentialType

The CredentialType type describes the type of credentials that will be used for client authentication on the provider.

   <xs:simpleType name="CredentialType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="User" />
       <xs:enumeration value="Machine" />
       <xs:enumeration value="None" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

User

Client credential type will be tied to the user.<8>

Machine

Client credential type will be tied to the machine.<9>

None

No client credential will be used.