amazonka-rolesanywhere-2.0: Amazon IAM Roles Anywhere 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.RolesAnywhere.Types.SubjectSummary

Description

 
Synopsis

Documentation

data SubjectSummary Source #

A summary representation of Subject resources returned in read operations; primarily ListSubjects.

See: newSubjectSummary smart constructor.

Constructors

SubjectSummary' 

Fields

Instances

Instances details
FromJSON SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

Generic SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

Associated Types

type Rep SubjectSummary :: Type -> Type #

Read SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

Show SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

NFData SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

Methods

rnf :: SubjectSummary -> () #

Eq SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

Hashable SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

type Rep SubjectSummary Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.SubjectSummary

type Rep SubjectSummary = D1 ('MetaData "SubjectSummary" "Amazonka.RolesAnywhere.Types.SubjectSummary" "amazonka-rolesanywhere-2.0-7BPe9kXny717lI0izhhqXT" 'False) (C1 ('MetaCons "SubjectSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "lastSeenAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "subjectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subjectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "x509Subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSubjectSummary :: SubjectSummary Source #

Create a value of SubjectSummary 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:createdAt:SubjectSummary', subjectSummary_createdAt - The ISO-8601 time stamp of when the certificate was first used in a CreateSession operation.

$sel:enabled:SubjectSummary', subjectSummary_enabled - The enabled status of the Subject.

$sel:lastSeenAt:SubjectSummary', subjectSummary_lastSeenAt - The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.

$sel:subjectArn:SubjectSummary', subjectSummary_subjectArn - The ARN of the resource.

$sel:subjectId:SubjectSummary', subjectSummary_subjectId - The id of the resource.

$sel:updatedAt:SubjectSummary', subjectSummary_updatedAt - The ISO-8601 timestamp when the subject was last updated.

$sel:x509Subject:SubjectSummary', subjectSummary_x509Subject - The x509 principal identifier of the authenticating certificate.

subjectSummary_createdAt :: Lens' SubjectSummary (Maybe UTCTime) Source #

The ISO-8601 time stamp of when the certificate was first used in a CreateSession operation.

subjectSummary_enabled :: Lens' SubjectSummary (Maybe Bool) Source #

The enabled status of the Subject.

subjectSummary_lastSeenAt :: Lens' SubjectSummary (Maybe UTCTime) Source #

The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.

subjectSummary_updatedAt :: Lens' SubjectSummary (Maybe UTCTime) Source #

The ISO-8601 timestamp when the subject was last updated.

subjectSummary_x509Subject :: Lens' SubjectSummary (Maybe Text) Source #

The x509 principal identifier of the authenticating certificate.