| addazureapplication |
Use this method to creates an Azure application entity. This entity contains the credentials required to authenticate to Azure Active Directory and obtain the access token. |
Syntax |
Parameters |
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'). This is mandatory parameter. |
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. This is mandatory parameter. |
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/ |
Return Value |
Returns simpleResult |
See Also |