Table of Contents

Class UserConsentRepresentation

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

ClientId

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

Property Value

string

CreatedDate

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

Property Value

long?

GrantedClientScopes

[JsonPropertyName("grantedClientScopes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? GrantedClientScopes { get; set; }

Property Value

ICollection<string>

GrantedRealmRoles

[JsonPropertyName("grantedRealmRoles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public ICollection<string>? GrantedRealmRoles { get; set; }

Property Value

ICollection<string>

LastUpdatedDate

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

Property Value

long?