LicenseStatus

API: Stable

The status of an License

data class LicenseStatus(
    val state: LicenseState,
    val resolvedSupport: ResolvedSupport<Product.License, LicenseSupport>?,
    val resolvedProduct: Product.License?,
    val boundTo: List<String>?,
)
Properties
state: LicenseState
resolvedSupport: ResolvedSupport<Product.License, LicenseSupport>?
resolvedProduct: Product.License? The resolved product referenced by `product`.

This attribute is not included by default unless includeProduct is specified.

boundTo: List<String>? The IDs of the `Job`s that this `Resource` is currently bound to