Skip to content

/AWS1/CL_RLASUBJECTSUMMARY

A summary representation of subjects.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_subjectarn TYPE /AWS1/RLASTRING /AWS1/RLASTRING

The ARN of the resource.

iv_subjectid TYPE /AWS1/RLAUUID /AWS1/RLAUUID

The id of the resource.

iv_enabled TYPE /AWS1/RLABOOLEAN /AWS1/RLABOOLEAN

The enabled status of the subject.

iv_x509subject TYPE /AWS1/RLASTRING /AWS1/RLASTRING

The x509 principal identifier of the authenticating certificate.

iv_lastseenat TYPE /AWS1/RLATIMESTAMP /AWS1/RLATIMESTAMP

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

iv_createdat TYPE /AWS1/RLATIMESTAMP /AWS1/RLATIMESTAMP

The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.

iv_updatedat TYPE /AWS1/RLATIMESTAMP /AWS1/RLATIMESTAMP

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


Queryable Attributes

subjectArn

The ARN of the resource.

Accessible with the following methods

Method Description
GET_SUBJECTARN() Getter for SUBJECTARN, with configurable default
ASK_SUBJECTARN() Getter for SUBJECTARN w/ exceptions if field has no value
HAS_SUBJECTARN() Determine if SUBJECTARN has a value

subjectId

The id of the resource.

Accessible with the following methods

Method Description
GET_SUBJECTID() Getter for SUBJECTID, with configurable default
ASK_SUBJECTID() Getter for SUBJECTID w/ exceptions if field has no value
HAS_SUBJECTID() Determine if SUBJECTID has a value

enabled

The enabled status of the subject.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

x509Subject

The x509 principal identifier of the authenticating certificate.

Accessible with the following methods

Method Description
GET_X509SUBJECT() Getter for X509SUBJECT, with configurable default
ASK_X509SUBJECT() Getter for X509SUBJECT w/ exceptions if field has no value
HAS_X509SUBJECT() Determine if X509SUBJECT has a value

lastSeenAt

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

Accessible with the following methods

Method Description
GET_LASTSEENAT() Getter for LASTSEENAT, with configurable default
ASK_LASTSEENAT() Getter for LASTSEENAT w/ exceptions if field has no value
HAS_LASTSEENAT() Determine if LASTSEENAT has a value

createdAt

The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

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

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SUBJECTSUMMARIES

TYPES TT_SUBJECTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RLASUBJECTSUMMARY WITH DEFAULT KEY
.