Put Account Setting
ecr_put_account_setting | R Documentation |
Allows you to change the basic scan type version or registry policy scope¶
Description¶
Allows you to change the basic scan type version or registry policy scope.
Usage¶
ecr_put_account_setting(name, value)
Arguments¶
name |
[required] The name of the account setting, such as
|
value |
[required] Setting value that is specified. The following are
valid values for the basic scan type being used: |
Value¶
A list with the following syntax:
list(
name = "string",
value = "string"
)
Request syntax¶
svc$put_account_setting(
name = "string",
value = "string"
)