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
Audience
Optional filter on audience.
[JsonIgnore]
public Optional<string?> Audience { get; set; }
Property Value
ClientId
Optional filter on client_id.
[JsonIgnore]
public Optional<string?> ClientId { get; set; }
Property Value
From
Optional Id from which to start selection.
[JsonIgnore]
public Optional<string?> From { get; set; }
Property Value
SubjectType
The type of application access the client grant allows.
[JsonIgnore]
public Optional<ClientGrantSubjectTypeEnum?> SubjectType { get; set; }
Property Value
Take
Number of results per page. Defaults to 50.
[JsonIgnore]
public Optional<int?> Take { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.