Class UpdateUserAttributesRequest
Represents a request to update user attributes.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class UpdateUserAttributesRequest : RequestBase, IRequestBase, IValidatableObject
Properties
| Edit this page View SourceAccessToken
Gets or sets the access token associated with the user.
Declaration
[Required]
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Attributes
Gets or sets the attributes to update for the user.
Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Methods
| Edit this page View SourceValidate(ValidationContext)
Validates the request object.
Declaration
public override IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
ValidationContext | validationContext | The validation context. |
Returns
Type | Description |
---|---|
IEnumerable<ValidationResult> | A collection of validation results. |