HashiCorp Vault · Example Payload

Vault Sys Auth Method Config Example

AppRole auth method

DevOpsEncryptionOpen SourcePKISecrets ManagementSecurity

Vault Sys Auth Method Config Example is an example object payload from HashiCorp Vault, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typedescriptionaccessor

Example Payload

Raw ↑
{
  "type": "approle",
  "description": "AppRole auth method",
  "accessor": "auth_approle_abc123"
}