Class: Aws::Types::OpenIdConnectConfigurationDetail

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)


799
800
801
# File 'sig/types.rbs', line 799

def entity_id_prefix
  @entity_id_prefix
end

#group_configurationTypes::OpenIdConnectGroupConfigurationDetail

Returns the value of attribute group_configuration.



800
801
802
# File 'sig/types.rbs', line 800

def group_configuration
  @group_configuration
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def issuer
  @issuer
end

#token_selectionTypes::OpenIdConnectTokenSelectionDetail

Returns the value of attribute token_selection.



801
802
803
# File 'sig/types.rbs', line 801

def token_selection
  @token_selection
end