Skip to main content

applications_accesses

Creates, updates, deletes, gets or lists an applications_accesses resource.

Overview

Nameapplications_accesses
TypeResource
Idazure.managed_applications.applications_accesses

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, applicationName, metadata, status, subStatusUpdate access for application.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
applicationNamestringThe name of the managed application.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Update access for application.

EXEC azure.managed_applications.applications_accesses.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@applicationName='{{ applicationName }}' --required
@@json=
'{
"approver": "{{ approver }}",
"metadata": "{{ metadata }}",
"status": "{{ status }}",
"subStatus": "{{ subStatus }}"
}'
;