// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/appconfiguration/v1api20220501
├── APIVersion: Enum (1 value)
│   └── "2022-05-01"
├── ConfigurationStore: Resource
│   ├── Owner: resources/v1apiv20191001.ResourceGroup
│   ├── Spec: Object (14 properties)
│   │   ├── AzureName: Validated<string> (3 rules)
│   │   │   ├── Rule 0: MaxLength: 50
│   │   │   ├── Rule 1: MinLength: 5
│   │   │   └── Rule 2: Pattern: "^[a-zA-Z0-9_-]*$"
│   │   ├── CreateMode: *Enum (2 values)
│   │   │   ├── "Default"
│   │   │   └── "Recover"
│   │   ├── DisableLocalAuth: *bool
│   │   ├── EnablePurgeProtection: *bool
│   │   ├── Encryption: *Object (1 property)
│   │   │   └── KeyVaultProperties: *Object (2 properties)
│   │   │       ├── IdentityClientId: *string
│   │   │       └── KeyIdentifier: *string
│   │   ├── Identity: *Object (2 properties)
│   │   │   ├── Type: *Enum (4 values)
│   │   │   │   ├── "None"
│   │   │   │   ├── "SystemAssigned"
│   │   │   │   ├── "SystemAssigned, UserAssigned"
│   │   │   │   └── "UserAssigned"
│   │   │   └── UserAssignedIdentities: Object (1 property)[]
│   │   │       └── Reference: genruntime.ResourceReference
│   │   ├── Location: *string
│   │   ├── OperatorSpec: *Object (1 property)
│   │   │   └── Secrets: *Object (12 properties)
│   │   │       ├── PrimaryConnectionString: *genruntime.SecretDestination
│   │   │       ├── PrimaryKey: *genruntime.SecretDestination
│   │   │       ├── PrimaryKeyID: *genruntime.SecretDestination
│   │   │       ├── PrimaryReadOnlyConnectionString: *genruntime.SecretDestination
│   │   │       ├── PrimaryReadOnlyKey: *genruntime.SecretDestination
│   │   │       ├── PrimaryReadOnlyKeyID: *genruntime.SecretDestination
│   │   │       ├── SecondaryConnectionString: *genruntime.SecretDestination
│   │   │       ├── SecondaryKey: *genruntime.SecretDestination
│   │   │       ├── SecondaryKeyID: *genruntime.SecretDestination
│   │   │       ├── SecondaryReadOnlyConnectionString: *genruntime.SecretDestination
│   │   │       ├── SecondaryReadOnlyKey: *genruntime.SecretDestination
│   │   │       └── SecondaryReadOnlyKeyID: *genruntime.SecretDestination
│   │   ├── Owner: *genruntime.KnownResourceReference
│   │   ├── PublicNetworkAccess: *Enum (2 values)
│   │   │   ├── "Disabled"
│   │   │   └── "Enabled"
│   │   ├── Sku: *Object (1 property)
│   │   │   └── Name: *string
│   │   ├── SoftDeleteRetentionInDays: *int
│   │   ├── 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"
│   │   └── Tags: map[string]string
│   └── Status: Object (19 properties)
│       ├── Conditions: conditions.Condition[]
│       ├── CreateMode: *Enum (2 values)
│       │   ├── "Default"
│       │   └── "Recover"
│       ├── CreationDate: *string
│       ├── DisableLocalAuth: *bool
│       ├── EnablePurgeProtection: *bool
│       ├── Encryption: *Object (1 property)
│       │   └── KeyVaultProperties: *Object (2 properties)
│       │       ├── IdentityClientId: *string
│       │       └── KeyIdentifier: *string
│       ├── Endpoint: *string
│       ├── Id: *string
│       ├── Identity: *Object (4 properties)
│       │   ├── PrincipalId: *string
│       │   ├── TenantId: *string
│       │   ├── Type: *Enum (4 values)
│       │   │   ├── "None"
│       │   │   ├── "SystemAssigned"
│       │   │   ├── "SystemAssigned, UserAssigned"
│       │   │   └── "UserAssigned"
│       │   └── UserAssignedIdentities: map[string]Object (2 properties)
│       │       ├── ClientId: *string
│       │       └── PrincipalId: *string
│       ├── Location: *string
│       ├── Name: *string
│       ├── PrivateEndpointConnections: Object (1 property)[]
│       │   └── Id: *string
│       ├── ProvisioningState: *Enum (6 values)
│       │   ├── "Canceled"
│       │   ├── "Creating"
│       │   ├── "Deleting"
│       │   ├── "Failed"
│       │   ├── "Succeeded"
│       │   └── "Updating"
│       ├── PublicNetworkAccess: *Enum (2 values)
│       │   ├── "Disabled"
│       │   └── "Enabled"
│       ├── Sku: *Object (1 property)
│       │   └── Name: *string
│       ├── SoftDeleteRetentionInDays: *int
│       ├── 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"
│       ├── Tags: map[string]string
│       └── Type: *string
├── ConfigurationStore_STATUS_ARM: Object (9 properties)
│   ├── Id: *string
│   ├── Identity: *Object (4 properties)
│   │   ├── PrincipalId: *string
│   │   ├── TenantId: *string
│   │   ├── Type: *Enum (4 values)
│   │   │   ├── "None"
│   │   │   ├── "SystemAssigned"
│   │   │   ├── "SystemAssigned, UserAssigned"
│   │   │   └── "UserAssigned"
│   │   └── UserAssignedIdentities: map[string]Object (2 properties)
│   │       ├── ClientId: *string
│   │       └── PrincipalId: *string
│   ├── Location: *string
│   ├── Name: *string
│   ├── Properties: *Object (10 properties)
│   │   ├── CreateMode: *Enum (2 values)
│   │   │   ├── "Default"
│   │   │   └── "Recover"
│   │   ├── CreationDate: *string
│   │   ├── DisableLocalAuth: *bool
│   │   ├── EnablePurgeProtection: *bool
│   │   ├── Encryption: *Object (1 property)
│   │   │   └── KeyVaultProperties: *Object (2 properties)
│   │   │       ├── IdentityClientId: *string
│   │   │       └── KeyIdentifier: *string
│   │   ├── Endpoint: *string
│   │   ├── PrivateEndpointConnections: Object (1 property)[]
│   │   │   └── Id: *string
│   │   ├── ProvisioningState: *Enum (6 values)
│   │   │   ├── "Canceled"
│   │   │   ├── "Creating"
│   │   │   ├── "Deleting"
│   │   │   ├── "Failed"
│   │   │   ├── "Succeeded"
│   │   │   └── "Updating"
│   │   ├── PublicNetworkAccess: *Enum (2 values)
│   │   │   ├── "Disabled"
│   │   │   └── "Enabled"
│   │   └── SoftDeleteRetentionInDays: *int
│   ├── Sku: *Object (1 property)
│   │   └── Name: *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"
│   ├── Tags: map[string]string
│   └── Type: *string
└── ConfigurationStore_Spec_ARM: Object (7 properties)
    ├── Identity: *Object (2 properties)
    │   ├── Type: *Enum (4 values)
    │   │   ├── "None"
    │   │   ├── "SystemAssigned"
    │   │   ├── "SystemAssigned, UserAssigned"
    │   │   └── "UserAssigned"
    │   └── UserAssignedIdentities: map[string]Object (0 properties)
    ├── Location: *string
    ├── Name: string
    ├── Properties: *Object (6 properties)
    │   ├── CreateMode: *Enum (2 values)
    │   │   ├── "Default"
    │   │   └── "Recover"
    │   ├── DisableLocalAuth: *bool
    │   ├── EnablePurgeProtection: *bool
    │   ├── Encryption: *Object (1 property)
    │   │   └── KeyVaultProperties: *Object (2 properties)
    │   │       ├── IdentityClientId: *string
    │   │       └── KeyIdentifier: *string
    │   ├── PublicNetworkAccess: *Enum (2 values)
    │   │   ├── "Disabled"
    │   │   └── "Enabled"
    │   └── SoftDeleteRetentionInDays: *int
    ├── Sku: *Object (1 property)
    │   └── Name: *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"
    └── Tags: map[string]string
