Skip to content

Get Automated Discovery Configuration

macie2_get_automated_discovery_configuration R Documentation

Retrieves the configuration settings and status of automated sensitive data discovery for an organization or standalone account

Description

Retrieves the configuration settings and status of automated sensitive data discovery for an organization or standalone account.

Usage

macie2_get_automated_discovery_configuration()

Value

A list with the following syntax:

list(
  autoEnableOrganizationMembers = "ALL"|"NEW"|"NONE",
  classificationScopeId = "string",
  disabledAt = as.POSIXct(
    "2015-01-01"
  ),
  firstEnabledAt = as.POSIXct(
    "2015-01-01"
  ),
  lastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  sensitivityInspectionTemplateId = "string",
  status = "ENABLED"|"DISABLED"
)

Request syntax

svc$get_automated_discovery_configuration()