You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::OidcConfigForResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::OidcConfigForResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String
The OIDC IdP authorization endpoint used to configure your private workforce.
-
#client_id ⇒ String
The OIDC IdP client ID used to configure your private workforce.
-
#issuer ⇒ String
The OIDC IdP issuer used to configure your private workforce.
-
#jwks_uri ⇒ String
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
-
#logout_endpoint ⇒ String
The OIDC IdP logout endpoint used to configure your private workforce.
-
#token_endpoint ⇒ String
The OIDC IdP token endpoint used to configure your private workforce.
-
#user_info_endpoint ⇒ String
The OIDC IdP user information endpoint used to configure your private workforce.
Instance Attribute Details
#authorization_endpoint ⇒ String
The OIDC IdP authorization endpoint used to configure your private workforce.
#client_id ⇒ String
The OIDC IdP client ID used to configure your private workforce.
#issuer ⇒ String
The OIDC IdP issuer used to configure your private workforce.
#jwks_uri ⇒ String
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
#logout_endpoint ⇒ String
The OIDC IdP logout endpoint used to configure your private workforce.
#token_endpoint ⇒ String
The OIDC IdP token endpoint used to configure your private workforce.
#user_info_endpoint ⇒ String
The OIDC IdP user information endpoint used to configure your private workforce.