Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberResponseModel

    Inheritance
    System.Object
    ContentResponseModelBase<MemberValueModel, MemberVariantResponseModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Member
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MemberResponseModel : ContentResponseModelBase<MemberValueModel, MemberVariantResponseModel>

    Properties

    View Source

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    FailedPasswordAttempts

    Declaration
    public int FailedPasswordAttempts { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Groups

    Declaration
    public IEnumerable<Guid> Groups { get; set; }
    Property Value
    Type Description
    IEnumerable<Guid>
    View Source

    IsApproved

    Declaration
    public bool IsApproved { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsLockedOut

    Declaration
    public bool IsLockedOut { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsTwoFactorEnabled

    Declaration
    public bool IsTwoFactorEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    LastLockoutDate

    Declaration
    public DateTimeOffset? LastLockoutDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    View Source

    LastLoginDate

    Declaration
    public DateTimeOffset? LastLoginDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    View Source

    LastPasswordChangeDate

    Declaration
    public DateTimeOffset? LastPasswordChangeDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    View Source

    MemberType

    Declaration
    public MemberTypeReferenceResponseModel MemberType { get; set; }
    Property Value
    Type Description
    MemberTypeReferenceResponseModel
    View Source

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Email
      • FailedPasswordAttempts
      • Groups
      • IsApproved
      • IsLockedOut
      • IsTwoFactorEnabled
      • LastLockoutDate
      • LastLoginDate
      • LastPasswordChangeDate
      • MemberType
      • Username
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX