Class LogSecurityContext
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Information about security-related signals.
[Serializable]
public record LogSecurityContext : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<LogSecurityContext>
- Inheritance
-
LogSecurityContext
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Ja3
JA3 fingerprint value.
[JsonPropertyName("ja3")]
public string? Ja3 { get; set; }
Property Value
Ja4
JA4 fingerprint value.
[JsonPropertyName("ja4")]
public string? Ja4 { 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.