Class: Aws::SSOAdmin::Types::PortalOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::PortalOptions
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#sign_in_options ⇒ Types::SignInOptions
A structure that describes the sign-in options for the access portal.
-
#visibility ⇒ String
Indicates whether this application is visible in the access portal.
Instance Attribute Details
#sign_in_options ⇒ Types::SignInOptions
A structure that describes the sign-in options for the access portal.
3549 3550 3551 3552 3553 3554 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3549 class PortalOptions < Struct.new( :sign_in_options, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Indicates whether this application is visible in the access portal.
3549 3550 3551 3552 3553 3554 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3549 class PortalOptions < Struct.new( :sign_in_options, :visibility) SENSITIVE = [] include Aws::Structure end |