Class AdminEventRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class AdminEventRepresentation
- Inheritance
-
AdminEventRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
AuthDetails
[JsonPropertyName("authDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthDetailsRepresentation? AuthDetails { get; set; }
Property Value
- AuthDetailsRepresentation
Error
[JsonPropertyName("error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Error { get; set; }
Property Value
- string
OperationType
[JsonPropertyName("operationType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? OperationType { get; set; }
Property Value
- string
RealmId
[JsonPropertyName("realmId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RealmId { get; set; }
Property Value
- string
Representation
[JsonPropertyName("representation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Representation { get; set; }
Property Value
- string
ResourcePath
[JsonPropertyName("resourcePath")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ResourcePath { get; set; }
Property Value
- string
ResourceType
[JsonPropertyName("resourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ResourceType { get; set; }
Property Value
- string
Time
[JsonPropertyName("time")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Time { get; set; }
Property Value
- long?