Skip to content

Describe Organization Configuration

detective_describe_organization_configuration R Documentation

Returns information about the configuration for the organization behavior graph

Description

Returns information about the configuration for the organization behavior graph. Currently indicates whether to automatically enable new organization accounts as member accounts.

Can only be called by the Detective administrator account for the organization.

Usage

detective_describe_organization_configuration(GraphArn)

Arguments

GraphArn

[required] The ARN of the organization behavior graph.

Value

A list with the following syntax:

list(
  AutoEnable = TRUE|FALSE
)

Request syntax

svc$describe_organization_configuration(
  GraphArn = "string"
)