Class: Aws::Types::IdentityProviderConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_strategy ⇒ "SMART_ON_FHIR_V1", ...

Returns the value of attribute authorization_strategy.

Returns:

  • ("SMART_ON_FHIR_V1", "SMART_ON_FHIR", "AWS_AUTH")


307
308
309
# File 'sig/types.rbs', line 307

def authorization_strategy
  @authorization_strategy
end

#fine_grained_authorization_enabled ⇒ Boolean

Returns the value of attribute fine_grained_authorization_enabled.

Returns:

  • (Boolean)


308
309
310
# File 'sig/types.rbs', line 308

def fine_grained_authorization_enabled
  @fine_grained_authorization_enabled
end

#idp_lambda_arn ⇒ ::String

Returns the value of attribute idp_lambda_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def 
  @metadata
end