/AWS1/CL_BDOGETWKLDIDRESPONSE¶
GetWorkloadIdentityResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/BDOWKLDIDENTITYNAMETYPE
/AWS1/BDOWKLDIDENTITYNAMETYPE
¶
The name of the workload identity.
iv_workloadidentityarn
TYPE /AWS1/BDOWKLDIDENTITYARNTYPE
/AWS1/BDOWKLDIDENTITYARNTYPE
¶
The Amazon Resource Name (ARN) of the workload identity.
iv_createdtime
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the workload identity was created.
iv_lastupdatedtime
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the workload identity was last updated.
Optional arguments:¶
it_allowedresoauth2returls
TYPE /AWS1/CL_BDORESO2RETURLLSTTY00=>TT_RESOAUTH2RETURNURLLISTTYPE
TT_RESOAUTH2RETURNURLLISTTYPE
¶
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
Queryable Attributes¶
name¶
The name of the workload identity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
workloadIdentityArn¶
The Amazon Resource Name (ARN) of the workload identity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKLOADIDENTITYARN() |
Getter for WORKLOADIDENTITYARN, with configurable default |
ASK_WORKLOADIDENTITYARN() |
Getter for WORKLOADIDENTITYARN w/ exceptions if field has no |
HAS_WORKLOADIDENTITYARN() |
Determine if WORKLOADIDENTITYARN has a value |
allowedResourceOauth2ReturnUrls¶
The list of allowed OAuth2 return URLs for resources associated with this workload identity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ALLOWEDRESOAUTH2RETURLS() |
Getter for ALLOWEDRESOAUTH2RETURNURLS, with configurable def |
ASK_ALLOWEDRESOAUTH2RETURLS() |
Getter for ALLOWEDRESOAUTH2RETURNURLS w/ exceptions if field |
HAS_ALLOWEDRESOAUTH2RETURLS() |
Determine if ALLOWEDRESOAUTH2RETURNURLS has a value |
createdTime¶
The timestamp when the workload identity was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
lastUpdatedTime¶
The timestamp when the workload identity was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |