Class: Aws::Types::SAMLOptionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_name])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def enabled
  @enabled
end

#idpTypes::SAMLIdp

Returns the value of attribute idp.

Returns:



1121
1122
1123
# File 'sig/types.rbs', line 1121

def idp
  @idp
end

#master_backend_role::String

Returns the value of attribute master_backend_role.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def master_backend_role
  @master_backend_role
end

#master_user_name::String

Returns the value of attribute master_user_name.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def master_user_name
  @master_user_name
end

#roles_key::String

Returns the value of attribute roles_key.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def roles_key
  @roles_key
end

#session_timeout_minutes::Integer

Returns the value of attribute session_timeout_minutes.

Returns:

  • (::Integer)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def session_timeout_minutes
  @session_timeout_minutes
end

#subject_key::String

Returns the value of attribute subject_key.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def subject_key
  @subject_key
end