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")


283
284
285
# File 'sig/types.rbs', line 283

def authorization_strategy
  @authorization_strategy
end

#fine_grained_authorization_enabledBoolean

Returns the value of attribute fine_grained_authorization_enabled.

Returns:

  • (Boolean)


284
285
286
# File 'sig/types.rbs', line 284

def fine_grained_authorization_enabled
  @fine_grained_authorization_enabled
end

#idp_lambda_arn::String

Returns the value of attribute idp_lambda_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def 
  @metadata
end