Class Log
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record Log : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<Log>
- Inheritance
-
Log
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Audience
API audience the event applies to.
[JsonPropertyName("audience")]
public string? Audience { get; set; }
Property Value
ClientId
ID of the client (application).
[JsonPropertyName("client_id")]
public string? ClientId { get; set; }
Property Value
ClientName
Name of the client (application).
[JsonPropertyName("client_name")]
public string? ClientName { get; set; }
Property Value
Connection
Name of the connection the event relates to.
[JsonPropertyName("connection")]
public string? Connection { get; set; }
Property Value
ConnectionId
ID of the connection the event relates to.
[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }
Property Value
Date
[JsonPropertyName("date")]
public LogDate? Date { get; set; }
Property Value
Description
Description of this event.
[JsonPropertyName("description")]
public Optional<string?> Description { get; set; }
Property Value
Details
[JsonPropertyName("details")]
public Dictionary<string, object?>? Details { get; set; }
Property Value
Hostname
Hostname the event applies to.
[JsonPropertyName("hostname")]
public string? Hostname { get; set; }
Property Value
Ip
IP address of the log event source.
[JsonPropertyName("ip")]
public string? Ip { get; set; }
Property Value
IsMobile
Whether the client was a mobile device (true) or desktop/laptop/server (false).
[JsonPropertyName("isMobile")]
public bool? IsMobile { get; set; }
Property Value
- bool?
LocationInfo
[JsonPropertyName("location_info")]
public LogLocationInfo? LocationInfo { get; set; }
Property Value
LogId
Unique ID of the event.
[JsonPropertyName("log_id")]
public string? LogId { get; set; }
Property Value
Scope
Scope permissions applied to the event.
[JsonPropertyName("scope")]
public string? Scope { get; set; }
Property Value
SecurityContext
[JsonPropertyName("security_context")]
public LogSecurityContext? SecurityContext { get; set; }
Property Value
Strategy
Name of the strategy involved in the event.
[JsonPropertyName("strategy")]
public string? Strategy { get; set; }
Property Value
StrategyType
Type of strategy involved in the event.
[JsonPropertyName("strategy_type")]
public string? StrategyType { get; set; }
Property Value
Type
Type of event.
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
UserAgent
User agent string from the client device that caused the event.
[JsonPropertyName("user_agent")]
public string? UserAgent { get; set; }
Property Value
UserId
ID of the user involved in the event.
[JsonPropertyName("user_id")]
public string? UserId { get; set; }
Property Value
UserName
Name of the user involved in the event.
[JsonPropertyName("user_name")]
public string? UserName { 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.