| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceItemDetails |
IdentitySourceItemDetails.clone() |
IdentitySourceItemDetails |
IdentitySourceItem.getDetails()
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItemDetails |
IdentitySourceItemDetails.withClientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceItemDetails |
IdentitySourceItemDetails.withClientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceItemDetails |
IdentitySourceItemDetails.withDiscoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
IdentitySourceItemDetails |
IdentitySourceItemDetails.withOpenIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceItemDetails |
IdentitySourceItemDetails.withOpenIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceItemDetails |
IdentitySourceItemDetails.withUserPoolArn(String userPoolArn)
The Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentitySourceItem.setDetails(IdentitySourceItemDetails details)
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItem |
IdentitySourceItem.withDetails(IdentitySourceItemDetails details)
A structure that contains the details of the associated identity provider (IdP).
|
Copyright © 2023. All rights reserved.