Skip to content

/AWS1/CL_DOAIDCAUTHCONF

Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_operatorapprolearn TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The IAM role end users assume to access AIDevOps APIs

iv_idcinstancearn TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The IdC instance Arn used to create an IdC auth application

iv_createdat TYPE /AWS1/DOATIMESTAMP /AWS1/DOATIMESTAMP

The timestamp when the Operator App IdC auth flow was enabled.

Optional arguments:

iv_idcapplicationarn TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The IdC application Arn created for IdC auth

iv_updatedat TYPE /AWS1/DOATIMESTAMP /AWS1/DOATIMESTAMP

The timestamp when the Operator App IdC auth flow was updated.


Queryable Attributes

operatorAppRoleArn

The IAM role end users assume to access AIDevOps APIs

Accessible with the following methods

Method Description
GET_OPERATORAPPROLEARN() Getter for OPERATORAPPROLEARN, with configurable default
ASK_OPERATORAPPROLEARN() Getter for OPERATORAPPROLEARN w/ exceptions if field has no
HAS_OPERATORAPPROLEARN() Determine if OPERATORAPPROLEARN has a value

idcInstanceArn

The IdC instance Arn used to create an IdC auth application

Accessible with the following methods

Method Description
GET_IDCINSTANCEARN() Getter for IDCINSTANCEARN, with configurable default
ASK_IDCINSTANCEARN() Getter for IDCINSTANCEARN w/ exceptions if field has no valu
HAS_IDCINSTANCEARN() Determine if IDCINSTANCEARN has a value

idcApplicationArn

The IdC application Arn created for IdC auth

Accessible with the following methods

Method Description
GET_IDCAPPLICATIONARN() Getter for IDCAPPLICATIONARN, with configurable default
ASK_IDCAPPLICATIONARN() Getter for IDCAPPLICATIONARN w/ exceptions if field has no v
HAS_IDCAPPLICATIONARN() Determine if IDCAPPLICATIONARN has a value

createdAt

The timestamp when the Operator App IdC auth flow was enabled.

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 timestamp when the Operator App IdC auth flow was 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