These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.managedidentity.listUserAssignedIdentityAssociatedResources
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Lists the associated resources for this identity. API Version: 2022-01-31-preview.
Using listUserAssignedIdentityAssociatedResources
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 listUserAssignedIdentityAssociatedResources(args: ListUserAssignedIdentityAssociatedResourcesArgs, opts?: InvokeOptions): Promise<ListUserAssignedIdentityAssociatedResourcesResult>
function listUserAssignedIdentityAssociatedResourcesOutput(args: ListUserAssignedIdentityAssociatedResourcesOutputArgs, opts?: InvokeOptions): Output<ListUserAssignedIdentityAssociatedResourcesResult>
def list_user_assigned_identity_associated_resources(filter: Optional[str] = None,
orderby: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
skip: Optional[int] = None,
skiptoken: Optional[str] = None,
top: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> ListUserAssignedIdentityAssociatedResourcesResult
def list_user_assigned_identity_associated_resources_output(filter: Optional[pulumi.Input[str]] = None,
orderby: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
skip: Optional[pulumi.Input[int]] = None,
skiptoken: Optional[pulumi.Input[str]] = None,
top: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListUserAssignedIdentityAssociatedResourcesResult]
func ListUserAssignedIdentityAssociatedResources(ctx *Context, args *ListUserAssignedIdentityAssociatedResourcesArgs, opts ...InvokeOption) (*ListUserAssignedIdentityAssociatedResourcesResult, error)
func ListUserAssignedIdentityAssociatedResourcesOutput(ctx *Context, args *ListUserAssignedIdentityAssociatedResourcesOutputArgs, opts ...InvokeOption) ListUserAssignedIdentityAssociatedResourcesResultOutput
> Note: This function is named ListUserAssignedIdentityAssociatedResources
in the Go SDK.
public static class ListUserAssignedIdentityAssociatedResources
{
public static Task<ListUserAssignedIdentityAssociatedResourcesResult> InvokeAsync(ListUserAssignedIdentityAssociatedResourcesArgs args, InvokeOptions? opts = null)
public static Output<ListUserAssignedIdentityAssociatedResourcesResult> Invoke(ListUserAssignedIdentityAssociatedResourcesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListUserAssignedIdentityAssociatedResourcesResult> listUserAssignedIdentityAssociatedResources(ListUserAssignedIdentityAssociatedResourcesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:managedidentity:listUserAssignedIdentityAssociatedResources
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the Resource Group to which the identity belongs.
- Resource
Name string - The name of the identity resource.
- Filter string
- OData filter expression to apply to the query.
- Orderby string
- OData orderBy expression to apply to the query.
- Skip int
- Number of records to skip.
- Skiptoken string
- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- Top int
- Number of records to return.
- Resource
Group stringName - The name of the Resource Group to which the identity belongs.
- Resource
Name string - The name of the identity resource.
- Filter string
- OData filter expression to apply to the query.
- Orderby string
- OData orderBy expression to apply to the query.
- Skip int
- Number of records to skip.
- Skiptoken string
- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- Top int
- Number of records to return.
- resource
Group StringName - The name of the Resource Group to which the identity belongs.
- resource
Name String - The name of the identity resource.
- filter String
- OData filter expression to apply to the query.
- orderby String
- OData orderBy expression to apply to the query.
- skip Integer
- Number of records to skip.
- skiptoken String
- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- top Integer
- Number of records to return.
- resource
Group stringName - The name of the Resource Group to which the identity belongs.
- resource
Name string - The name of the identity resource.
- filter string
- OData filter expression to apply to the query.
- orderby string
- OData orderBy expression to apply to the query.
- skip number
- Number of records to skip.
- skiptoken string
- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- top number
- Number of records to return.
- resource_
group_ strname - The name of the Resource Group to which the identity belongs.
- resource_
name str - The name of the identity resource.
- filter str
- OData filter expression to apply to the query.
- orderby str
- OData orderBy expression to apply to the query.
- skip int
- Number of records to skip.
- skiptoken str
- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- top int
- Number of records to return.
- resource
Group StringName - The name of the Resource Group to which the identity belongs.
- resource
Name String - The name of the identity resource.
- filter String
- OData filter expression to apply to the query.
- orderby String
- OData orderBy expression to apply to the query.
- skip Number
- Number of records to skip.
- skiptoken String
- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- top Number
- Number of records to return.
listUserAssignedIdentityAssociatedResources Result
The following output properties are available:
- Next
Link string - The url to get the next page of results, if any.
- Total
Count double - Total number of Azure resources assigned to the identity.
- Value
List<Pulumi.
Azure Native. Managed Identity. Outputs. Azure Resource Response> - The collection of Azure resources returned by the resource action to get a list of assigned resources.
- Next
Link string - The url to get the next page of results, if any.
- Total
Count float64 - Total number of Azure resources assigned to the identity.
- Value
[]Azure
Resource Response - The collection of Azure resources returned by the resource action to get a list of assigned resources.
- next
Link String - The url to get the next page of results, if any.
- total
Count Double - Total number of Azure resources assigned to the identity.
- value
List<Azure
Resource Response> - The collection of Azure resources returned by the resource action to get a list of assigned resources.
- next
Link string - The url to get the next page of results, if any.
- total
Count number - Total number of Azure resources assigned to the identity.
- value
Azure
Resource Response[] - The collection of Azure resources returned by the resource action to get a list of assigned resources.
- next_
link str - The url to get the next page of results, if any.
- total_
count float - Total number of Azure resources assigned to the identity.
- value
Sequence[Azure
Resource Response] - The collection of Azure resources returned by the resource action to get a list of assigned resources.
- next
Link String - The url to get the next page of results, if any.
- total
Count Number - Total number of Azure resources assigned to the identity.
- value List<Property Map>
- The collection of Azure resources returned by the resource action to get a list of assigned resources.
Supporting Types
AzureResourceResponse
- Id string
- The ID of this resource.
- Name string
- The name of this resource.
- Resource
Group string - The name of the resource group this resource belongs to.
- Subscription
Display stringName - The name of the subscription this resource belongs to.
- Subscription
Id string - The ID of the subscription this resource belongs to.
- Type string
- The type of this resource.
- Id string
- The ID of this resource.
- Name string
- The name of this resource.
- Resource
Group string - The name of the resource group this resource belongs to.
- Subscription
Display stringName - The name of the subscription this resource belongs to.
- Subscription
Id string - The ID of the subscription this resource belongs to.
- Type string
- The type of this resource.
- id String
- The ID of this resource.
- name String
- The name of this resource.
- resource
Group String - The name of the resource group this resource belongs to.
- subscription
Display StringName - The name of the subscription this resource belongs to.
- subscription
Id String - The ID of the subscription this resource belongs to.
- type String
- The type of this resource.
- id string
- The ID of this resource.
- name string
- The name of this resource.
- resource
Group string - The name of the resource group this resource belongs to.
- subscription
Display stringName - The name of the subscription this resource belongs to.
- subscription
Id string - The ID of the subscription this resource belongs to.
- type string
- The type of this resource.
- id str
- The ID of this resource.
- name str
- The name of this resource.
- resource_
group str - The name of the resource group this resource belongs to.
- subscription_
display_ strname - The name of the subscription this resource belongs to.
- subscription_
id str - The ID of the subscription this resource belongs to.
- type str
- The type of this resource.
- id String
- The ID of this resource.
- name String
- The name of this resource.
- resource
Group String - The name of the resource group this resource belongs to.
- subscription
Display StringName - The name of the subscription this resource belongs to.
- subscription
Id String - The ID of the subscription this resource belongs to.
- type String
- The type of this resource.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi