/
REST Objects System Access Token

REST Objects System Access Token

5.0.0

System Access Token objects are used to represent Tenant System Access Tokens.

Tenant Object Format

JSON Format
{
	"EntityId": "",
    "Id": "",
    "Name": "",
    "JWT": "",
    "Active": true
}

Tenant Object Properties

 

PropertyTypeRequired?Description
EntityIdstringNo

The GUID string by which the Tenant associated with the System Access Token is identified.

IDstringNo

A globally unique identifier for the System Access Token, which is used internally by ServiceBroker.

The ID field must be set on update/delete actions, to identify the System Access Token to update/delete.

NamestringNo

A string describing the System Access Token.

The Name field must be set on create actions.

JWTstringNoThe {token} component of the System Access Token, as required when performing REST Integration Authentication via the ServiceBroker REST Integration Standard HTTP Headers.
ActivebooleanNoIndicates if the System Access Token is active or not. Defaults to true.

Related content

REST Tenant Token Management
REST Tenant Token Management
More like this
REST Integration Authentication
REST Integration Authentication
More like this
REST Objects Tenant
REST Objects Tenant
More like this
REST Objects OAuth2 Token Request
REST Objects OAuth2 Token Request
More like this