Values.AdminScopeSourceDefines the resources that the Firewall Manager administrator can manage. For more information about administrative scope, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.
type nonrec t = {accountScope : AccountScope.t option;Defines the accounts that the specified Firewall Manager administrator can apply policies to.
*)organizationalUnitScope : OrganizationalUnitScope.t option;Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.
*)regionScope : RegionScope.t option;Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
*)policyTypeScope : PolicyTypeScope.t option;Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Enum of string | `String of AWSAccountId.t ] list ])
list ])
list ]