Class: Aws::FMS::Types::PutAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutAdminAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account ⇒ String
The Amazon Web Services account ID to add as an Firewall Manager administrator account.
-
#admin_scope ⇒ Types::AdminScope
Configures the resources that the specified Firewall Manager administrator can manage.
Instance Attribute Details
#admin_account ⇒ String
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].
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts.html
3949 3950 3951 3952 3953 3954 |
# File 'lib/aws-sdk-fms/types.rb', line 3949 class PutAdminAccountRequest < Struct.new( :admin_account, :admin_scope) SENSITIVE = [] include Aws::Structure end |
#admin_scope ⇒ Types::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.
3949 3950 3951 3952 3953 3954 |
# File 'lib/aws-sdk-fms/types.rb', line 3949 class PutAdminAccountRequest < Struct.new( :admin_account, :admin_scope) SENSITIVE = [] include Aws::Structure end |