azure-native.cache.getAccessPolicyAssignment
Explore with Pulumi AI
Gets the list of assignments for an access policy of a redis cache Azure REST API version: 2023-05-01-preview.
Using getAccessPolicyAssignment
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 getAccessPolicyAssignment(args: GetAccessPolicyAssignmentArgs, opts?: InvokeOptions): Promise<GetAccessPolicyAssignmentResult>
function getAccessPolicyAssignmentOutput(args: GetAccessPolicyAssignmentOutputArgs, opts?: InvokeOptions): Output<GetAccessPolicyAssignmentResult>
def get_access_policy_assignment(access_policy_assignment_name: Optional[str] = None,
cache_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccessPolicyAssignmentResult
def get_access_policy_assignment_output(access_policy_assignment_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[GetAccessPolicyAssignmentResult]
func LookupAccessPolicyAssignment(ctx *Context, args *LookupAccessPolicyAssignmentArgs, opts ...InvokeOption) (*LookupAccessPolicyAssignmentResult, error)
func LookupAccessPolicyAssignmentOutput(ctx *Context, args *LookupAccessPolicyAssignmentOutputArgs, opts ...InvokeOption) LookupAccessPolicyAssignmentResultOutput
> Note: This function is named LookupAccessPolicyAssignment
in the Go SDK.
public static class GetAccessPolicyAssignment
{
public static Task<GetAccessPolicyAssignmentResult> InvokeAsync(GetAccessPolicyAssignmentArgs args, InvokeOptions? opts = null)
public static Output<GetAccessPolicyAssignmentResult> Invoke(GetAccessPolicyAssignmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccessPolicyAssignmentResult> getAccessPolicyAssignment(GetAccessPolicyAssignmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:cache:getAccessPolicyAssignment
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Policy stringAssignment Name The name of the access policy assignment.
- 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 stringAssignment Name The name of the access policy assignment.
- 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 StringAssignment Name The name of the access policy assignment.
- 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 stringAssignment Name The name of the access policy assignment.
- 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_ strassignment_ name The name of the access policy assignment.
- 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 StringAssignment Name The name of the access policy assignment.
- cache
Name String The name of the Redis cache.
- resource
Group StringName The name of the resource group. The name is case insensitive.
getAccessPolicyAssignment Result
The following output properties are available:
- Access
Policy stringName The name of the access policy that is being assigned
- 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
- Object
Id string Object Id to assign access policy to
- Object
Id stringAlias User friendly name for object id. Also represents username for token based authentication
- Provisioning
State string Provisioning state of an access policy assignment set
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Access
Policy stringName The name of the access policy that is being assigned
- 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
- Object
Id string Object Id to assign access policy to
- Object
Id stringAlias User friendly name for object id. Also represents username for token based authentication
- Provisioning
State string Provisioning state of an access policy assignment set
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access
Policy StringName The name of the access policy that is being assigned
- 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
- object
Id String Object Id to assign access policy to
- object
Id StringAlias User friendly name for object id. Also represents username for token based authentication
- provisioning
State String Provisioning state of an access policy assignment set
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access
Policy stringName The name of the access policy that is being assigned
- 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
- object
Id string Object Id to assign access policy to
- object
Id stringAlias User friendly name for object id. Also represents username for token based authentication
- provisioning
State string Provisioning state of an access policy assignment set
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access_
policy_ strname The name of the access policy that is being assigned
- 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
- object_
id str Object Id to assign access policy to
- object_
id_ stralias User friendly name for object id. Also represents username for token based authentication
- provisioning_
state str Provisioning state of an access policy assignment set
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access
Policy StringName The name of the access policy that is being assigned
- 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
- object
Id String Object Id to assign access policy to
- object
Id StringAlias User friendly name for object id. Also represents username for token based authentication
- provisioning
State String Provisioning state of an access policy assignment set
- 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