Class: Aws::SageMaker::Types::OidcConfig

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

Overview

Use this parameter to configure your OIDC Identity Provider (IdP).

Constant Summary collapse

SENSITIVE =
[:client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#client_idString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#client_secretString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#issuerString

The OIDC IdP issuer used to configure your private workforce.

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#jwks_uriString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#logout_endpointString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#token_endpointString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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

#user_info_endpointString

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

Returns:

  • (String)


33418
33419
33420
33421
33422
33423
33424
33425
33426
33427
33428
33429
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33418

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