Table of Contents

Class ListClientGrantsRequestParameters

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

Properties

AllowAnyOrganization

Optional filter on allow_any_organization.

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

Property Value

Optional<bool?>

Audience

Optional filter on audience.

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

Property Value

Optional<string>

ClientId

Optional filter on client_id.

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

SubjectType

The type of application access the client grant allows.

[JsonIgnore]
public Optional<ClientGrantSubjectTypeEnum?> SubjectType { get; set; }

Property Value

Optional<ClientGrantSubjectTypeEnum?>

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.