/AWS1/CL_WSWIDPVDRSUMMARY¶
The summary of the identity provider.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_identityproviderarn
TYPE /AWS1/WSWSUBRESOURCEARN
/AWS1/WSWSUBRESOURCEARN
¶
The ARN of the identity provider.
Optional arguments:¶
iv_identityprovidername
TYPE /AWS1/WSWIDENTITYPROVIDERNAME
/AWS1/WSWIDENTITYPROVIDERNAME
¶
The identity provider name.
iv_identityprovidertype
TYPE /AWS1/WSWIDENTITYPROVIDERTYPE
/AWS1/WSWIDENTITYPROVIDERTYPE
¶
The identity provider type.
Queryable Attributes¶
identityProviderArn¶
The ARN of the identity provider.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYPROVIDERARN() |
Getter for IDENTITYPROVIDERARN, with configurable default |
ASK_IDENTITYPROVIDERARN() |
Getter for IDENTITYPROVIDERARN w/ exceptions if field has no |
HAS_IDENTITYPROVIDERARN() |
Determine if IDENTITYPROVIDERARN has a value |
identityProviderName¶
The identity provider name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYPROVIDERNAME() |
Getter for IDENTITYPROVIDERNAME, with configurable default |
ASK_IDENTITYPROVIDERNAME() |
Getter for IDENTITYPROVIDERNAME w/ exceptions if field has n |
HAS_IDENTITYPROVIDERNAME() |
Determine if IDENTITYPROVIDERNAME has a value |
identityProviderType¶
The identity provider type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYPROVIDERTYPE() |
Getter for IDENTITYPROVIDERTYPE, with configurable default |
ASK_IDENTITYPROVIDERTYPE() |
Getter for IDENTITYPROVIDERTYPE w/ exceptions if field has n |
HAS_IDENTITYPROVIDERTYPE() |
Determine if IDENTITYPROVIDERTYPE 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_IDENTITYPROVIDERLIST
¶
TYPES TT_IDENTITYPROVIDERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSWIDPVDRSUMMARY WITH DEFAULT KEY
.