Class: Aws::Types::OpenIdConnectConfigurationItem

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)


807
808
809
# File 'sig/types.rbs', line 807

def entity_id_prefix
  @entity_id_prefix
end

#group_configurationTypes::OpenIdConnectGroupConfigurationItem

Returns the value of attribute group_configuration.



808
809
810
# File 'sig/types.rbs', line 808

def group_configuration
  @group_configuration
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def issuer
  @issuer
end

#token_selectionTypes::OpenIdConnectTokenSelectionItem

Returns the value of attribute token_selection.



809
810
811
# File 'sig/types.rbs', line 809

def token_selection
  @token_selection
end