/AWS1/CL_SSAAPPLICATIONPVDR¶
A structure that describes a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_applicationproviderarn TYPE /AWS1/SSAAPPLICATIONPVDRARN /AWS1/SSAAPPLICATIONPVDRARN¶
The ARN of the application provider.
Optional arguments:¶
iv_federationprotocol TYPE /AWS1/SSAFEDERATIONPROTOCOL /AWS1/SSAFEDERATIONPROTOCOL¶
The protocol that the application provider uses to perform federation.
io_displaydata TYPE REF TO /AWS1/CL_SSADISPLAYDATA /AWS1/CL_SSADISPLAYDATA¶
A structure that describes how IAM Identity Center represents the application provider in the portal.
io_resourceserverconfig TYPE REF TO /AWS1/CL_SSARESOURCESERVERCFG /AWS1/CL_SSARESOURCESERVERCFG¶
A structure that describes the application provider's resource server.
Queryable Attributes¶
ApplicationProviderArn¶
The ARN of the application provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONPROVIDERARN() |
Getter for APPLICATIONPROVIDERARN, with configurable default |
ASK_APPLICATIONPROVIDERARN() |
Getter for APPLICATIONPROVIDERARN w/ exceptions if field has |
HAS_APPLICATIONPROVIDERARN() |
Determine if APPLICATIONPROVIDERARN has a value |
FederationProtocol¶
The protocol that the application provider uses to perform federation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEDERATIONPROTOCOL() |
Getter for FEDERATIONPROTOCOL, with configurable default |
ASK_FEDERATIONPROTOCOL() |
Getter for FEDERATIONPROTOCOL w/ exceptions if field has no |
HAS_FEDERATIONPROTOCOL() |
Determine if FEDERATIONPROTOCOL has a value |
DisplayData¶
A structure that describes how IAM Identity Center represents the application provider in the portal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYDATA() |
Getter for DISPLAYDATA |
ResourceServerConfig¶
A structure that describes the application provider's resource server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESERVERCONFIG() |
Getter for RESOURCESERVERCONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_APPLICATIONPROVIDERLIST¶
TYPES TT_APPLICATIONPROVIDERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSAAPPLICATIONPVDR WITH DEFAULT KEY
.