SecretVaultCreateRequest
SecretVaultCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| access_key_id required | Access key ID Example : b754b12b39da4ce29a40c5e324650bd0 | string | |
| acl_cidr required | 접근제한을 위한 CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | string | |
| description optional | Description Example : description | any of [string, null] | |
| name required | 시크릿볼트 아이디 Example : namePattern : ^[a-z0-9]*$Minimum length : 3Maximum length : 63 | string | |
| tags optional | 태그 리스트 | any of [array[Tag], null] | |
| temporary_key_ttl_nhours required | 임시키 유효 시간 Example : 3Minimum : 1Maximum : 36 | integer | |
| vault_token_ttl_ndays required | 볼트 토큰 유효시간 Example : 720Minimum : 30Maximum : 7300 | integer |