Table of Contents

Class UserAttributeProfileTemplateItem

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UserAttributeProfileTemplateItem : IJsonOnDeserialized, IEquatable<UserAttributeProfileTemplateItem>
Inheritance
UserAttributeProfileTemplateItem
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 UserAttributeProfileTemplate? Template { get; set; }

Property Value

UserAttributeProfileTemplate

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.