LicensePermissions
The permissions set by the specified license.
View-Specific Information
Select
The adapter uses the GitHub Data API API to process WHERE clause conditions built with the below columns and operators. The adapter processes other filters client-side within the adapter.
- LicenseKey supports the '=' comparison operator.
SELECT * FROM [Information].[LicensePermissions] WHERE [Information].[LicensePermissions].[LicenseKey] = 'EXAMPLE'
Columns
Name | Type | References | OrderBySupport | Description |
Key [KEY] | String | The machine-readable permission key. | ||
LicenseKey [KEY] | String |
Licenses.Key | The lowercased SPDX ID of the license. | |
Description | String | A description of the permission. | ||
Label | String | The human-readable permission label. |