ADC CLI Commands

azure-application

The following operations can be performed on “azure-application”:

show rm add

show azure application

Displays information about all configured Azure applications, or displays detailed information about the specified azure application.

Synopsis

show azure application []

Arguments

name Name for the application. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the application is created.’,

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my application” or ‘my application’).

Output

clientID Application ID that is generated when an application is created in Azure Active Directory using either the Azure CLI or the Azure portal (GUI)

tokenEndpoint URL from where access token can be obtained. If the token end point is not specified, the default value is https://login.microsoftonline.com/.

tenantID ID of the directory inside Azure Active Directory in which the application was created

vaultResource Vault resource for which access token is granted. Example : vault.azure.net

devno count stateflag

rm azure application

Deletes an existing Azure application entity

Synopsis

rm azure application

Arguments

name Name for the application. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the application is created.’,

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my application” or ‘my application’).

add azure application

Creates an Azure application entity. This entity contains the credentials required to authenticate to Azure Active Directory and obtain the access token.

Synopsis

add azure application -clientID -clientSecret -tenantID -vaultResource [-tokenEndpoint ]

Arguments

name Name for the application. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the application is created.’,

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my application” or ‘my application’).

clientID Application ID that is generated when an application is created in Azure Active Directory using either the Azure CLI or the Azure portal (GUI)

clientSecret Password for the application configured in Azure Active Directory. The password is specified in the Azure CLI or generated in the Azure portal (GUI).

tenantID ID of the directory inside Azure Active Directory in which the application was created

vaultResource Vault resource for which access token is granted. Example : vault.azure.net

tokenEndpoint URL from where access token can be obtained. If the token end point is not specified, the default value is https://login.microsoftonline.com/.

azure-application