amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.DelegatedAdmin

Description

 
Synopsis

Documentation

data DelegatedAdmin Source #

Details of the Amazon Inspector delegated administrator for your organization.

See: newDelegatedAdmin smart constructor.

Constructors

DelegatedAdmin' 

Fields

Instances

Instances details
FromJSON DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

Generic DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

Associated Types

type Rep DelegatedAdmin :: Type -> Type #

Read DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

Show DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

NFData DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

Methods

rnf :: DelegatedAdmin -> () #

Eq DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

Hashable DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

type Rep DelegatedAdmin Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdmin

type Rep DelegatedAdmin = D1 ('MetaData "DelegatedAdmin" "Amazonka.Inspector2.Types.DelegatedAdmin" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "DelegatedAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relationshipStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelationshipStatus))))

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.