3.1.4.25.2.1 SetGroupCredentials

The SetGroupCredentials element specifies the input data for the SetGroupCredentials WSDL operation.

 <xs:element name="SetGroupCredentials" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:tns2="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="rawPartitionId" type="tns2:guid"/>
       <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/>
       <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.Office.SecureStoreService.Server" minOccurs="0" name="credentials" nillable="true" type="q1:ArrayOfSerializableSecureStoreCredential"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

rawPartitionId: A GUID that identifies the SSS partition of the group target application.

applicationId: The name of the group target application. It MUST be between 1 and 256 characters, inclusive, in length.

credentials: An ArrayOfSerializableSecureStoreCredential object that specifies credentials for a group target application. Its count MUST be between 1 and 10, inclusive.