Class: Aws::SSOAdmin::Types::UpdateApplicationPortalOptions

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

Overview

A structure that describes the options for the access portal associated with an application that can be updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sign_in_optionsTypes::SignInOptions

A structure that describes the sign-in options for an application portal.



4076
4077
4078
4079
4080
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4076

class UpdateApplicationPortalOptions < Struct.new(
  :sign_in_options)
  SENSITIVE = []
  include Aws::Structure
end