GetGraphResult

data class GetGraphResult(val arn: String? = null, val autoEnableMembers: Boolean? = null, val tags: List<GraphTag>? = null)

Constructors

Link copied to clipboard
fun GetGraphResult(arn: String? = null, autoEnableMembers: Boolean? = null, tags: List<GraphTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Detective graph ARN

Link copied to clipboard

Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

Link copied to clipboard
val tags: List<GraphTag>? = null