Table of Contents

Class SessionDeviceMetadata

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Metadata related to the device used in the session

[Serializable]
public record SessionDeviceMetadata : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<SessionDeviceMetadata>
Inheritance
SessionDeviceMetadata
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

InitialAsn

First autonomous system number associated with this session

[JsonPropertyName("initial_asn")]
public string? InitialAsn { get; set; }

Property Value

string

InitialIp

[JsonPropertyName("initial_ip")]
public Optional<string?> InitialIp { get; set; }

Property Value

Optional<string>

InitialUserAgent

First user agent of the device from which this user logged in

[JsonPropertyName("initial_user_agent")]
public string? InitialUserAgent { get; set; }

Property Value

string

LastAsn

Last autonomous system number from which this user logged in

[JsonPropertyName("last_asn")]
public string? LastAsn { get; set; }

Property Value

string

LastIp

[JsonPropertyName("last_ip")]
public Optional<string?> LastIp { get; set; }

Property Value

Optional<string>

LastUserAgent

Last user agent of the device from which this user logged in

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