AWSCognitoIdentityProviderUpdateIdentityProviderRequest
Objective-C
@interface AWSCognitoIdentityProviderUpdateIdentityProviderRequest
Swift
class AWSCognitoIdentityProviderUpdateIdentityProviderRequest
-
The IdP attribute mapping to be changed.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable attributeMapping;
Swift
var attributeMapping: [String : String]? { get set }
-
A list of IdP identifiers.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable idpIdentifiers;
Swift
var idpIdentifiers: [String]? { get set }
-
The IdP details to be updated, such as
MetadataURL
andMetadataFile
.Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable providerDetails;
Swift
var providerDetails: [String : String]? { get set }
-
The IdP name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable providerName;
Swift
var providerName: String? { get set }
-
The user pool ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }