AWSCognitoIdentityProviderUpdateGroupRequest

Objective-C

@interface AWSCognitoIdentityProviderUpdateGroupRequest

Swift

class AWSCognitoIdentityProviderUpdateGroupRequest
  • A string containing the new description of the group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The name of the group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable groupName;

    Swift

    var groupName: String? { get set }
  • The new precedence value for the group. For more information about this parameter, see CreateGroup.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable precedence;

    Swift

    var precedence: NSNumber? { get set }
  • The new role Amazon Resource Name (ARN) for the group. This is used for setting the cognito:roles and cognito:preferred_role claims in the token.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }
  • The user pool ID for the user pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable userPoolId;

    Swift

    var userPoolId: String? { get set }