Skip to content

/AWS1/CL_IAMGETOPENIDCPRSP

Contains the response to a successful GetOpenIDConnectProvider request.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_url TYPE /AWS1/IAMOPENIDCPURLTYPE /AWS1/IAMOPENIDCPURLTYPE

The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.

it_clientidlist TYPE /AWS1/CL_IAMCLIENTIDLISTTYPE_W=>TT_CLIENTIDLISTTYPE TT_CLIENTIDLISTTYPE

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

it_thumbprintlist TYPE /AWS1/CL_IAMTHUMBPRINTLSTTYP00=>TT_THUMBPRINTLISTTYPE TT_THUMBPRINTLISTTYPE

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

iv_createdate TYPE /AWS1/IAMDATETYPE /AWS1/IAMDATETYPE

The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.

it_tags TYPE /AWS1/CL_IAMTAG=>TT_TAGLISTTYPE TT_TAGLISTTYPE

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.


Queryable Attributes

Url

The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

ClientIDList

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

Accessible with the following methods

Method Description
GET_CLIENTIDLIST() Getter for CLIENTIDLIST, with configurable default
ASK_CLIENTIDLIST() Getter for CLIENTIDLIST w/ exceptions if field has no value
HAS_CLIENTIDLIST() Determine if CLIENTIDLIST has a value

ThumbprintList

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

Accessible with the following methods

Method Description
GET_THUMBPRINTLIST() Getter for THUMBPRINTLIST, with configurable default
ASK_THUMBPRINTLIST() Getter for THUMBPRINTLIST w/ exceptions if field has no valu
HAS_THUMBPRINTLIST() Determine if THUMBPRINTLIST has a value

CreateDate

The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.

Accessible with the following methods

Method Description
GET_CREATEDATE() Getter for CREATEDATE, with configurable default
ASK_CREATEDATE() Getter for CREATEDATE w/ exceptions if field has no value
HAS_CREATEDATE() Determine if CREATEDATE has a value

Tags

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value