Class: Aws::SSOAdmin::Types::PutApplicationAuthenticationMethodRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

Specifies the ARN of the application with the authentication method to add or update.

Returns:

  • (String)


3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3674

class PutApplicationAuthenticationMethodRequest < Struct.new(
  :application_arn,
  :authentication_method,
  :authentication_method_type)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_methodTypes::AuthenticationMethod

Specifies a structure that describes the authentication method to add or update. The structure type you provide is determined by the AuthenticationMethodType parameter.



3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3674

class PutApplicationAuthenticationMethodRequest < Struct.new(
  :application_arn,
  :authentication_method,
  :authentication_method_type)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_method_typeString

Specifies the type of the authentication method that you want to add or update.

Returns:

  • (String)


3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3674

class PutApplicationAuthenticationMethodRequest < Struct.new(
  :application_arn,
  :authentication_method,
  :authentication_method_type)
  SENSITIVE = []
  include Aws::Structure
end