getUserAssignedIdentity

Gets the identity. Uses Azure REST API version 2023-01-31. Other available API versions: 2022-01-31-preview, 2023-07-31-preview, 2024-11-30, 2025-01-31-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native managedidentity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Describes an identity resource.

Parameters

argument

null


suspend fun getUserAssignedIdentity(resourceGroupName: String, resourceName: String): GetUserAssignedIdentityResult

Return

Describes an identity resource.

Parameters

resourceGroupName

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

resourceName

The name of the identity resource.

See also


Return

Describes an identity resource.

Parameters

argument

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

See also