| getazureapplicationResult Structure Definition |
The getazureapplicationResult structure defines the return type for getazureapplication API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
azureapplicationList |
List of azureapplications |
| azureapplication Structure Definition |
The azureapplication structure defines the actual return type values for getazureapplication API. |
Syntax |
Members |
name |
Name for the 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) |
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 |
_nextgenapiresource |
See Also |