Skip to content

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 BASIC_SCAN_TYPE_VERSION, REGISTRY_POLICY_SCOPE, or BLOB_MOUNTING.

value

[required] Setting value that is specified. Valid value for basic scan type: AWS_NATIVE. Valid values for registry policy scope: V2. Valid values for blob mounting: ENABLED or DISABLED.

Value

A list with the following syntax:

list(
  name = "string",
  value = "string"
)

Request syntax

svc$put_account_setting(
  name = "string",
  value = "string"
)