Class: Aws::Types::SAMLOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::SAMLOptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#idp ⇒ Types::SAMLIdp
Returns the value of attribute idp.
-
#master_backend_role ⇒ ::String
Returns the value of attribute master_backend_role.
-
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
-
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
-
#session_timeout_minutes ⇒ ::Integer
Returns the value of attribute session_timeout_minutes.
-
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def enabled @enabled end |
#idp ⇒ Types::SAMLIdp
Returns the value of attribute idp.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def idp @idp end |
#master_backend_role ⇒ ::String
Returns the value of attribute master_backend_role.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def master_backend_role @master_backend_role end |
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def master_user_name @master_user_name end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def roles_key @roles_key end |
#session_timeout_minutes ⇒ ::Integer
Returns the value of attribute session_timeout_minutes.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def session_timeout_minutes @session_timeout_minutes end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def subject_key @subject_key end |