Class GetConnectionProfileTemplateResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetConnectionProfileTemplateResponseContent : IJsonOnDeserialized, IEquatable<GetConnectionProfileTemplateResponseContent>
- Inheritance
-
GetConnectionProfileTemplateResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
DisplayName
The user-friendly name of the template displayed in the UI.
[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }
Property Value
Id
The id of the template.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Template
[JsonPropertyName("template")]
public ConnectionProfileTemplate? Template { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.