Table of Contents

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

AdditionalProperties

Ja3

JA3 fingerprint value.

[JsonPropertyName("ja3")]
public string? Ja3 { get; set; }

Property Value

string

Ja4

JA4 fingerprint value.

[JsonPropertyName("ja4")]
public string? Ja4 { 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.