// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/managedidentity/v1api20181130
├── APIVersion: Enum (1 value)
│   └── "2018-11-30"
├── UserAssignedIdentity: Resource
│   ├── Owner: resources/v1apiv20191001.ResourceGroup
│   ├── Spec: Object (5 properties)
│   │   ├── AzureName: string
│   │   ├── Location: *string
│   │   ├── OperatorSpec: *Object (1 property)
│   │   │   └── ConfigMaps: *Object (3 properties)
│   │   │       ├── ClientId: *genruntime.ConfigMapDestination
│   │   │       ├── PrincipalId: *genruntime.ConfigMapDestination
│   │   │       └── TenantId: *genruntime.ConfigMapDestination
│   │   ├── Owner: *genruntime.KnownResourceReference
│   │   └── Tags: map[string]string
│   └── Status: Object (9 properties)
│       ├── ClientId: *string
│       ├── Conditions: conditions.Condition[]
│       ├── Id: *string
│       ├── Location: *string
│       ├── Name: *string
│       ├── PrincipalId: *string
│       ├── Tags: map[string]string
│       ├── TenantId: *string
│       └── Type: *string
├── UserAssignedIdentity_STATUS_ARM: Object (6 properties)
│   ├── Id: *string
│   ├── Location: *string
│   ├── Name: *string
│   ├── Properties: *Object (3 properties)
│   │   ├── ClientId: *string
│   │   ├── PrincipalId: *string
│   │   └── TenantId: *string
│   ├── Tags: map[string]string
│   └── Type: *string
└── UserAssignedIdentity_Spec_ARM: Object (3 properties)
    ├── Location: *string
    ├── Name: string
    └── Tags: map[string]string
