Skip to main content

TCognitoIdentityProviderAdminDeleteUserAttributesRequest

Class in AWS.CognitoIdentityProvider

AdminDeleteUserAttributes request class.

Ancestors

Properties

UserAttributeNames

property UserAttributeNames: TList<string>

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername: string; const AUserAttributeNames: array of string);

Constructor for TCognitoIdentityProviderAdminDeleteUserAttributesRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.
AUserAttributeNamesSpecify a list of attribute names you want to delete from the user.