Class: Aws::EC2::Types::ModifyVerifiedAccessNativeApplicationOidcOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the OpenID Connect (OIDC) options.

Constant Summary collapse

SENSITIVE =
[:client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointString

The authorization endpoint of the IdP.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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_idString

The OAuth 2.0 client identifier.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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_secretString

The OAuth 2.0 client secret.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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

#issuerString

The OIDC issuer identifier of the IdP.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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_endpointString

The public signing key endpoint.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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

#scopeString

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

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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_endpointString

The token endpoint of the IdP.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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_endpointString

The user info endpoint of the IdP.

Returns:

  • (String)


53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53963

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