Class: Aws::GuardDuty::Types::DescribeOrganizationConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Indicates whether GuardDuty is automatically enabled for accounts added to the organization.

Even though this is still supported, we recommend using ‘AutoEnableOrganizationMembers` to achieve the similar results.

Returns:

  • (Boolean)


1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-guardduty/types.rb', line 1965

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#auto_enable_organization_membersString

Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.

  • ‘NEW`: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically.

  • ‘ALL`: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes `NEW` accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

  • ‘NONE`: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.

Returns:

  • (String)


1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-guardduty/types.rb', line 1965

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourcesTypes::OrganizationDataSourceConfigurationsResult

Describes which data sources are enabled automatically for member accounts.



1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-guardduty/types.rb', line 1965

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#featuresArray<Types::OrganizationFeatureConfigurationResult>

A list of features that are configured for this organization.



1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-guardduty/types.rb', line 1965

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#member_account_limit_reachedBoolean

Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.

Returns:

  • (Boolean)


1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-guardduty/types.rb', line 1965

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-guardduty/types.rb', line 1965

class DescribeOrganizationConfigurationResponse < Struct.new(
  :auto_enable,
  :member_account_limit_reached,
  :data_sources,
  :features,
  :next_token,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end