APILicenses Object
Contains information about the licenses for a specified API version.
This object is used by the following operations:
- GET /api/apis/versions/{APIVersionID}/licenses
- Operations that reference the APILicense object
The properties included in the APILicenses object are listed below.
| Property | Type | Description |
|---|---|---|
| SupportsUnrestricted | boolean | A value indicating whether the API version supports unrestricted access. |
| APILicense | APILicense[ ] | Contains information about a specific API license.One or more. |