Microsoft Azure · Schema

Subscription

Subscription information.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The fully qualified ID for the subscription.
subscriptionId string The subscription ID.
displayName string The subscription display name.
tenantId string The subscription tenant ID.
state string The subscription state.
authorizationSource string The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct, Management.
tags object The tags attached to the subscription.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Subscription",
  "type": "object",
  "description": "Subscription information.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The fully qualified ID for the subscription."
    },
    "subscriptionId": {
      "type": "string",
      "description": "The subscription ID."
    },
    "displayName": {
      "type": "string",
      "description": "The subscription display name."
    },
    "tenantId": {
      "type": "string",
      "description": "The subscription tenant ID."
    },
    "state": {
      "type": "string",
      "description": "The subscription state."
    },
    "authorizationSource": {
      "type": "string",
      "description": "The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct, Management."
    },
    "tags": {
      "type": "object",
      "description": "The tags attached to the subscription."
    }
  }
}