milestonexprotectrestpython.xprlicensedetail

Module: xprlicensedetail.py

Revision History

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

@export
class XPRLicenseDetail:

License detail information.

Threadsafety:

This class is fully thread-safe.

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

XPRLicenseDetail()

Initializes a new instance of the class.

Activated: int

Number of licenses that have been activated.

Returns:

The Activated property value.

ChangesWithoutActivation: str

Number of used device changes without activation licenses.

Returns:

The ChangesWithoutActivation property value.

DisplayName: str

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

Returns:

The DisplayName property value.

GracePeriodIn: int

Number of licenses that you have not yet activated and that therefore run in a grace period.

Returns:

The GracePeriodIn property value.

GracePeriodExpired: int

Number of licenses that you have not yet activated and whose grace period has expired.

Returns:

The GracePeriodExpired property value.

LicenseType: str

License Type value.

Returns:

The LicenseType property value.

NotLicensed: int

Number of licenses that you have in-use that exceed the number of available licenses.

Returns:

The NotLicensed property value.

PluginId: str

The globally unique identifier of the plugin.

Returns:

The PluginId property value.

Note: str

Notes pertaining to the license.

Returns:

The Note property value.