Table of Contents

Class UpdateCustomDomainRequestContent

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

Properties

CustomClientIpHeader

[JsonPropertyName("custom_client_ip_header")]
public Optional<CustomDomainCustomClientIpHeaderEnum?> CustomClientIpHeader { get; set; }

Property Value

Optional<CustomDomainCustomClientIpHeaderEnum?>

DomainMetadata

[JsonPropertyName("domain_metadata")]
public Dictionary<string, string?>? DomainMetadata { get; set; }

Property Value

Dictionary<string, string>

RelyingPartyIdentifier

Relying Party ID (rpId) to be used for Passkeys on this custom domain. Set to null to remove the rpId and fall back to using the full domain.

[JsonPropertyName("relying_party_identifier")]
public Optional<string?> RelyingPartyIdentifier { get; set; }

Property Value

Optional<string>

TlsPolicy

recommended includes TLS 1.2

[JsonPropertyName("tls_policy")]
public CustomDomainTlsPolicyEnum? TlsPolicy { get; set; }

Property Value

CustomDomainTlsPolicyEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.