LicenseProfileMachineInstanceViewResponse

data class LicenseProfileMachineInstanceViewResponse(val billingEndDate: String, val billingStartDate: String, val disenrollmentDate: String, val enrollmentDate: String, val error: ErrorDetailResponse, val esuProfile: LicenseProfileMachineInstanceViewEsuPropertiesResponse? = null, val licenseChannel: String, val licenseStatus: String, val productFeatures: List<ProductFeatureResponse>? = null, val productType: String? = null, val softwareAssuranceCustomer: Boolean? = null, val subscriptionStatus: String? = null)

License Profile Instance View in Machine Properties.

Constructors

constructor(billingEndDate: String, billingStartDate: String, disenrollmentDate: String, enrollmentDate: String, error: ErrorDetailResponse, esuProfile: LicenseProfileMachineInstanceViewEsuPropertiesResponse? = null, licenseChannel: String, licenseStatus: String, productFeatures: List<ProductFeatureResponse>? = null, productType: String? = null, softwareAssuranceCustomer: Boolean? = null, subscriptionStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp in UTC when the billing ends.

Link copied to clipboard

The timestamp in UTC when the billing starts.

Link copied to clipboard

The timestamp in UTC when the user disenrolled the feature.

Link copied to clipboard

The timestamp in UTC when the user enrolls the feature.

Link copied to clipboard

The errors that were encountered during the feature enrollment or disenrollment.

Link copied to clipboard

Properties for the Machine ESU profile.

Link copied to clipboard

Indicates the license channel.

Link copied to clipboard

Indicates the license status of the OS.

Link copied to clipboard

The list of product features.

Link copied to clipboard
val productType: String? = null

Indicates the product type of the license.

Link copied to clipboard

Specifies if this machine is licensed as part of a Software Assurance agreement.

Link copied to clipboard

Indicates the subscription status of the product.