Class: Aws::Types::OpenIdConnectConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConnectConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id_prefix ⇒ ::String
Returns the value of attribute entity_id_prefix.
-
#group_configuration ⇒ Types::OpenIdConnectGroupConfiguration
Returns the value of attribute group_configuration.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#token_selection ⇒ Types::OpenIdConnectTokenSelection
Returns the value of attribute token_selection.
Instance Attribute Details
#entity_id_prefix ⇒ ::String
Returns the value of attribute entity_id_prefix.
791 792 793 |
# File 'sig/types.rbs', line 791 def entity_id_prefix @entity_id_prefix end |
#group_configuration ⇒ Types::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.
790 791 792 |
# File 'sig/types.rbs', line 790 def issuer @issuer end |
#token_selection ⇒ Types::OpenIdConnectTokenSelection
Returns the value of attribute token_selection.
793 794 795 |
# File 'sig/types.rbs', line 793 def token_selection @token_selection end |