Table of Contents

Class RolesRequestBuilder.RolesRequestBuilderGetQueryParameters

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

Get all roles for the realm or client

public class RolesRequestBuilder.RolesRequestBuilderGetQueryParameters
Inheritance
RolesRequestBuilder.RolesRequestBuilderGetQueryParameters
Inherited Members

Properties

BriefRepresentation

[QueryParameter("briefRepresentation")]
public bool? BriefRepresentation { get; set; }

Property Value

bool?

First

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

Property Value

int?

Max

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

Property Value

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

Property Value

string