Get Organization Configuration Result
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)
Properties
Link copied to clipboard
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
Provides an explanation if the value of Status is equal to FAILED when ConfigurationType is equal to CENTRAL.