Class: Aws::EC2::Types::NativeApplicationOidcOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorization_endpointString

The authorization endpoint of the IdP.

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

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_idString

The OAuth 2.0 client identifier.

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

class NativeApplicationOidcOptions < Struct.new(
  :public_signing_key_endpoint,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#issuerString

The OIDC issuer identifier of the IdP.

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

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_endpointString

The public signing key endpoint.

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

class NativeApplicationOidcOptions < Struct.new(
  :public_signing_key_endpoint,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

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

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

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_endpointString

The token endpoint of the IdP.

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

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_endpointString

The user info endpoint of the IdP.

Returns:

  • (String)


55460
55461
55462
55463
55464
55465
55466
55467
55468
55469
55470
# File 'lib/aws-sdk-ec2/types.rb', line 55460

class NativeApplicationOidcOptions < Struct.new(
  :public_signing_key_endpoint,
  :issuer,
  :authorization_endpoint,
  :token_endpoint,
  :user_info_endpoint,
  :client_id,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end