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
Description
Description of this attribute.
[JsonPropertyName("description")]
public required string Description { get; set; }
Property Value
IsOptional
Determines if this attribute is required
[JsonPropertyName("is_optional")]
public required bool IsOptional { get; set; }
Property Value
Name
Identifier of this attribute.
[JsonPropertyName("name")]
public required string Name { 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.