Class RolesRequestBuilder.RolesRequestBuilderGetQueryParameters
- 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?
Search
[QueryParameter("search")]
public string? Search { get; set; }