SecretVaultKey
SecretVaultKey
| Name | Description | Schema | Default |
|---|---|---|---|
| access_key_id required | Access key ID Example : 0e3dffc50eb247a1adf4f2e5c82c4f99 | string | |
| access_key_type required | access key 유형 Example : Temporary | string | |
| account_id required | 계정 id Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | 접근제한을 위한 CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| delete_at required | Date of deletion Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| description required | Description Example : description | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 키 이름 Example : vaultkey | any of [string, null] | |
| temporary_key_ttl_nhours required | 임시키 유효 시간 Example : 36 | any of [integer, null] | |
| user_name required | 사용자명 Example : username | any of [string, null] | |
| vault_token_expired_at required | 볼트 토큰 만료일 Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| vault_token_id required | 볼트토큰 아이디 Example : aace85da-965e-d95a-b4ed-8d32b5d6079 | any of [string, null] | |
| vault_token_secret_value required | 볼트토큰 시크릿 Example : 6171392c-5fd9-43db-9e15-e14af0068f96 | any of [string, null] | |
| vault_token_ttl_ndays required | 볼트 토큰 유효시간 Example : 10 | any of [integer, null] | |
| vaultkey_state required | 키 상태(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| vaultkey_type required | 볼트키 타입 Example : SCP Open API Key | any of [string, null] | |
| waiting_time_ndays required | 삭제까지 남은 일수 Example : 10 | any of [integer, null] |