LicensePermissions
Describes permissions granted by a specific repository license, helping users understand the scope of allowed actions.
View-Specific Information
Select
The 本製品 uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- LicenseKey supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [LicensePermissions]
SELECT * FROM [LicensePermissions] WHERE [LicenseKey] = 'Val1'
The 本製品 processes other filters client-side within the 本製品.
Columns
Name | Type | References | OrderBySupport | Description |
Key [KEY] | String | The machine-readable key that uniquely identifies the specific permission granted by the license. | ||
LicenseKey [KEY] | String |
Licenses.Key | The SPDX (Software Package Data Exchange) ID of the license, typically represented in lowercase, corresponding to a specific open-source license (for example, 'mit', 'apache-2.0'). | |
Description | String | A detailed description of the permission granted by the license, explaining what actions or rights are explicitly allowed. | ||
Label | String | A human-readable label or title for the permission, designed to be easily understood by users without technical or legal expertise. |