1. Packages
  2. Azure Native
  3. API Docs
  4. managedidentity
  5. listUserAssignedIdentityAssociatedResources
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.managedidentity.listUserAssignedIdentityAssociatedResources

Explore with Pulumi AI

azure-native logo
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

    Lists the associated resources for this identity. Azure REST 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:

    ResourceGroupName string
    The name of the Resource Group to which the identity belongs.
    ResourceName 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.
    ResourceGroupName string
    The name of the Resource Group to which the identity belongs.
    ResourceName 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.
    resourceGroupName String
    The name of the Resource Group to which the identity belongs.
    resourceName 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.
    resourceGroupName string
    The name of the Resource Group to which the identity belongs.
    resourceName 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_name str
    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.
    resourceGroupName String
    The name of the Resource Group to which the identity belongs.
    resourceName 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:

    NextLink string
    The url to get the next page of results, if any.
    TotalCount double
    Total number of Azure resources assigned to the identity.
    Value List<Pulumi.AzureNative.ManagedIdentity.Outputs.AzureResourceResponse>
    The collection of Azure resources returned by the resource action to get a list of assigned resources.
    NextLink string
    The url to get the next page of results, if any.
    TotalCount float64
    Total number of Azure resources assigned to the identity.
    Value []AzureResourceResponse
    The collection of Azure resources returned by the resource action to get a list of assigned resources.
    nextLink String
    The url to get the next page of results, if any.
    totalCount Double
    Total number of Azure resources assigned to the identity.
    value List<AzureResourceResponse>
    The collection of Azure resources returned by the resource action to get a list of assigned resources.
    nextLink string
    The url to get the next page of results, if any.
    totalCount number
    Total number of Azure resources assigned to the identity.
    value AzureResourceResponse[]
    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[AzureResourceResponse]
    The collection of Azure resources returned by the resource action to get a list of assigned resources.
    nextLink String
    The url to get the next page of results, if any.
    totalCount 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.
    ResourceGroup string
    The name of the resource group this resource belongs to.
    SubscriptionDisplayName string
    The name of the subscription this resource belongs to.
    SubscriptionId 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.
    ResourceGroup string
    The name of the resource group this resource belongs to.
    SubscriptionDisplayName string
    The name of the subscription this resource belongs to.
    SubscriptionId 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.
    resourceGroup String
    The name of the resource group this resource belongs to.
    subscriptionDisplayName String
    The name of the subscription this resource belongs to.
    subscriptionId 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.
    resourceGroup string
    The name of the resource group this resource belongs to.
    subscriptionDisplayName string
    The name of the subscription this resource belongs to.
    subscriptionId 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_name str
    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.
    resourceGroup String
    The name of the resource group this resource belongs to.
    subscriptionDisplayName String
    The name of the subscription this resource belongs to.
    subscriptionId String
    The ID of the subscription this resource belongs to.
    type String
    The type of this resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.33.0 published on Friday, Mar 22, 2024 by Pulumi