SolutionsFunctions

Functions

Link copied to clipboard

Gets the managed application. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native solutions [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getApplication(applicationName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard

Gets the managed application definition. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native solutions [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getApplicationDefinition(applicationDefinitionName: String, resourceGroupName: String): GetApplicationDefinitionResult
Link copied to clipboard

Gets the JIT request. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native solutions [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getJitRequest(jitRequestName: String, resourceGroupName: String): GetJitRequestResult
Link copied to clipboard

List allowed upgrade plans for application. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native solutions [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

List tokens for application. Uses Azure REST API version 2021-07-01. Other available API versions: 2023-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native solutions [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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