OrganizationRoot

data class OrganizationRoot(val arn: String? = null, val id: String? = null, val name: String? = null, val policyTypes: List<OrganizationRootPolicyType>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, name: String? = null, policyTypes: List<OrganizationRootPolicyType>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

ARN of the root

Link copied to clipboard
val id: String? = null

Identifier of the root

Link copied to clipboard
val name: String? = null

The name of the policy type

Link copied to clipboard

List of policy types enabled for this root. All elements have these attributes: