Class: Aws::EC2::Types::ModifyVerifiedAccessTrustProviderOidcOptions

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

Overview

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)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

class ModifyVerifiedAccessTrustProviderOidcOptions < 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)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

class ModifyVerifiedAccessTrustProviderOidcOptions < 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)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

class ModifyVerifiedAccessTrustProviderOidcOptions < 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)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

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

#scopeString

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user’s details. Each scope returns a specific set of user attributes.

Returns:

  • (String)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

class ModifyVerifiedAccessTrustProviderOidcOptions < 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)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

class ModifyVerifiedAccessTrustProviderOidcOptions < 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)


50167
50168
50169
50170
50171
50172
50173
50174
50175
50176
50177
# File 'lib/aws-sdk-ec2/types.rb', line 50167

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