This is the multi-page printable view of this section. Click here to print.
Models
- 1: PrivateAclResource
- 2: PrivateAclResourceId
- 3: SecretsManager
- 4: SecretsManagerCreateRequest
- 5: SecretsManagerCreateRequestV1Dot1
- 6: SecretsManagerCreateResponse
- 7: SecretsManagerCreateResponseV1Dot1
- 8: SecretsManagerIncludeKmsInfo
- 9: SecretsManagerIncludePrivateAcl
- 10: SecretsManagerIncludePrivateAclAndSrn
- 11: SecretsManagerKmsKey
- 12: SecretsManagerKmsKeyRequest
- 13: SecretsManagerKmsKeyResponse
- 14: SecretsManagerListResponse
- 15: SecretsManagerSetCidrRequest
- 16: SecretsManagerSetDescriptionRequest
- 17: SecretsManagerSetKmsRequest
- 18: SecretsManagerSetPrivateAclRequest
- 19: SecretsManagerSetSecretValueRequest
- 20: SecretsManagerShowResponse
- 21: SecretsManagerShowResponseV1Dot1
- 22: SecretsManagerShowResponseV1Dot2
- 23: SecretsManagerShowSecretValueRequest
- 24: SecretsManagerShowSecretValueResponse
- 25: SecretsManagerTerminatedRequest
- 26: SecretsManagerUpdatedPrivateAclResponse
- 27: SecretsManagerUpdateLabelRequest
- 28: SecretsManagerVersionListResponse
- 29: SecretsManagerVersionListResponseV1Dot1
- 30: SecretsRandomPasswordRequest
- 31: SecretsRandomPasswordResponse
- 32: Tag
1 - PrivateAclResource
| Name | Description | Schema | Default |
|---|---|---|---|
| resource_id optional | Resource identifier Example : | string | |
| resource_name optional | Resource name Example : | string | |
| resource_type optional | Resource type Example : | string |
2 - PrivateAclResourceId
| Name | Description | Schema | Default |
|---|---|---|---|
| resource_id optional | Resource identifier Example : | string |
3 - SecretsManager
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | Access control list of secret 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 | |
| deleted_at required | Date of deletion Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| description required | Description of secret Example : description | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| kms_name required | Resource name of KMS key Example : kmsname | 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 : my-secret-name | any of [string, null] | |
| recent_searched_at required | Date of recent search Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| state required | State of key(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| type required | Type of secret Example : General | any of [string, null] |
4 - SecretsManagerCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| acl_cidr required | Access control list of secret in CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | string | |
| description optional | Description of secret Example : description | any of [string, null] | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| name required | Secret Name Example : namePattern : ^[A-Za-z0-9_-]*$Minimum length : 3Maximum length : 63 | string | |
| secret_value required | The value of a Secret can be entered as a JSON string in key/value format, up to 10 pairs. Example : {"key1":"value1","key2":"value2"} | string | |
| tags optional | Tag List’ | any of [array[Tag], null] |
5 - SecretsManagerCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| acl_cidr required | Access control list of secret in CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | string | |
| description optional | Description of secret Example : description | any of [string, null] | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| name required | Secret Name Example : namePattern : ^[A-Za-z0-9_-]*$Minimum length : 3Maximum length : 63 | string | |
| private_acl_enabled optional | Enable private access control Example : true | boolean | |
| private_acl_resources optional | Private access control resources | any of [array[PrivateAclResourceId], null] | |
| secret_value required | The value of a Secret can be entered as a JSON string in key/value format, up to 10 pairs. Example : {"key1":"value1","key2":"value2"} | string | |
| tags optional | Tag List’ | any of [array[Tag], null] |
6 - SecretsManagerCreateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| secret required | SecretsManager |
7 - SecretsManagerCreateResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| secret required | SecretsManagerIncludePrivateAcl |
8 - SecretsManagerIncludeKmsInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | Access control list of secret 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 | |
| deleted_at required | Date of deletion Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| description required | Description of secret Example : description | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| kms_name required | Resource name of KMS key Example : kmsname | string | |
| managed_type required | scp or user Example : | 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 : my-secret-name | any of [string, null] | |
| offering required | Name of offering Example : | string | |
| private_acl_enabled optional | Enable private access control Example : true | boolean | |
| private_acl_resources optional | Private access control resources | any of [array[PrivateAclResource], null] | |
| recent_searched_at required | Date of recent search Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| region required | Name of region Example : | string | |
| state required | State of key(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| type required | Type of secret Example : General | any of [string, null] |
9 - SecretsManagerIncludePrivateAcl
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | Access control list of secret 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 | |
| deleted_at required | Date of deletion Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| description required | Description of secret Example : description | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| kms_name required | Resource name of KMS key Example : kmsname | 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 : my-secret-name | any of [string, null] | |
| private_acl_enabled optional | Enable private access control Example : true | boolean | |
| private_acl_resources optional | Private access control resources | any of [array[PrivateAclResource], null] | |
| recent_searched_at required | Date of recent search Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| state required | State of key(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| type required | Type of secret Example : General | any of [string, null] |
10 - SecretsManagerIncludePrivateAclAndSrn
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | Access control list of secret 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 | |
| deleted_at required | Date of deletion Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| description required | Description of secret Example : description | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| kms_name required | Resource name of KMS key Example : kmsname | 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 : my-secret-name | any of [string, null] | |
| offering required | Name of offering Example : | string | |
| private_acl_enabled optional | Enable private access control Example : true | boolean | |
| private_acl_resources optional | Private access control resources | any of [array[PrivateAclResource], null] | |
| recent_searched_at required | Date of recent search Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| region required | Name of region Example : | string | |
| state required | State of key(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| type required | Type of secret Example : General | any of [string, null] |
11 - SecretsManagerKmsKey
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| auto_rotate required | Auto rotate Y or N Example : Y | string | |
| current_version required | Current version of KMS key Example : 7 | integer | |
| delete_at required | Date of deletion Example : 20251008 | any of [string (date-time), null] | |
| delete_target_yn required | DeleteTargetYn of Key Example : Y | any of [string, null] | |
| description required | Description of Key Example : description1Maximum length : 100 | string | |
| key_type required | basic or advanced Example : advanced | any of [string, null] | |
| managed_type optional | scp or user Example : user | any of [string, null] | scp |
| name required | Name of key Example : testkeyMinimum length : 3 | string | |
| next_rotate_at required | Date of next rotate Example : 20241008 | any of [string (date-time), null] | |
| order_ref required | Reference of order Example : 0e1bfdf8-a7da-43d3-8e8c-c9f34024ba01 | any of [string, null] | |
| purpose required | Purpose of key Example : rsa-2048 | string | |
| region required | Name of region Example : kr-west1 | string | |
| rotate_cycle required | Rotation cycle Example : 7 | integer | |
| secret_ref required | Reference of secret Example : 0e1bfdf8-a7da-43d3-8e8c-c9f34024ba01 | any of [string, null] | |
| state required | State of key(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| use_count required | Use count of KMS key Example : 1004 | integer |
12 - SecretsManagerKmsKeyRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| service_name optional | Example : | string |
13 - SecretsManagerKmsKeyResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | any of [SecretsManagerKmsKey, null] |
14 - SecretsManagerListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| secret required | array[SecretsManager] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
15 - SecretsManagerSetCidrRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| acl_cidr required | Access control list of secret in CIDR Example : 192.168.1.1/24, 10.0.0.1/16 | any of [string, null] |
16 - SecretsManagerSetDescriptionRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Description of secret Example : description | any of [string, null] |
17 - SecretsManagerSetKmsRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| kms_id required | Resource ID created in the Key Management Service (KMS) product Example : 3265ab469f0d406d83073da3e11e7a6c | string |
18 - SecretsManagerSetPrivateAclRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| private_acl_enabled optional | Enable private access control Example : true | boolean | |
| private_acl_resources optional | Private access control resources | any of [array[PrivateAclResourceId], null] |
19 - SecretsManagerSetSecretValueRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| secret_value required | The value of a Secret can be entered as a JSON string in key/value format, up to 10 pairs. Example : {"key1":"value1","key2":"value2"} | string |
20 - SecretsManagerShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| secret required | SecretsManager |
21 - SecretsManagerShowResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| secret required | SecretsManagerIncludePrivateAclAndSrn |
22 - SecretsManagerShowResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| secret required | SecretsManagerIncludeKmsInfo |
23 - SecretsManagerShowSecretValueRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| label optional | Label of secret version. Not allow duplication. Example : CURRENTMinimum length : 1Maximum length : 256 | string | |
| version_id optional | Secret Version ID Example : e7b638507d9f4feeb6032a22b7640bf7 | string |
24 - SecretsManagerShowSecretValueResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| secret_value required | The value of a Secret can be entered as a JSON string in key/value format, up to 10 pairs. Example : {"key1":"value1","key2":"value2"} | string |
25 - SecretsManagerTerminatedRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| waiting_time_ndays required | Days remaining until deletion Example : 7Minimum : 7Maximum : 30 | integer |
26 - SecretsManagerUpdatedPrivateAclResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| secret required | SecretsManagerIncludePrivateAcl |
27 - SecretsManagerUpdateLabelRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| label required | Label of secret version. Not allow duplication. Example : My Custom LabelMinimum length : 1Maximum length : 256 | string | |
| move_to_version_id optional | Secret Version ID Example : 3265ab469f0d406d83073da3e11e7a6c | any of [string, null] | |
| remove_from_version_id optional | Secret Version ID Example : 3265ab469f0d406d83073da3e11e7a6c | any of [string, null] |
28 - SecretsManagerVersionListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| version_list required | array[object] |
29 - SecretsManagerVersionListResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] | |
| version_list required | array[object] |
30 - SecretsRandomPasswordRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| exclude_characters optional | Characters to exclude when generating password Example : abcdefgMaximum length : 4096 | string | |
| exclude_lowercase optional | Option to exclude lowercase letters Example : false | boolean | |
| exclude_numbers optional | Option to exclude numbers Example : false | boolean | |
| exclude_punctuation optional | Option to exclude punctuation Example : false | boolean | |
| exclude_uppercase optional | Option to exclude uppercase letters Example : false | boolean | |
| include_space optional | Option to include spaces Example : false | boolean | |
| password_length optional | Length of the password to generate Example : 32Minimum : 5Maximum : 1024 | integer | 32 |
| require_each_included_type optional | Require all included character types Example : true | boolean | True |
31 - SecretsRandomPasswordResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| random_password required | Generate random password. Example : random-value | string |
32 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | tag key Example : | string | |
| value required | tag value Example : | string |