ProvidedContext¶
Structure Class¶
ProvidedContext
dataclass
¶
Contains 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.
Attributes¶
context_assertion
class-attribute
instance-attribute
¶
context_assertion: str | None = None
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.
provider_arn
class-attribute
instance-attribute
¶
provider_arn: str | None = None
The context provider ARN from which the trusted context assertion was generated.