Class: Aws::EC2::Types::ModifyVerifiedAccessNativeApplicationOidcOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyVerifiedAccessNativeApplicationOidcOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the OpenID Connect (OIDC) options.
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.
 - 
  
    
      #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.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#client_id ⇒ String
The OAuth 2.0 client identifier.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#client_secret ⇒ String
The OAuth 2.0 client secret.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#issuer ⇒ String
The OIDC issuer identifier of the IdP.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#public_signing_key_endpoint ⇒ String
The public signing key endpoint.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#scope ⇒ String
The set of user claims to be requested from the IdP.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#token_endpoint ⇒ String
The token endpoint of the IdP.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  | 
  
#user_info_endpoint ⇒ String
The user info endpoint of the IdP.
      54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54552 class ModifyVerifiedAccessNativeApplicationOidcOptions < Struct.new( :public_signing_key_endpoint, :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end  |