View source: R/verifiedpermissions_operations.R
verifiedpermissions_update_identity_source | R Documentation |
Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.
See https://www.paws-r-sdk.com/docs/verifiedpermissions_update_identity_source/ for full documentation.
verifiedpermissions_update_identity_source(
policyStoreId,
identitySourceId,
updateConfiguration,
principalEntityType = NULL
)
policyStoreId |
[required] Specifies the ID of the policy store that contains the identity source that you want to update. |
identitySourceId |
[required] Specifies the ID of the identity source that you want to update. |
updateConfiguration |
[required] Specifies the details required to communicate with the identity provider (IdP) associated with this identity source. At this time, the only valid member of this structure is a Amazon Cognito user pool configuration. You must specify a |
principalEntityType |
Specifies the data type of principals generated for identities authenticated by the identity source. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.