Class: Aws::Types::OidcJwtUpdateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OidcJwtUpdateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim_attribute_path ⇒ ::String
Returns the value of attribute claim_attribute_path.
-
#identity_store_attribute_path ⇒ ::String
Returns the value of attribute identity_store_attribute_path.
-
#jwks_retrieval_option ⇒ "OPEN_ID_DISCOVERY"
Returns the value of attribute jwks_retrieval_option.
Instance Attribute Details
#claim_attribute_path ⇒ ::String
Returns the value of attribute claim_attribute_path.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def claim_attribute_path @claim_attribute_path end |
#identity_store_attribute_path ⇒ ::String
Returns the value of attribute identity_store_attribute_path.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def identity_store_attribute_path @identity_store_attribute_path end |
#jwks_retrieval_option ⇒ "OPEN_ID_DISCOVERY"
Returns the value of attribute jwks_retrieval_option.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def jwks_retrieval_option @jwks_retrieval_option end |