SecretVaultCreateRequest
SecretVaultCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| access_key_id required | Id of access key Example : b754b12b39da4ce29a40c5e324650bd0 | string | |
| acl_cidr required | Access control list in CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | string | |
| description optional | Description Example : description | any of [string, null] | |
| name required | Secret Vault Id Example : namePattern : ^[a-z0-9]*$Minimum length : 3Maximum length : 63 | string | |
| tags optional | Tag List’ | any of [array[Tag], null] | |
| temporary_key_ttl_nhours required | Temporary key valid hours Example : 3Minimum : 1Maximum : 36 | integer | |
| vault_token_ttl_ndays required | TTL of vault token Example : 720Minimum : 30Maximum : 7300 | integer |