Package version:

InterfaceLicenseProfileStorageModelEsuProperties

License profile storage model for ESU properties.

interface LicenseProfileStorageModelEsuProperties {
    assignedLicenseImmutableId?: string;
    esuKeys?: EsuKey[];
}

Hierarchy (view full)

Properties

assignedLicenseImmutableId?: string

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

esuKeys?: EsuKey[]

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