Table of Contents

Class ListSynchronizedGroupsRequestParameters

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

Properties

From

Optional Id from which to start selection.

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

Property Value

Optional<string>

Q

Query in Lucene query string syntax. Only prefix search on "name" or "email" fields are allowed, with a single wildcard suffix. Operators, modifiers, and groupings are not allowed. Terms are treated as case-insensitive. Example query: "name:engineering*".

[JsonIgnore]
public Optional<string?> Q { 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.