Class: Aws::SSOAdmin::Types::PortalOptions

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sign_in_optionsTypes::SignInOptions

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



3549
3550
3551
3552
3553
3554
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3549

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

#visibilityString

Indicates whether this application is visible in the access portal.

Returns:

  • (String)


3549
3550
3551
3552
3553
3554
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3549

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