Class: Aws::EC2::Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the trust provider.
Constant Summary collapse
- SENSITIVE =
 [:client_secret]
Instance Attribute Summary collapse
- 
  
    
      #authorization_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authorization endpoint of the IdP.
 - 
  
    
      #client_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OAuth 2.0 client identifier.
 - 
  
    
      #client_secret  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OAuth 2.0 client secret.
 - 
  
    
      #issuer  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OIDC issuer identifier of the IdP.
 - 
  
    
      #pkce_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether Proof of Key Code Exchange (PKCE) is enabled.
 - 
  
    
      #public_signing_key_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The public signing key endpoint.
 - 
  
    
      #scopes  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The set of user claims to be requested from the IdP.
 - 
  
    
      #token_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token endpoint of the IdP.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The trust provider type.
 - 
  
    
      #user_info_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user info endpoint of the IdP.
 
Instance Attribute Details
#authorization_endpoint ⇒ String
The authorization endpoint of the IdP.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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_id ⇒ String
The OAuth 2.0 client identifier.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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_secret ⇒ String
The OAuth 2.0 client secret.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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  | 
  
#issuer ⇒ String
The OIDC issuer identifier of the IdP.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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_enabled ⇒ Boolean
Indicates whether Proof of Key Code Exchange (PKCE) is enabled.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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_endpoint ⇒ String
The public signing key endpoint.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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  | 
  
#scopes ⇒ String
The set of user claims to be requested from the IdP.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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_endpoint ⇒ String
The token endpoint of the IdP.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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  | 
  
#type ⇒ String
The trust provider type.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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_endpoint ⇒ String
The user info endpoint of the IdP.
      72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72052 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  |