Table of Contents

Class ClientsRequestBuilder.ClientsRequestBuilderGetQueryParameters

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Clients
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

If a client can’t be retrieved from the storage due to a problem with the underlying storage, it is silently removed from the returned list. This ensures that concurrent modifications to the list don’t prevent callers from retrieving this list.

public class ClientsRequestBuilder.ClientsRequestBuilderGetQueryParameters
Inheritance
ClientsRequestBuilder.ClientsRequestBuilderGetQueryParameters
Inherited Members

Properties

ClientId

filter by clientId

[QueryParameter("clientId")]
public string? ClientId { get; set; }

Property Value

string

First

the first result

[QueryParameter("first")]
public int? First { get; set; }

Property Value

int?

Max

the max results to return

[QueryParameter("max")]
public int? Max { get; set; }

Property Value

int?

Q

[QueryParameter("q")]
public string? Q { get; set; }

Property Value

string

whether this is a search query or a getClientById query

[QueryParameter("search")]
public bool? Search { get; set; }

Property Value

bool?

ViewableOnly

filter clients that cannot be viewed in full by admin

[QueryParameter("viewableOnly")]
public bool? ViewableOnly { get; set; }

Property Value

bool?