Class: Aws::SageMaker::Types::OidcConfigForResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Your OIDC IdP workforce configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointString

The OIDC IdP authorization endpoint used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end

#client_idString

The OIDC IdP client ID used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end

#issuerString

The OIDC IdP issuer used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end

#jwks_uriString

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end

#logout_endpointString

The OIDC IdP logout endpoint used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end

#token_endpointString

The OIDC IdP token endpoint used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end

#user_info_endpointString

The OIDC IdP user information endpoint used to configure your private workforce.

Returns:

  • (String)


33474
33475
33476
33477
33478
33479
33480
33481
33482
33483
33484
# File 'lib/aws-sdk-sagemaker/types.rb', line 33474

class OidcConfigForResponse < Struct.new(
  :client_id,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :logout_endpoint,
  :jwks_uri)
  SENSITIVE = []
  include Aws::Structure
end