Table of Contents

Class GetGroupsRequestParameters

Namespace
Keycloak.AuthServices.Sdk.Admin.Requests.Groups
Assembly
Keycloak.AuthServices.Sdk.dll
public class GetGroupsRequestParameters
Inheritance
GetGroupsRequestParameters
Inherited Members

Properties

BriefRepresentation

Defines whether brief representations are returned. Default is false.

public bool? BriefRepresentation { get; init; }

Property Value

bool?

Exact

Whether to match the search exactly or not

public bool? Exact { get; init; }

Property Value

bool?

First

Pagination offset.

public int? First { get; init; }

Property Value

int?

Max

Maximum results size. Default is 100.

public int? Max { get; init; }

Property Value

int?

Search for a string contained in Name or Path.

public string? Search { get; init; }

Property Value

string