Class: Aws::DevOpsAgent::Types::MCPServerOAuth3LOConfig

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

Overview

OAuth 3-legged authorization configuration for MCP server.

Constant Summary collapse

SENSITIVE =
[:client_id, :exchange_parameters, :client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_urlString

OAuth authorization URL for 3LO authentication.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#client_idString

OAuth client ID for authenticating with the service.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#client_nameString

User friendly OAuth client name specified by end user.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#client_secretString

OAuth client secret for authenticating with the service. Required for confidential clients or when PKCE is not supported. Optional for public clients using PKCE.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#exchange_parametersHash<String,String>

OAuth token exchange parameters for authenticating with the service.

Returns:

  • (Hash<String,String>)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#exchange_urlString

OAuth token exchange URL.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#return_to_endpointString

The endpoint to return to after OAuth flow completes (must be AWS console domain)

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#scopesArray<String>

OAuth scopes for 3LO authentication. The service will always request scope offline_access.

Returns:

  • (Array<String>)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end

#support_code_challengeBoolean

Whether the service supports PKCE (Proof Key for Code Exchange) for enhanced security during the OAuth flow.

Returns:

  • (Boolean)


2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2786

class MCPServerOAuth3LOConfig < Struct.new(
  :client_name,
  :client_id,
  :exchange_parameters,
  :return_to_endpoint,
  :authorization_url,
  :exchange_url,
  :client_secret,
  :support_code_challenge,
  :scopes)
  SENSITIVE = [:client_id, :exchange_parameters, :client_secret]
  include Aws::Structure
end