1 - PrivateAclResource

NameDescriptionSchemaDefault
resource_id
optional
Resource identifier
Example :
string
resource_name
optional
Resource name
Example :
string
resource_type
optional
Resource type
Example :
string

2 - PrivateAclResourceId

NameDescriptionSchemaDefault
resource_id
optional
Resource identifier
Example :
string

3 - SecretsManager

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 3265ab469f0d406d83073da3e11e7a6c
string
acl_cidr
optional
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

NameDescriptionSchemaDefault
acl_cidr
optional
Access control list of secret in CIDR
Example : 192.168.1.1/24, 10.0.0.1/16
any of [string, null]
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 : name
Pattern : ^[A-Za-z0-9_-]*$
Minimum length : 3
Maximum 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

NameDescriptionSchemaDefault
acl_cidr
optional
Access control list of secret in CIDR
Example : 192.168.1.1/24, 10.0.0.1/16
any of [string, null]
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 : name
Pattern : ^[A-Za-z0-9_-]*$
Minimum length : 3
Maximum length : 63
string
private_acl_enabled
optional
Enable private access control
Example : true
boolean
private_acl_resources
optional
Private access control resources
Example : [{'resource_id': 'vs-xxxxx'}]
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

NameDescriptionSchemaDefault
secret
required

SecretsManager

7 - SecretsManagerCreateResponseV1Dot1

NameDescriptionSchemaDefault
secret
required

SecretsManagerIncludePrivateAcl

8 - SecretsManagerIncludeKmsInfo

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 3265ab469f0d406d83073da3e11e7a6c
string
acl_cidr
optional
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
Example : [{'resource_id': 'vs-xxxxx', 'resource_name': 'my-server', 'resource_type': 'virtual_server'}]
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

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 3265ab469f0d406d83073da3e11e7a6c
string
acl_cidr
optional
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
Example : [{'resource_id': 'vs-xxxxx', 'resource_name': 'my-server', 'resource_type': 'virtual_server'}]
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

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 3265ab469f0d406d83073da3e11e7a6c
string
acl_cidr
optional
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
Example : [{'resource_id': 'vs-xxxxx', 'resource_name': 'my-server', 'resource_type': 'virtual_server'}]
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 - SecretsManagerListResponse

NameDescriptionSchemaDefault
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]

12 - SecretsManagerSetCidrRequest

NameDescriptionSchemaDefault
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]

13 - SecretsManagerSetDescriptionRequest

NameDescriptionSchemaDefault
description
required
Description of secret
Example : description
any of [string, null]

14 - SecretsManagerSetKmsRequest

NameDescriptionSchemaDefault
kms_id
required
Resource ID created in the Key Management Service (KMS) product
Example : 3265ab469f0d406d83073da3e11e7a6c
string

15 - SecretsManagerSetPrivateAclRequest

NameDescriptionSchemaDefault
private_acl_enabled
optional
Enable private access control
Example : true
boolean
private_acl_resources
optional
Private access control resources
Example : [{'resource_id': 'vs-xxxxx'}]
any of [array[PrivateAclResourceId], null]

16 - SecretsManagerSetSecretValueRequest

NameDescriptionSchemaDefault
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

17 - SecretsManagerShowResponse

NameDescriptionSchemaDefault
secret
required

SecretsManager

18 - SecretsManagerShowResponseV1Dot1

NameDescriptionSchemaDefault
secret
required

SecretsManagerIncludePrivateAclAndSrn

19 - SecretsManagerShowResponseV1Dot2

NameDescriptionSchemaDefault
secret
required

SecretsManagerIncludeKmsInfo

20 - SecretsManagerShowSecretValueRequest

NameDescriptionSchemaDefault
label
optional
Label of secret version. Not allow duplication.
Example : CURRENT
Minimum length : 1
Maximum length : 256
string
version_id
optional
Secret Version ID
Example : e7b638507d9f4feeb6032a22b7640bf7
string

21 - SecretsManagerShowSecretValueResponse

NameDescriptionSchemaDefault
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

22 - SecretsManagerTerminatedRequest

NameDescriptionSchemaDefault
waiting_time_ndays
required
Days remaining until deletion
Example : 7
Minimum : 7
Maximum : 30
integer

23 - SecretsManagerUpdatedPrivateAclResponse

NameDescriptionSchemaDefault
secret
required

SecretsManagerIncludePrivateAcl

24 - SecretsManagerUpdateLabelRequest

NameDescriptionSchemaDefault
label
required
Label of secret version. Not allow duplication.
Example : My Custom Label
Minimum length : 1
Maximum 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]

25 - SecretsManagerVersionListResponse

NameDescriptionSchemaDefault
version_list
required

array[object]

26 - SecretsManagerVersionListResponseV1Dot1

NameDescriptionSchemaDefault
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]

27 - SecretsRandomPasswordRequest

NameDescriptionSchemaDefault
exclude_characters
optional
Characters to exclude when generating password
Example : abcdefg
Maximum 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 : 32
Minimum : 5
Maximum : 1024
integer32
require_each_included_type
optional
Require all included character types
Example : true
booleanTrue

28 - SecretsRandomPasswordResponse

NameDescriptionSchemaDefault
random_password
required
Generate random password.
Example : random-value
string

29 - Tag

NameDescriptionSchemaDefault
key
required
tag key
Example :
string
value
required
tag value
Example :
string