Class: Aws::Types::IdentityProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_strategy ⇒ "SMART_ON_FHIR_V1", ...
Returns the value of attribute authorization_strategy.
-
#fine_grained_authorization_enabled ⇒ Boolean
Returns the value of attribute fine_grained_authorization_enabled.
-
#idp_lambda_arn ⇒ ::String
Returns the value of attribute idp_lambda_arn.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
Instance Attribute Details
#authorization_strategy ⇒ "SMART_ON_FHIR_V1", ...
Returns the value of attribute authorization_strategy.
307 308 309 |
# File 'sig/types.rbs', line 307 def @authorization_strategy end |
#fine_grained_authorization_enabled ⇒ Boolean
Returns the value of attribute fine_grained_authorization_enabled.
308 309 310 |
# File 'sig/types.rbs', line 308 def @fine_grained_authorization_enabled end |
#idp_lambda_arn ⇒ ::String
Returns the value of attribute idp_lambda_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def idp_lambda_arn @idp_lambda_arn end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
309 310 311 |
# File 'sig/types.rbs', line 309 def @metadata end |