Class: Aws::EC2::Types::NativeApplicationOidcOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NativeApplicationOidcOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the OpenID Connect (OIDC) options.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorization_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authorization endpoint of the IdP.
 - 
  
    
      #client_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OAuth 2.0 client identifier.
 - 
  
    
      #issuer  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OIDC issuer identifier of the IdP.
 - 
  
    
      #public_signing_key_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The public signing key endpoint.
 - 
  
    
      #scope  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The set of user claims to be requested from the IdP.
 - 
  
    
      #token_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token endpoint of the IdP.
 - 
  
    
      #user_info_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user info endpoint of the IdP.
 
Instance Attribute Details
#authorization_endpoint ⇒ String
The authorization endpoint of the IdP.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#client_id ⇒ String
The OAuth 2.0 client identifier.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#issuer ⇒ String
The OIDC issuer identifier of the IdP.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#public_signing_key_endpoint ⇒ String
The public signing key endpoint.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#scope ⇒ String
The set of user claims to be requested from the IdP.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#token_endpoint ⇒ String
The token endpoint of the IdP.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#user_info_endpoint ⇒ String
The user info endpoint of the IdP.
      55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55679 class NativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :scope) SENSITIVE = [] include Aws::Structure end  |