// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/subscription/v1api20211001
├── APIVersion: Enum (1 value)
│   └── "2021-10-01"
├── Alias: Resource
│   ├── Spec: Object (2 properties)
│   │   ├── AzureName: string
│   │   └── Properties: *Object (6 properties)
│   │       ├── AdditionalProperties: *Object (4 properties)
│   │       │   ├── ManagementGroupId: *string
│   │       │   ├── SubscriptionOwnerId: *string
│   │       │   ├── SubscriptionTenantId: *string
│   │       │   └── Tags: map[string]string
│   │       ├── BillingScope: *string
│   │       ├── DisplayName: *string
│   │       ├── ResellerId: *string
│   │       ├── SubscriptionId: *string
│   │       └── Workload: *Enum (2 values)
│   │           ├── "DevTest"
│   │           └── "Production"
│   └── Status: Object (6 properties)
│       ├── Conditions: conditions.Condition[]
│       ├── Id: *string
│       ├── Name: *string
│       ├── Properties: *Object (12 properties)
│       │   ├── AcceptOwnershipState: *Enum (3 values)
│       │   │   ├── "Completed"
│       │   │   ├── "Expired"
│       │   │   └── "Pending"
│       │   ├── AcceptOwnershipUrl: *string
│       │   ├── BillingScope: *string
│       │   ├── CreatedTime: *string
│       │   ├── DisplayName: *string
│       │   ├── ManagementGroupId: *string
│       │   ├── ProvisioningState: *Enum (3 values)
│       │   │   ├── "Accepted"
│       │   │   ├── "Failed"
│       │   │   └── "Succeeded"
│       │   ├── ResellerId: *string
│       │   ├── SubscriptionId: *string
│       │   ├── SubscriptionOwnerId: *string
│       │   ├── Tags: map[string]string
│       │   └── Workload: *Enum (2 values)
│       │       ├── "DevTest"
│       │       └── "Production"
│       ├── SystemData: *Object (6 properties)
│       │   ├── CreatedAt: *string
│       │   ├── CreatedBy: *string
│       │   ├── CreatedByType: *Enum (4 values)
│       │   │   ├── "Application"
│       │   │   ├── "Key"
│       │   │   ├── "ManagedIdentity"
│       │   │   └── "User"
│       │   ├── LastModifiedAt: *string
│       │   ├── LastModifiedBy: *string
│       │   └── LastModifiedByType: *Enum (4 values)
│       │       ├── "Application"
│       │       ├── "Key"
│       │       ├── "ManagedIdentity"
│       │       └── "User"
│       └── Type: *string
├── Alias_STATUS_ARM: Object (5 properties)
│   ├── Id: *string
│   ├── Name: *string
│   ├── Properties: *Object (12 properties)
│   │   ├── AcceptOwnershipState: *Enum (3 values)
│   │   │   ├── "Completed"
│   │   │   ├── "Expired"
│   │   │   └── "Pending"
│   │   ├── AcceptOwnershipUrl: *string
│   │   ├── BillingScope: *string
│   │   ├── CreatedTime: *string
│   │   ├── DisplayName: *string
│   │   ├── ManagementGroupId: *string
│   │   ├── ProvisioningState: *Enum (3 values)
│   │   │   ├── "Accepted"
│   │   │   ├── "Failed"
│   │   │   └── "Succeeded"
│   │   ├── ResellerId: *string
│   │   ├── SubscriptionId: *string
│   │   ├── SubscriptionOwnerId: *string
│   │   ├── Tags: map[string]string
│   │   └── Workload: *Enum (2 values)
│   │       ├── "DevTest"
│   │       └── "Production"
│   ├── SystemData: *Object (6 properties)
│   │   ├── CreatedAt: *string
│   │   ├── CreatedBy: *string
│   │   ├── CreatedByType: *Enum (4 values)
│   │   │   ├── "Application"
│   │   │   ├── "Key"
│   │   │   ├── "ManagedIdentity"
│   │   │   └── "User"
│   │   ├── LastModifiedAt: *string
│   │   ├── LastModifiedBy: *string
│   │   └── LastModifiedByType: *Enum (4 values)
│   │       ├── "Application"
│   │       ├── "Key"
│   │       ├── "ManagedIdentity"
│   │       └── "User"
│   └── Type: *string
└── Alias_Spec_ARM: Object (2 properties)
    ├── Name: string
    └── Properties: *Object (6 properties)
        ├── AdditionalProperties: *Object (4 properties)
        │   ├── ManagementGroupId: *string
        │   ├── SubscriptionOwnerId: *string
        │   ├── SubscriptionTenantId: *string
        │   └── Tags: map[string]string
        ├── BillingScope: *string
        ├── DisplayName: *string
        ├── ResellerId: *string
        ├── SubscriptionId: *string
        └── Workload: *Enum (2 values)
            ├── "DevTest"
            └── "Production"
