| getazurekeyvaultResult Structure Definition |
The getazurekeyvaultResult structure defines the return type for getazurekeyvault 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. |
azurekeyvaultList |
List of azurekeyvaults |
| azurekeyvault Structure Definition |
The azurekeyvault structure defines the actual return type values for getazurekeyvault API. |
Syntax |
Members |
name |
Name for the Key Vault. |
azurevaultname |
Name of the Key Vault configured in Azure cloud using either the Azure CLI or the Azure portal (GUI) with complete domain name. Example: Test.vault.azure.net. |
azureapplication |
Name of the Azure Application object created on the ADC appliance. This object will be used for authentication with Azure Active Directory |
state |
Current state of keyvault |
_nextgenapiresource |
See Also |