LicensingInfoReference

LicensingInfoReference
LicensingInfoReference

Represents a Licensing information

JSON Example
{
    "licensingMode": "One among: SUBSCRIPTION, PERPETUAL, MIXED",
    "subscriptionStatus": "One among: UNSUBSCRIBED, ACTIVE, EXPIRED",
    "isRegistered": false,
    "isSubscribed": false,
    "daysRemainingToSubscribe": 0
}
string
licensingMode
Optional

Licensing mode

string
subscriptionStatus
Optional

Status of the subscription mode

boolean
isRegistered
Optional

Flag indicating the resource is registered for subscription or not

boolean
isSubscribed
Read-Only

Flag indicating the resource is subscribed or not

integer As int32 As int32
daysRemainingToSubscribe
Read-Only

Number of days remaining to subscribe

Property Of