AWSCognitoIdentityProviderUpdateIdentityProviderRequest
Objective-C
@interface AWSCognitoIdentityProviderUpdateIdentityProviderRequest
Swift
class AWSCognitoIdentityProviderUpdateIdentityProviderRequest
-
The identity provider 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 identity provider identifiers.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable idpIdentifiers;
Swift
var idpIdentifiers: [String]? { get set }
-
The identity provider 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 identity provider 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 }