Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 11 Current »

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.
  • No labels