/AWS1/CL_VPSUPDATECONF¶
Contains an update to replace the configuration in an existing identity source.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_cognitouserpoolconf
TYPE REF TO /AWS1/CL_VPSUPCOGNITOUSERPOO00
/AWS1/CL_VPSUPCOGNITOUSERPOO00
¶
Contains configuration details of a Amazon Cognito user pool.
io_openidconnectconf
TYPE REF TO /AWS1/CL_VPSUPDOPENIDCNCTCONF
/AWS1/CL_VPSUPDOPENIDCNCTCONF
¶
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
Queryable Attributes¶
cognitoUserPoolConfiguration¶
Contains configuration details of a Amazon Cognito user pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COGNITOUSERPOOLCONF() |
Getter for COGNITOUSERPOOLCONFIGURATION |
openIdConnectConfiguration¶
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPENIDCONNECTCONF() |
Getter for OPENIDCONNECTCONFIGURATION |