Class: Aws::EC2::Types::OidcOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#authorization_endpointString

The OIDC authorization endpoint.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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_idString

The client identifier.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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_secretString

The client secret.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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

#issuerString

The OIDC issuer.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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

#scopeString

The OpenID Connect (OIDC) scope specified.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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_endpointString

The OIDC token endpoint.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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_endpointString

The OIDC user info endpoint.

Returns:

  • (String)


52845
52846
52847
52848
52849
52850
52851
52852
52853
52854
52855
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52845

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