| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OidcConfigForResponse |
OidcConfigForResponse.clone() |
OidcConfigForResponse |
Workforce.getOidcConfig()
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withAuthorizationEndpoint(String authorizationEndpoint)
The OIDC IdP authorization endpoint used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withClientId(String clientId)
The OIDC IdP client ID used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withIssuer(String issuer)
The OIDC IdP issuer used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withJwksUri(String jwksUri)
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withLogoutEndpoint(String logoutEndpoint)
The OIDC IdP logout endpoint used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withTokenEndpoint(String tokenEndpoint)
The OIDC IdP token endpoint used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withUserInfoEndpoint(String userInfoEndpoint)
The OIDC IdP user information endpoint used to configure your private workforce.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workforce.setOidcConfig(OidcConfigForResponse oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
Workforce |
Workforce.withOidcConfig(OidcConfigForResponse oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
Copyright © 2023. All rights reserved.