SiteAssociation
SiteAssociation
An associated site.
JSON Example
{
"id": "string",
"name": "string",
"maxSupportedApiVersion": "string",
"restApiEndpoint": "string",
"baseUiEndpoint": "string",
"status": "string",
"publicKey": "string"
}
string
id
Optional
A unique identifier for the associated site.
string As ^[a-zA-Z0-9_\-\.\!\'\(\),\$]+$
name
Optional
Name of the associated site.
string
maxSupportedApiVersion
Optional
The API version of the associated site.
string
restApiEndpoint
Optional
URL for the REST endpoint of the associated site.
string
baseUiEndpoint
Optional
URL of a webpage for the UI of the associated site.
string
status
Optional
The status of the associated site. Possible statuses include symmetric, asymmetric, or error.
string
publicKey
Optional
PEM-encoded public key for the associated site.