Class: Aws::EC2::Types::OidcOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::OidcOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the options for an OpenID Connect-compatible user-identity trust provider.
Constant Summary collapse
- SENSITIVE =
[:client_secret]
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String
The OIDC authorization endpoint.
-
#client_id ⇒ String
The client identifier.
-
#client_secret ⇒ String
The client secret.
-
#issuer ⇒ String
The OIDC issuer.
-
#scope ⇒ String
The OpenID Connect (OIDC) scope specified.
-
#token_endpoint ⇒ String
The OIDC token endpoint.
-
#user_info_endpoint ⇒ String
The OIDC user info endpoint.
Instance Attribute Details
#authorization_endpoint ⇒ String
The OIDC authorization endpoint.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end |
#client_id ⇒ String
The client identifier.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end |
#client_secret ⇒ String
The client secret.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :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.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end |
#scope ⇒ String
The OpenID Connect (OIDC) scope specified.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end |
#token_endpoint ⇒ String
The OIDC token endpoint.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :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 OIDC user info endpoint.
56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 |
# File 'lib/aws-sdk-ec2/types.rb', line 56674 class OidcOptions < Struct.new( :issuer, :authorization_endpoint, :token_endpoint, :user_info_endpoint, :client_id, :client_secret, :scope) SENSITIVE = [:client_secret] include Aws::Structure end |