Identity2 Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The Identity2 type contains information about an identity.

Syntax

<Identity2>
  <URI />
  <Name />
  <Spaces />
  <AdditionalServices>
    <!-- Array of -->  <Service />
  </AdditionalServices>
</Identity2>

Complex Type Elements

Element

Data type

Description

URI

xs:anyURI

The Identity URL (including the initial grooveIdentity://).

Name

xs:string

The Identity name.

Spaces

xs:anyURI

URI that provides access to the GrooveSpaces Web Service for this identity. To form the GrooveSpaces service Post URL, concatenate the device URL (http://localhost:port-number/ for local Web service calls) with this URI.

AdditionalServices

Array of Service

Reserved for future use.

See Also

Reference

GrooveAccounts Web Service

GrooveAccounts.Read2 Operation