Class GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
Get group hierarchy. Only name and ids are returned.
public class GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Inheritance
-
GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Inherited Members
Properties
BriefRepresentation
[QueryParameter("briefRepresentation")]
public bool? BriefRepresentation { get; set; }
Property Value
- bool?
Exact
[QueryParameter("exact")]
public bool? Exact { 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?
PopulateHierarchy
[QueryParameter("populateHierarchy")]
public bool? PopulateHierarchy { get; set; }
Property Value
- bool?
Q
[QueryParameter("q")]
public string? Q { get; set; }
Property Value
Search
[QueryParameter("search")]
public string? Search { get; set; }