| getvaulthashicorpResult Structure Definition |
The getvaulthashicorpResult structure defines the return type for getvaulthashicorp 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. |
vaulthashicorpList |
List of vaulthashicorps |
| vaulthashicorp Structure Definition |
The vaulthashicorp structure defines the actual return type values for getvaulthashicorp API. |
Syntax |
Members |
name |
Name for the Hashicorp vault. |
url |
URL to reach the Hashicorp vault for secrets like certificates and keys. Example: http://10.0.0.6:8200. |
azureapplication |
Name of the Azure Application object created on the ADC appliance. This object will be used for authentication with Azure Active Directory. Vault treats Azure as a Trusted Third Party and expects a JSON Web Token (JWT) signed by Azure Active Directory for the configured tenant. |
webrole |
Name of the role configured in the Hashicorp vault to assiciate with an authentication type (e.g. Azure) and set of vault policies. |
certpath |
Path within the vault, to the X509 certificate file that will be used to form the certificate-key pair. |
keypath |
Path within the vault, to the private-key file that will be used to form the certificate-key pair. |
state |
Current state of the vault. Vault will be operationally up, if client token is received. |
servername |
Vserver name to which vault is bound. |
_nextgenapiresource |
See Also |