milestonexprotectrestpython.xprlicenseinformation

Module: xprlicenseinformation.py

Revision History

Date Version CareId
2023/07/11 1.0.0.0 Initial Version.

@export
class XPRLicenseInformation:

License information.

Threadsafety:

This class is fully thread-safe.

More information about License configuration can be found on the vendor documentation page.

XPRLicenseInformation()

Initializes a new instance of the class.

ActivationAutomatic: bool

True if automatic license activation is enabled; otherwise, False.

Returns:

The ActivationAutomatic property value.

CareLevel: str

Care Level identifier.

Returns:

The CareLevel property value.

CareId: str

Care ID.

Returns:

The CareId property value.

DisplayName: str

User-friendly display name used in various user-interface displays.

Returns:

The DisplayName property value.

Id: str

The globally unique identifier of the license information.

Returns:

The Id property value.

SoftwareLicenseCode: str

Product Software License Code value.

Returns:

The SoftwareLicenseCode property value.

Sku: str

Product SKU identifier.

Returns:

The Sku property value.