Table of Contents

Class ClientProfilesRepresentation

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

GlobalProfiles

[JsonPropertyName("globalProfiles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ClientProfileRepresentation>? GlobalProfiles { get; set; }

Property Value

ICollection<ClientProfileRepresentation>

Profiles

[JsonPropertyName("profiles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ClientProfileRepresentation>? Profiles { get; set; }

Property Value

ICollection<ClientProfileRepresentation>