Table of Contents

Class GetAuthenticationSchemes.Query

Namespace
Raytha.Application.AuthenticationSchemes.Queries
Assembly
Raytha.Application.dll
public record GetAuthenticationSchemes.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<AuthenticationSchemeDto>>>, IBaseRequest, IEquatable<GetAuthenticationSchemes.Query>
Inheritance
GetAuthenticationSchemes.Query
Implements
IBaseRequest
Inherited Members

Properties

IsEnabledForAdmins

public bool? IsEnabledForAdmins { get; init; }

Property Value

bool?

IsEnabledForUsers

public bool? IsEnabledForUsers { get; init; }

Property Value

bool?

OrderBy

public override string OrderBy { get; init; }

Property Value

string