Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class GetUserRequest

    Represents a request for retrieving user information based on a specified field and value.

    Inheritance
    object
    RequestBase
    GetUserRequest
    Implements
    IRequestBase
    IValidatableObject
    Inherited Members
    RequestBase.HttpHeader
    RequestBase.IpAddress
    RequestBase.ServerPath
    RequestBase.ServerName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public class GetUserRequest : RequestBase, IRequestBase, IValidatableObject

    Constructors

    | Edit this page View Source

    GetUserRequest()

    Initializes a new instance of the GetUserRequest class with default settings.

    Declaration
    public GetUserRequest()
    | Edit this page View Source

    GetUserRequest(string, string)

    Initializes a new instance of the GetUserRequest class with specified field and value.

    Declaration
    public GetUserRequest(string field, string value)
    Parameters
    Type Name Description
    string field

    The field to filter user retrieval.

    string value

    The value to match in the specified field.

    Properties

    | Edit this page View Source

    ExcludeExternalUser

    Gets or sets a value indicating whether to exclude external users in the retrieval.

    Declaration
    public bool ExcludeExternalUser { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Field

    Gets or sets the field to filter user retrieval.

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

    Value

    Gets or sets the value to match in the specified field.

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

    Methods

    | Edit this page View Source

    Validate(ValidationContext)

    Validates the GetUserRequest instance.

    Declaration
    public override IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
    Parameters
    Type Name Description
    ValidationContext validationContext

    The validation context.

    Returns
    Type Description
    IEnumerable<ValidationResult>

    An IEnumerable<T> containing validation errors, if any.

    Overrides
    RequestBase.Validate(ValidationContext)

    Implements

    IRequestBase
    IValidatableObject

    Extension Methods

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