AWSEC2FederatedAuthentication
Objective-C
@interface AWSEC2FederatedAuthentication
Swift
class AWSEC2FederatedAuthentication
Describes the IAM SAML identity providers 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 }