class
Amazonite::Sts::ProvidedContext
- Amazonite::Sts::ProvidedContext
- Reference
- Object
Overview
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.
Defined in:
sts/provided_context.crConstructors
- .from_xml(node : XML::Node) : self
- .new(provider_arn : String | Nil = nil, context_assertion : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#context_assertion : String | Nil
The signed and encrypted trusted context assertion generated by the context provider.
-
#context_assertion=(context_assertion : String | Nil)
The signed and encrypted trusted context assertion generated by the context provider.
-
#hash(hasher)
See
Object#hash(hasher) -
#provider_arn : String | Nil
The context provider ARN from which the trusted context assertion was generated.
-
#provider_arn=(provider_arn : String | Nil)
The context provider ARN from which the trusted context assertion was generated.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The context provider ARN from which the trusted context assertion was generated.
The context provider ARN from which the trusted context assertion was generated.