Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IGetUserResponse

    Represents the response interface for retrieving user information.

    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public interface IGetUserResponse

    Properties

    | Edit this page View Source

    CustomAttributes

    Gets or sets custom attributes associated with the user.

    Declaration
    Dictionary<string, string> CustomAttributes { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    FirstName

    Gets or sets the user's first name.

    Declaration
    string FirstName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LastName

    Gets or sets the user's last name.

    Declaration
    string LastName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Status

    Gets or sets the status of the user.

    Declaration
    string Status { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserCreateDate

    Gets or sets the date and time when the user was created.

    Declaration
    DateTime UserCreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    UserLastModifiedDate

    Gets or sets the date and time when the user was last modified.

    Declaration
    DateTime UserLastModifiedDate { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    UserName

    Gets or sets the user's username.

    Declaration
    string UserName { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX