LicenseProfileStorageModelEsuProperties interface

License profile storage model for ESU properties.

Properties

assignedLicenseImmutableId

The guid id of the license. NOTE: This property will not be serialized. It can only be populated by the server.

esuKeys

The list of ESU keys. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

assignedLicenseImmutableId

The guid id of the license. NOTE: This property will not be serialized. It can only be populated by the server.

assignedLicenseImmutableId?: string

Property Value

string

esuKeys

The list of ESU keys. NOTE: This property will not be serialized. It can only be populated by the server.

esuKeys?: EsuKey[]

Property Value

EsuKey[]