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" : "..."
}