AWSEC2FederatedAuthenticationRequest
Objective-C
@interface AWSEC2FederatedAuthenticationRequest
Swift
class AWSEC2FederatedAuthenticationRequest
The IAM SAML identity provider used for federated authentication.
-
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SAMLProviderArn;
Swift
var samlProviderArn: String? { get set }
-
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable selfServiceSAMLProviderArn;
Swift
var selfServiceSAMLProviderArn: String? { get set }