Table of Contents

Class TenantSettingsMtls

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

mTLS configuration.

[Serializable]
public record TenantSettingsMtls : IJsonOnDeserialized, IEquatable<TenantSettingsMtls>
Inheritance
TenantSettingsMtls
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

EnableEndpointAliases

If true, enables mTLS endpoint aliases

[JsonPropertyName("enable_endpoint_aliases")]
public bool? EnableEndpointAliases { get; set; }

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.