| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IAM.Types.OrganizationsDecisionDetail
Description
Documentation
data OrganizationsDecisionDetail Source #
Contains information about the effect that Organizations has on a policy simulation.
See: newOrganizationsDecisionDetail smart constructor.
Constructors
| OrganizationsDecisionDetail' | |
Fields
| |
Instances
newOrganizationsDecisionDetail :: OrganizationsDecisionDetail Source #
Create a value of OrganizationsDecisionDetail with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:allowedByOrganizations:OrganizationsDecisionDetail', organizationsDecisionDetail_allowedByOrganizations - Specifies whether the simulated operation is allowed by the
Organizations service control policies that impact the simulated user's
account.
organizationsDecisionDetail_allowedByOrganizations :: Lens' OrganizationsDecisionDetail (Maybe Bool) Source #
Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.