// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/dbformysql/v1api20220101
├── APIVersion: Enum (1 value)
│   └── "2022-01-01"
├── FlexibleServersAdministrator: Resource
│   ├── Owner: FlexibleServer
│   ├── Spec: Object (8 properties)
│   │   ├── AdministratorType: *Enum (1 value)
│   │   │   └── "ActiveDirectory"
│   │   ├── IdentityResourceReference: *genruntime.ResourceReference
│   │   ├── Login: *string
│   │   ├── Owner: *genruntime.KnownResourceReference
│   │   ├── Sid: *string
│   │   ├── SidFromConfig: *genruntime.ConfigMapReference
│   │   ├── TenantId: *string
│   │   └── TenantIdFromConfig: *genruntime.ConfigMapReference
│   └── Status: Object (10 properties)
│       ├── AdministratorType: *Enum (1 value)
│       │   └── "ActiveDirectory"
│       ├── Conditions: conditions.Condition[]
│       ├── Id: *string
│       ├── IdentityResourceId: *string
│       ├── Login: *string
│       ├── Name: *string
│       ├── Sid: *string
│       ├── 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"
│       ├── TenantId: *string
│       └── Type: *string
├── FlexibleServersConfiguration: Resource
│   ├── Owner: FlexibleServer
│   ├── Spec: Object (5 properties)
│   │   ├── AzureName: Validated<string> (1 rule)
│   │   │   └── Rule 0: Pattern: "^[a-zA-Z0-9_.-]+$"
│   │   ├── CurrentValue: *string
│   │   ├── Owner: *genruntime.KnownResourceReference
│   │   ├── Source: *Enum (2 values)
│   │   │   ├── "system-default"
│   │   │   └── "user-override"
│   │   └── Value: *string
│   └── Status: Object (16 properties)
│       ├── AllowedValues: *string
│       ├── Conditions: conditions.Condition[]
│       ├── CurrentValue: *string
│       ├── DataType: *string
│       ├── DefaultValue: *string
│       ├── Description: *string
│       ├── DocumentationLink: *string
│       ├── Id: *string
│       ├── IsConfigPendingRestart: *Enum (2 values)
│       │   ├── "False"
│       │   └── "True"
│       ├── IsDynamicConfig: *Enum (2 values)
│       │   ├── "False"
│       │   └── "True"
│       ├── IsReadOnly: *Enum (2 values)
│       │   ├── "False"
│       │   └── "True"
│       ├── Name: *string
│       ├── Source: *Enum (2 values)
│       │   ├── "system-default"
│       │   └── "user-override"
│       ├── 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
│       └── Value: *string
├── FlexibleServers_Administrator_STATUS_ARM: Object (5 properties)
│   ├── Id: *string
│   ├── Name: *string
│   ├── Properties: *Object (5 properties)
│   │   ├── AdministratorType: *Enum (1 value)
│   │   │   └── "ActiveDirectory"
│   │   ├── IdentityResourceId: *string
│   │   ├── Login: *string
│   │   ├── Sid: *string
│   │   └── TenantId: *string
│   ├── 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
├── FlexibleServers_Administrator_Spec_ARM: Object (2 properties)
│   ├── Name: string
│   └── Properties: *Object (5 properties)
│       ├── AdministratorType: *Enum (1 value)
│       │   └── "ActiveDirectory"
│       ├── IdentityResourceId: *string
│       ├── Login: *string
│       ├── Sid: *string
│       └── TenantId: *string
├── FlexibleServers_Configuration_STATUS_ARM: Object (5 properties)
│   ├── Id: *string
│   ├── Name: *string
│   ├── Properties: *Object (11 properties)
│   │   ├── AllowedValues: *string
│   │   ├── CurrentValue: *string
│   │   ├── DataType: *string
│   │   ├── DefaultValue: *string
│   │   ├── Description: *string
│   │   ├── DocumentationLink: *string
│   │   ├── IsConfigPendingRestart: *Enum (2 values)
│   │   │   ├── "False"
│   │   │   └── "True"
│   │   ├── IsDynamicConfig: *Enum (2 values)
│   │   │   ├── "False"
│   │   │   └── "True"
│   │   ├── IsReadOnly: *Enum (2 values)
│   │   │   ├── "False"
│   │   │   └── "True"
│   │   ├── Source: *Enum (2 values)
│   │   │   ├── "system-default"
│   │   │   └── "user-override"
│   │   └── Value: *string
│   ├── 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
└── FlexibleServers_Configuration_Spec_ARM: Object (2 properties)
    ├── Name: string
    └── Properties: *Object (3 properties)
        ├── CurrentValue: *string
        ├── Source: *Enum (2 values)
        │   ├── "system-default"
        │   └── "user-override"
        └── Value: *string
