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