Table of Contents

Class GetTenantSettingsRequestParameters

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

Properties

Fields

Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.

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

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.