Subscription interface
Properties
| authorization |
The authorization source of the subscription: "RoleBased", "Legacy", "Bypassed"," Direct", "Management". It could also be a comma separated string containing more values "Bypassed, Direct, Management". |
| id | The subscription id, usually a GUID. |
| name | The display name of the subscription. |
| state | The state of the subscription. Example values: "Enabled", "Disabled", "Warned", "PastDue", "Deleted". |
| tenant |
The tenant that the subscription belongs to. |
Property Details
authorizationSource
The authorization source of the subscription: "RoleBased", "Legacy", "Bypassed"," Direct", "Management". It could also be a comma separated string containing more values "Bypassed, Direct, Management".
authorizationSource: string
Property Value
string
id
The subscription id, usually a GUID.
id: string
Property Value
string
name
The display name of the subscription.
name: string
Property Value
string
state
The state of the subscription. Example values: "Enabled", "Disabled", "Warned", "PastDue", "Deleted".
state: string
Property Value
string
tenantId
The tenant that the subscription belongs to.
tenantId: string
Property Value
string