Key Vault Plans
Contents
Key Vault Plans
A key vault plan contains the technical specification of a certain key vault of a certain cloud provider inside a realm.
Show key vault plan
GET /v3/secret/key_vault_plans/:id
This action shows the information of a key vault plan identified by the given id.
Inputs
None
Returns
A key vault plan with the following fields:
| Field | Type | Description |
|---|---|---|
| id | String | Identifier of the key vault plan. |
| name | String | Name of the key vault plan. |
| supports_secrets | Boolean | Flag indicating whether key vaults using this key vault plan supports deploying secrets (true) or not (false). |
| cloud_provider_id | String | Identifier of the cloud provider. |
| realm_provider_name | String | Name of the realm of the cloud provider. |
| realm_id | String | Identifier of the realm of the cloud provider. |
| deprecated | Boolean | Indicates if the key vault plan is deprecated. |
| resource_type | String | An identifier for the type of resource, specifically "key_vault_plan". |