SecretVaultListKey
SecretVaultListKey
| Name | Description | Schema | Default |
|---|---|---|---|
| access_key_id required | Id of access key Example : 0e3dffc50eb247a1adf4f2e5c82c4f99 | string | |
| access_key_type required | Type of access key Example : Temporary | string | |
| account_id required | Account ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | Access control list in CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | any of [string, null] | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By 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 | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Name of key Example : vaultkey | any of [string, null] | |
| temporary_key_ttl_nhours required | Temporary key valid hours Example : 36 | any of [integer, null] | |
| user_name required | User name Example : username | any of [string, null] | |
| vault_token_expired_at required | Vault Token expired date Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| vault_token_id required | Id of vault token Example : [AES] SZtB6RasvLypCv4soJlQO3ZmYpUPjFblz7pstjBeTQJXcz/d5KB9TUR3gMY08mga4fxWaF6IfUzTMBh6j/CAaw== | any of [string, null] | |
| vault_token_secret_value required | Secret of vault token Example : [AES] 91/kdnK4NDfs2HGWgNH/EYNnqD7OcM1unXWs0ZAuaFttIqgP8xMUx0dOaRfD6kOD7uuujFxF2nzx35D9Gz9nwQ== | any of [string, null] | |
| vault_token_ttl_ndays required | TTL of vault token Example : 10 | any of [integer, null] | |
| vaultkey_state required | State of key(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| vaultkey_type required | Type of vault key Example : SCP Open API Key | any of [string, null] | |
| waiting_time_ndays required | Days remaining until deletion Example : 10 | any of [integer, null] |