listApplicationTokens

List tokens for application. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview.

Return

The array of managed identity tokens.

Parameters

argument

null


suspend fun listApplicationTokens(applicationName: String, authorizationAudience: String? = null, resourceGroupName: String, userAssignedIdentities: List<String>? = null): ListApplicationTokensResult

Return

The array of managed identity tokens.

Parameters

applicationName

The name of the managed application.

authorizationAudience

The authorization audience.

resourceGroupName

The name of the resource group. The name is case insensitive.

userAssignedIdentities

The user assigned identities.

See also


Return

The array of managed identity tokens.

Parameters

argument

Builder for com.pulumi.azurenative.solutions.kotlin.inputs.ListApplicationTokensPlainArgs.

See also