This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.cache.getAccessPolicy
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Gets the detailed information about an access policy of a redis cache Azure REST API version: 2023-05-01-preview.
Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview.
Using getAccessPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAccessPolicy(args: GetAccessPolicyArgs, opts?: InvokeOptions): Promise<GetAccessPolicyResult>
function getAccessPolicyOutput(args: GetAccessPolicyOutputArgs, opts?: InvokeOptions): Output<GetAccessPolicyResult>
def get_access_policy(access_policy_name: Optional[str] = None,
cache_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccessPolicyResult
def get_access_policy_output(access_policy_name: Optional[pulumi.Input[str]] = None,
cache_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccessPolicyResult]
func LookupAccessPolicy(ctx *Context, args *LookupAccessPolicyArgs, opts ...InvokeOption) (*LookupAccessPolicyResult, error)
func LookupAccessPolicyOutput(ctx *Context, args *LookupAccessPolicyOutputArgs, opts ...InvokeOption) LookupAccessPolicyResultOutput
> Note: This function is named LookupAccessPolicy
in the Go SDK.
public static class GetAccessPolicy
{
public static Task<GetAccessPolicyResult> InvokeAsync(GetAccessPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetAccessPolicyResult> Invoke(GetAccessPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccessPolicyResult> getAccessPolicy(GetAccessPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:cache:getAccessPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Policy stringName - The name of the access policy that is being added to the Redis cache.
- Cache
Name string - The name of the Redis cache.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Access
Policy stringName - The name of the access policy that is being added to the Redis cache.
- Cache
Name string - The name of the Redis cache.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- access
Policy StringName - The name of the access policy that is being added to the Redis cache.
- cache
Name String - The name of the Redis cache.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- access
Policy stringName - The name of the access policy that is being added to the Redis cache.
- cache
Name string - The name of the Redis cache.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- access_
policy_ strname - The name of the access policy that is being added to the Redis cache.
- cache_
name str - The name of the Redis cache.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- access
Policy StringName - The name of the access policy that is being added to the Redis cache.
- cache
Name String - The name of the Redis cache.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getAccessPolicy Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Permissions string
- Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- Provisioning
State string - Provisioning state of access policy
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Permissions string
- Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- Provisioning
State string - Provisioning state of access policy
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- permissions String
- Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- provisioning
State String - Provisioning state of access policy
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- permissions string
- Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- provisioning
State string - Provisioning state of access policy
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- permissions str
- Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- provisioning_
state str - Provisioning state of access policy
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- permissions String
- Permissions for the access policy. Learn how to configure permissions at https://aka.ms/redis/AADPreRequisites
- provisioning
State String - Provisioning state of access policy
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi