AWSSTSProvidedContext
Objective-C
@interface AWSSTSProvidedContext : AWSModel
Swift
class AWSSTSProvidedContext : AWSModel
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.
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contextAssertion;Swift
var contextAssertion: String? { get set } -
The context provider ARN from which the trusted context assertion was generated.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable providerArn;Swift
var providerArn: String? { get set }
View on GitHub
Install in Dash
AWSSTSProvidedContext Class Reference