cache.azure.com/v20250401
APIVersion
| Value | Description |
|---|---|
| “2025-04-01” |
RedisEnterpriseDatabaseAccessPolicyAssignment
Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/RedisEnterprise/stable/2025-04-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
Used by: RedisEnterpriseDatabaseAccessPolicyAssignmentList.
| Property | Description | Type |
|---|---|---|
| metav1.TypeMeta | ||
| metav1.ObjectMeta | ||
| spec | RedisEnterpriseDatabaseAccessPolicyAssignment_Spec Optional |
|
| status | RedisEnterpriseDatabaseAccessPolicyAssignment_STATUS Optional |
RedisEnterpriseDatabaseAccessPolicyAssignment_Spec
| Property | Description | Type |
|---|---|---|
| accessPolicyName | Name of access policy under specific access policy assignment. Only “default” policy is supported for now. | string Required |
| azureName | The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be. | string Optional |
| operatorSpec | The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure | RedisEnterpriseDatabaseAccessPolicyAssignmentOperatorSpec Optional |
| owner | The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a cache.azure.com/RedisEnterpriseDatabase resource | genruntime.KnownResourceReference Required |
| user | The user associated with the access policy. | AccessPolicyAssignmentProperties_User Required |
RedisEnterpriseDatabaseAccessPolicyAssignment_STATUS
| Property | Description | Type |
|---|---|---|
| accessPolicyName | Name of access policy under specific access policy assignment. Only “default” policy is supported for now. | string Optional |
| conditions | The observed state of the resource | conditions.Condition[] Optional |
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} | string Optional |
| name | The name of the resource | string Optional |
| provisioningState | Current provisioning status of the access policy assignment. | ProvisioningState_STATUS Optional |
| type | The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts” | string Optional |
| user | The user associated with the access policy. | AccessPolicyAssignmentProperties_User_STATUS Optional |
RedisEnterpriseDatabaseAccessPolicyAssignmentList
Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/RedisEnterprise/stable/2025-04-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments/{accessPolicyAssignmentName}
| Property | Description | Type |
|---|---|---|
| metav1.TypeMeta | ||
| metav1.ListMeta | ||
| items | RedisEnterpriseDatabaseAccessPolicyAssignment[] Optional |
RedisEnterpriseDatabaseAccessPolicyAssignment_Spec
Used by: RedisEnterpriseDatabaseAccessPolicyAssignment.
| Property | Description | Type |
|---|---|---|
| accessPolicyName | Name of access policy under specific access policy assignment. Only “default” policy is supported for now. | string Required |
| azureName | The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be. | string Optional |
| operatorSpec | The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure | RedisEnterpriseDatabaseAccessPolicyAssignmentOperatorSpec Optional |
| owner | The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a cache.azure.com/RedisEnterpriseDatabase resource | genruntime.KnownResourceReference Required |
| user | The user associated with the access policy. | AccessPolicyAssignmentProperties_User Required |
RedisEnterpriseDatabaseAccessPolicyAssignment_STATUS
Used by: RedisEnterpriseDatabaseAccessPolicyAssignment.
| Property | Description | Type |
|---|---|---|
| accessPolicyName | Name of access policy under specific access policy assignment. Only “default” policy is supported for now. | string Optional |
| conditions | The observed state of the resource | conditions.Condition[] Optional |
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} | string Optional |
| name | The name of the resource | string Optional |
| provisioningState | Current provisioning status of the access policy assignment. | ProvisioningState_STATUS Optional |
| type | The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts” | string Optional |
| user | The user associated with the access policy. | AccessPolicyAssignmentProperties_User_STATUS Optional |
AccessPolicyAssignmentProperties_User
Used by: RedisEnterpriseDatabaseAccessPolicyAssignment_Spec.
| Property | Description | Type |
|---|---|---|
| objectId | The object ID of the user. | string Optional |
| objectIdFromConfig | The object ID of the user. | genruntime.ConfigMapReference Optional |
AccessPolicyAssignmentProperties_User_STATUS
Used by: RedisEnterpriseDatabaseAccessPolicyAssignment_STATUS.
| Property | Description | Type |
|---|---|---|
| objectId | The object ID of the user. | string Optional |
ProvisioningState_STATUS
Current provisioning status
Used by: RedisEnterpriseDatabaseAccessPolicyAssignment_STATUS.
| Value | Description |
|---|---|
| “Canceled” | |
| “Creating” | |
| “Deleting” | |
| “Failed” | |
| “Succeeded” | |
| “Updating” |
RedisEnterpriseDatabaseAccessPolicyAssignmentOperatorSpec
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
Used by: RedisEnterpriseDatabaseAccessPolicyAssignment_Spec.
| Property | Description | Type |
|---|---|---|
| configMapExpressions | configures where to place operator written dynamic ConfigMaps (created with CEL expressions). | core.DestinationExpression[] Optional |
| secretExpressions | configures where to place operator written dynamic secrets (created with CEL expressions). | core.DestinationExpression[] Optional |