Details about a license for the Jira instance.

interface License {
    applications: LicensedApplication[];
}

Properties

Properties

applications: LicensedApplication[]

The applications under this license.