Class: Aws::Types::OpenIdConnectConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:entity_id_prefix])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id_prefix::String

Returns the value of attribute entity_id_prefix.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def entity_id_prefix
  @entity_id_prefix
end

#group_configurationTypes::OpenIdConnectGroupConfiguration

Returns the value of attribute group_configuration.



792
793
794
# File 'sig/types.rbs', line 792

def group_configuration
  @group_configuration
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def issuer
  @issuer
end

#token_selectionTypes::OpenIdConnectTokenSelection

Returns the value of attribute token_selection.



793
794
795
# File 'sig/types.rbs', line 793

def token_selection
  @token_selection
end