Class: Aws::Types::JwtTokenTypeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JwtTokenTypeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim_regex ⇒ ::String
Returns the value of attribute claim_regex.
-
#group_attribute_field ⇒ ::String
Returns the value of attribute group_attribute_field.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#key_location ⇒ "URL", "SECRET_MANAGER"
Returns the value of attribute key_location.
-
#secret_manager_arn ⇒ ::String
Returns the value of attribute secret_manager_arn.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#user_name_attribute_field ⇒ ::String
Returns the value of attribute user_name_attribute_field.
Instance Attribute Details
#claim_regex ⇒ ::String
Returns the value of attribute claim_regex.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def claim_regex @claim_regex end |
#group_attribute_field ⇒ ::String
Returns the value of attribute group_attribute_field.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def group_attribute_field @group_attribute_field end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def issuer @issuer end |
#key_location ⇒ "URL", "SECRET_MANAGER"
Returns the value of attribute key_location.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def key_location @key_location end |
#secret_manager_arn ⇒ ::String
Returns the value of attribute secret_manager_arn.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def secret_manager_arn @secret_manager_arn end |
#url ⇒ ::String
Returns the value of attribute url.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def url @url end |
#user_name_attribute_field ⇒ ::String
Returns the value of attribute user_name_attribute_field.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def user_name_attribute_field @user_name_attribute_field end |