Table of Contents

Class FlowActionEmailVerifyEmailParamsRules

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Allowlist

[JsonPropertyName("allowlist")]
public IEnumerable<string>? Allowlist { get; set; }

Property Value

IEnumerable<string>

BlockAliases

[JsonPropertyName("block_aliases")]
public bool? BlockAliases { get; set; }

Property Value

bool?

BlockDisposableEmails

[JsonPropertyName("block_disposable_emails")]
public bool? BlockDisposableEmails { get; set; }

Property Value

bool?

BlockFreeEmails

[JsonPropertyName("block_free_emails")]
public bool? BlockFreeEmails { get; set; }

Property Value

bool?

Blocklist

[JsonPropertyName("blocklist")]
public IEnumerable<string>? Blocklist { get; set; }

Property Value

IEnumerable<string>

RequireMxRecord

[JsonPropertyName("require_mx_record")]
public bool? RequireMxRecord { 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.