ListUserAssignedIdentityAssociatedResourcesResult

data class ListUserAssignedIdentityAssociatedResourcesResult(val nextLink: String, val totalCount: Double, val value: List<AzureResourceResponse>)

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

Constructors

constructor(nextLink: String, totalCount: Double, value: List<AzureResourceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The url to get the next page of results, if any.

Link copied to clipboard

Total number of Azure resources assigned to the identity.

Link copied to clipboard

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