listUserAssignedIdentityAssociatedResources

Lists the associated resources for this identity. API Version: 2022-01-31-preview.

Return

Azure resources returned by the resource action to get a list of assigned resources.

Parameters

argument

null


suspend fun listUserAssignedIdentityAssociatedResources(filter: String? = null, orderby: String? = null, resourceGroupName: String, resourceName: String, skip: Int? = null, skiptoken: String? = null, top: Int? = null): ListUserAssignedIdentityAssociatedResourcesResult

Return

Azure resources returned by the resource action to get a list of assigned resources.

Parameters

filter

OData filter expression to apply to the query.

orderby

OData orderBy expression to apply to the query.

resourceGroupName

The name of the Resource Group to which the identity belongs.

resourceName

The name of the identity resource.

skip

Number of records to skip.

skiptoken

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 of records to return.

See also


Return

Azure resources returned by the resource action to get a list of assigned resources.

Parameters

argument

Builder for com.pulumi.azurenative.managedidentity.kotlin.inputs.ListUserAssignedIdentityAssociatedResourcesPlainArgs.

See also