GetOrganizationConfigurationResult

data class GetOrganizationConfigurationResult(val autoEnable: Boolean? = null, val autoEnableStandards: OrganizationConfigurationAutoEnableStandards? = null, val configurationType: OrganizationConfigurationConfigurationType? = null, val memberAccountLimitReached: Boolean? = null, val organizationConfigurationIdentifier: String? = null, val status: OrganizationConfigurationStatus? = null, val statusMessage: String? = null)

Constructors

Link copied to clipboard
constructor(autoEnable: Boolean? = null, autoEnableStandards: OrganizationConfigurationAutoEnableStandards? = null, configurationType: OrganizationConfigurationConfigurationType? = null, memberAccountLimitReached: Boolean? = null, organizationConfigurationIdentifier: String? = null, status: OrganizationConfigurationStatus? = null, statusMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoEnable: Boolean? = null

Whether to automatically enable Security Hub in new member accounts when they join the organization.

Link copied to clipboard

Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

Link copied to clipboard

Indicates whether the organization uses local or central configuration.

Link copied to clipboard

Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.

Link copied to clipboard

The identifier of the OrganizationConfiguration being created and assigned as the unique identifier.

Link copied to clipboard

Describes whether central configuration could be enabled as the ConfigurationType for the organization.

Link copied to clipboard
val statusMessage: String? = null

Provides an explanation if the value of Status is equal to FAILED when ConfigurationType is equal to CENTRAL.