Table of Contents

Class ListOrganizationClientGrantsRequestParameters

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

Properties

Audience

Optional filter on audience of the client grant.

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

Property Value

Optional<string>

ClientId

Optional filter on client_id of the client grant.

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

Property Value

Optional<string>

GrantIds

[JsonIgnore]
public IEnumerable<string?> GrantIds { get; set; }

Property Value

IEnumerable<string>

IncludeTotals

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

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

Property Value

Optional<bool?>

Page

Page index of the results to return. First page is 0.

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

Property Value

Optional<int?>

PerPage

Number of results per page. Defaults to 50.

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