Table of Contents

Class UserSessionRepresentation

Namespace
Keycloak.AuthServices.Sdk.Admin.Models
Assembly
Keycloak.AuthServices.Sdk.dll
public class UserSessionRepresentation
Inheritance
UserSessionRepresentation
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Clients

[JsonPropertyName("clients")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Clients { get; set; }

Property Value

IDictionary<string, string>

Id

[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }

Property Value

string

IpAddress

[JsonPropertyName("ipAddress")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? IpAddress { get; set; }

Property Value

string

LastAccess

[JsonPropertyName("lastAccess")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? LastAccess { get; set; }

Property Value

long?

RememberMe

[JsonPropertyName("rememberMe")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? RememberMe { get; set; }

Property Value

bool?

Start

[JsonPropertyName("start")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Start { get; set; }

Property Value

long?

UserId

[JsonPropertyName("userId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? UserId { get; set; }

Property Value

string

Username

[JsonPropertyName("username")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Username { get; set; }

Property Value

string