Class GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
Returns a stream of groups that have the specified role name
public class GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Inheritance
-
GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Inherited Members
Properties
BriefRepresentation
if false, return a full representation of the {@code GroupRepresentation} objects.
[QueryParameter("briefRepresentation")]
public bool? BriefRepresentation { get; set; }
Property Value
- bool?
First
first result to return. Ignored if negative or {@code null}.
[QueryParameter("first")]
public int? First { get; set; }
Property Value
- int?
Max
maximum number of results to return. Ignored if negative or {@code null}.
[QueryParameter("max")]
public int? Max { get; set; }
Property Value
- int?