| 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.Inspector2.Types.DelegatedAdmin
Description
Documentation
data DelegatedAdmin Source #
Details of the Amazon Inspector delegated administrator for your organization.
See: newDelegatedAdmin smart constructor.
Constructors
| DelegatedAdmin' | |
Fields
| |
Instances
newDelegatedAdmin :: DelegatedAdmin Source #
Create a value of DelegatedAdmin 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:accountId:DelegatedAdmin', delegatedAdmin_accountId - The Amazon Web Services account ID of the Amazon Inspector delegated
administrator for your organization.
$sel:relationshipStatus:DelegatedAdmin', delegatedAdmin_relationshipStatus - The status of the Amazon Inspector delegated administrator.
delegatedAdmin_accountId :: Lens' DelegatedAdmin (Maybe Text) Source #
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
delegatedAdmin_relationshipStatus :: Lens' DelegatedAdmin (Maybe RelationshipStatus) Source #
The status of the Amazon Inspector delegated administrator.