Class ClientTemplateRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
[Obsolete]
public class ClientTemplateRepresentation
- Inheritance
-
ClientTemplateRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Attributes
[JsonPropertyName("attributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Attributes { get; set; }
Property Value
- IDictionary<string, string>
BearerOnly
[JsonPropertyName("bearerOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BearerOnly { get; set; }
Property Value
- bool?
ConsentRequired
[JsonPropertyName("consentRequired")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ConsentRequired { get; set; }
Property Value
- bool?
Description
[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Description { get; set; }
Property Value
- string
DirectAccessGrantsEnabled
[JsonPropertyName("directAccessGrantsEnabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DirectAccessGrantsEnabled { get; set; }
Property Value
- bool?
FrontchannelLogout
[JsonPropertyName("frontchannelLogout")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? FrontchannelLogout { get; set; }
Property Value
- bool?
FullScopeAllowed
[JsonPropertyName("fullScopeAllowed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? FullScopeAllowed { get; set; }
Property Value
- bool?
Id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }
Property Value
- string
ImplicitFlowEnabled
[JsonPropertyName("implicitFlowEnabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ImplicitFlowEnabled { get; set; }
Property Value
- bool?
Name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
- string
Protocol
[JsonPropertyName("protocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Protocol { get; set; }
Property Value
- string
ProtocolMappers
[JsonPropertyName("protocolMappers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ProtocolMapperRepresentation>? ProtocolMappers { get; set; }
Property Value
- ICollection<ProtocolMapperRepresentation>
PublicClient
[JsonPropertyName("publicClient")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? PublicClient { get; set; }
Property Value
- bool?
ServiceAccountsEnabled
[JsonPropertyName("serviceAccountsEnabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ServiceAccountsEnabled { get; set; }
Property Value
- bool?
StandardFlowEnabled
[JsonPropertyName("standardFlowEnabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? StandardFlowEnabled { get; set; }
Property Value
- bool?