Table of Contents

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

ReadOnlyAdditionalProperties

DisplayName

The user-friendly name of the template displayed in the UI.

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

Id

The id of the template.

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Template

[JsonPropertyName("template")]
public ConnectionProfileTemplate? Template { get; set; }

Property Value

ConnectionProfileTemplate

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.