Struct aws_sdk_sagemaker::model::oidc_config_for_response::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for OidcConfigForResponse
Implementations
The OIDC IdP client ID used to configure your private workforce.
The OIDC IdP client ID used to configure your private workforce.
The OIDC IdP issuer used to configure your private workforce.
The OIDC IdP issuer used to configure your private workforce.
The OIDC IdP authorization endpoint used to configure your private workforce.
The OIDC IdP authorization endpoint used to configure your private workforce.
The OIDC IdP token endpoint used to configure your private workforce.
The OIDC IdP token endpoint used to configure your private workforce.
The OIDC IdP user information endpoint used to configure your private workforce.
The OIDC IdP user information endpoint used to configure your private workforce.
The OIDC IdP logout endpoint used to configure your private workforce.
The OIDC IdP logout endpoint used to configure your private workforce.
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
Consumes the builder and constructs a OidcConfigForResponse
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more