Table of Contents

Class ListGroupsRequestParameters

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ListGroupsRequestParameters : IEquatable<ListGroupsRequestParameters>
Inheritance
ListGroupsRequestParameters
Implements
Inherited Members
Extension Methods

Properties

ConnectionId

Filter groups by connection ID.

[JsonIgnore]
public Optional<string?> ConnectionId { get; set; }

Property Value

Optional<string>

ExternalId

Filter groups by external ID.

[JsonIgnore]
public Optional<string?> ExternalId { get; set; }

Property Value

Optional<string>

Fields

A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields

[JsonIgnore]
public Optional<string?> Fields { get; set; }

Property Value

Optional<string>

From

Optional Id from which to start selection.

[JsonIgnore]
public Optional<string?> From { get; set; }

Property Value

Optional<string>

IncludeFields

Whether specified fields are to be included (true) or excluded (false).

[JsonIgnore]
public Optional<bool?> IncludeFields { get; set; }

Property Value

Optional<bool?>

Name

Filter groups by name.

[JsonIgnore]
public Optional<string?> Name { get; set; }

Property Value

Optional<string>

Take

Number of results per page. Defaults to 50.

[JsonIgnore]
public Optional<int?> Take { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.