Table of Contents

Class SelfServiceProfileUserAttribute

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record SelfServiceProfileUserAttribute : IJsonOnDeserialized, IEquatable<SelfServiceProfileUserAttribute>
Inheritance
SelfServiceProfileUserAttribute
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Description

Description of this attribute.

[JsonPropertyName("description")]
public required string Description { get; set; }

Property Value

string

IsOptional

Determines if this attribute is required

[JsonPropertyName("is_optional")]
public required bool IsOptional { get; set; }

Property Value

bool

Name

Identifier of this attribute.

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.