SaasSubscriptionDetails interface
SaaS Subscription Details model
Properties
id | Purchased SaaS subscription ID NOTE: This property will not be serialized. It can only be populated by the server. |
is |
AutoRenew flag NOTE: This property will not be serialized. It can only be populated by the server. |
is |
FreeTrial flag NOTE: This property will not be serialized. It can only be populated by the server. |
offer |
Purchased offer ID NOTE: This property will not be serialized. It can only be populated by the server. |
plan |
Purchased offer's plan ID NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
Publisher ID NOTE: This property will not be serialized. It can only be populated by the server. |
purchaser |
Purchaser Email ID NOTE: This property will not be serialized. It can only be populated by the server. |
purchaser |
Purchaser Tenant ID NOTE: This property will not be serialized. It can only be populated by the server. |
saas |
Indicates the status of the Subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
subscription |
SaaS subscription name NOTE: This property will not be serialized. It can only be populated by the server. |
term |
Purchase Term Unit NOTE: This property will not be serialized. It can only be populated by the server. |
time |
Creation Date and Time NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Purchased SaaS subscription ID NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
isAutoRenew
AutoRenew flag NOTE: This property will not be serialized. It can only be populated by the server.
isAutoRenew?: boolean
Property Value
boolean
isFreeTrial
FreeTrial flag NOTE: This property will not be serialized. It can only be populated by the server.
isFreeTrial?: boolean
Property Value
boolean
offerId
Purchased offer ID NOTE: This property will not be serialized. It can only be populated by the server.
offerId?: string
Property Value
string
planId
Purchased offer's plan ID NOTE: This property will not be serialized. It can only be populated by the server.
planId?: string
Property Value
string
publisherId
Publisher ID NOTE: This property will not be serialized. It can only be populated by the server.
publisherId?: string
Property Value
string
purchaserEmailId
Purchaser Email ID NOTE: This property will not be serialized. It can only be populated by the server.
purchaserEmailId?: string
Property Value
string
purchaserTenantId
Purchaser Tenant ID NOTE: This property will not be serialized. It can only be populated by the server.
purchaserTenantId?: string
Property Value
string
saasSubscriptionStatus
Indicates the status of the Subscription. NOTE: This property will not be serialized. It can only be populated by the server.
saasSubscriptionStatus?: string
Property Value
string
subscriptionName
SaaS subscription name NOTE: This property will not be serialized. It can only be populated by the server.
subscriptionName?: string
Property Value
string
termUnit
Purchase Term Unit NOTE: This property will not be serialized. It can only be populated by the server.
termUnit?: string
Property Value
string
timeCreated
Creation Date and Time NOTE: This property will not be serialized. It can only be populated by the server.
timeCreated?: Date
Property Value
Date
Azure SDK for JavaScript