Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EC2::Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration

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

Overview

Describes the trust provider.

Constant Summary collapse

SENSITIVE =
[:client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointString

The authorization endpoint of the IdP.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#client_idString

The OAuth 2.0 client identifier.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#client_secretString

The OAuth 2.0 client secret.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#issuerString

The OIDC issuer identifier of the IdP.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#pkce_enabledBoolean

Indicates whether Proof of Key Code Exchange (PKCE) is enabled.

Returns:

  • (Boolean)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#public_signing_key_endpointString

The public signing key endpoint.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#scopesString

The set of user claims to be requested from the IdP.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#token_endpointString

The token endpoint of the IdP.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#typeString

The trust provider type.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#user_info_endpointString

The user info endpoint of the IdP.

Returns:

  • (String)

75792
75793
75794
75795
75796
75797
75798
75799
75800
75801
75802
75803
75804
75805
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75792

class VerifiedAccessInstanceUserTrustProviderClientConfiguration < Struct.new(
  :type,
  :scopes,
  :issuer,
  :authorization_endpoint,
  :public_signing_key_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :client_secret,
  :pkce_enabled)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end