Tenant Object Format
Tenant Object Properties
Property | Type | Required? | Description |
EntityId | string | No | The GUID string by which the Tenant associated with the System Access Token is identified. |
ID | string | No | A globally unique identifier for the System Access Token, which is used internally by ServiceBroker. The |
Name | string | No | A string describing the System Access Token. The |
JWT | string | No | The {token} component of the System Access Token, as required when performing REST Integration Authentication via the ServiceBroker REST Integration Standard HTTP Headers. |
Active | boolean | No | Indicates if the System Access Token is active or not. Defaults to true . |