Table of Contents

Class UserBlockIdentifier

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Connection

Connection identifier

[JsonPropertyName("connection")]
public string? Connection { get; set; }

Property Value

string

Identifier

Identifier (should be any of an email, username, or phone_number)

[JsonPropertyName("identifier")]
public string? Identifier { get; set; }

Property Value

string

Ip

IP Address

[JsonPropertyName("ip")]
public string? Ip { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.