Class: Aws::FMS::Types::PutAdminAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accountString

The Amazon Web Services account ID to add as an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.

Returns:

  • (String)


3951
3952
3953
3954
3955
3956
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3951

class PutAdminAccountRequest < Struct.new(
  :admin_account,
  :admin_scope)
  SENSITIVE = []
  include Aws::Structure
end

#admin_scopeTypes::AdminScope

Configures the resources that the specified Firewall Manager administrator can manage. As a best practice, set the administrative scope according to the principles of least privilege. Only grant the administrator the specific resources or permissions that they need to perform the duties of their role.

Returns:



3951
3952
3953
3954
3955
3956
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3951

class PutAdminAccountRequest < Struct.new(
  :admin_account,
  :admin_scope)
  SENSITIVE = []
  include Aws::Structure
end