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)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def enabled
  @enabled
end

#idpTypes::SAMLIdp

Returns the value of attribute idp.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def subject_key
  @subject_key
end