LicenseDetails Object
Contains details about a specific license.
This object is used by the following operations:
- GET /api/licenses/{LicenseID} (in the response)
- Operations that reference the APILicense object
The properties included in the LicenseDetails object are listed below.
Property | Type | Description |
---|---|---|
LicenseID | string | The unique ID for a specific license. |
Name | string | Text name for the license. |
Description | string | Description of the license. |
Visibility | string | Visibility setting for the license. |
SandboxAccessAutoApproved | boolean | Indicates whether sandbox access is automatically approved. |
ProductionAccessAutoApproved | boolean | Indicates whether production access is automatically approved. |
LicensePartsDetails | LicensePartsDetails | Contains information about one or more license parts. |
BusinessID | string | The unique ID for a specific business organization on the platform. |
Active | boolean | Indicates whether the license is active. Defaults to true. |
Environment | string[ ] | Indicates one or more environments the license applies to. |
AgreementDetails | AgreementDocument[ ] |
Contains information about a platform legal agreement document. One or more. |