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.
283 284 285 |
# File 'sig/types.rbs', line 283 def @authorization_strategy end |
#fine_grained_authorization_enabled ⇒ Boolean
Returns the value of attribute fine_grained_authorization_enabled.
284 285 286 |
# File 'sig/types.rbs', line 284 def @fine_grained_authorization_enabled end |
#idp_lambda_arn ⇒ ::String
Returns the value of attribute idp_lambda_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def idp_lambda_arn @idp_lambda_arn end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
285 286 287 |
# File 'sig/types.rbs', line 285 def @metadata end |