Skip to content

Get Account Setting

ecr_get_account_setting R Documentation

Retrieves the account setting value for the specified setting name

Description

Retrieves the account setting value for the specified setting name.

Usage

ecr_get_account_setting(name)

Arguments

name

[required] The name of the account setting, such as BASIC_SCAN_TYPE_VERSION or REGISTRY_POLICY_SCOPE.

Value

A list with the following syntax:

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

Request syntax

svc$get_account_setting(
  name = "string"
)