Table of Contents

Class ChildrenRequestBuilder.ChildrenRequestBuilderGetQueryParameters

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Groups.Item.Children
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

Return a paginated list of subgroups that have a parent group corresponding to the group on the URL

public class ChildrenRequestBuilder.ChildrenRequestBuilderGetQueryParameters
Inheritance
ChildrenRequestBuilder.ChildrenRequestBuilderGetQueryParameters
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?