OnlineAccount (JSON)

An online account for a web application.

URI:OnlineAccount
Extends:ExtensibleData

Properties

Name Type Description
serviceHomepage ResourceReference The homepage of the service that provides this account.
accountName string The name associated the holder of this account with the account.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "serviceHomepage" : {
    "resourceId" : "...",
    "resource" : "..."
  },
  "accountName" : "...",
  "id" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.