Values.ProvidedContextSourceContains information about the provided context. This includes the signed and encrypted trusted context assertion and the context provider ARN from which the trusted context assertion was generated.
type nonrec t = {providerArn : ArnType.t option;The context provider ARN from which the trusted context assertion was generated.
*)contextAssertion : ContextAssertionType.t option;The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.
*)}