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
Connection
Connection identifier
[JsonPropertyName("connection")]
public string? Connection { get; set; }
Property Value
Identifier
Identifier (should be any of an email, username, or phone_number)
[JsonPropertyName("identifier")]
public string? Identifier { get; set; }
Property Value
Ip
IP Address
[JsonPropertyName("ip")]
public string? Ip { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.