LinkedSubscription interface
提供有关在身份验证过程中发现的订阅的信息。 此类型的结构与订阅对象不同,订阅对象通过向 ResourceManager API 发出请求。
属性
| authorization |
订阅的授权源:“RoleBased”、“Legacy”、“Bypassed”、“Direct”、“Management”。 它也可以是逗号分隔的字符串,其中包含更多值“Bypassed, Direct, Management”。 |
| environment |
订阅所在的环境名称。 可能的值:“AzureCloud”、“AzureChinaCloud”、“AzureUSGovernment”、“AzureGermanCloud”或其他一些自定义/内部环境名称,例如“Dogfood”。 |
| id | 订阅 ID,通常是 GUID。 |
| name | 订阅的显示名称。 |
| state | 订阅的状态。 示例值:“Enabled”、“Disabled”、“Warned”、“PastDue”、“Deleted”。 |
| tenant |
订阅所属的租户。 |
| user | 与订阅关联的用户。 这可能是用户或 serviceprincipal。 |
属性详细信息
authorizationSource
订阅的授权源:“RoleBased”、“Legacy”、“Bypassed”、“Direct”、“Management”。 它也可以是逗号分隔的字符串,其中包含更多值“Bypassed, Direct, Management”。
authorizationSource: string
属性值
string
environmentName
订阅所在的环境名称。 可能的值:“AzureCloud”、“AzureChinaCloud”、“AzureUSGovernment”、“AzureGermanCloud”或其他一些自定义/内部环境名称,例如“Dogfood”。
environmentName: string
属性值
string
id
订阅 ID,通常是 GUID。
id: string
属性值
string
name
订阅的显示名称。
name: string
属性值
string
state
订阅的状态。 示例值:“Enabled”、“Disabled”、“Warned”、“PastDue”、“Deleted”。
state: string
属性值
string
tenantId
订阅所属的租户。
tenantId: string
属性值
string