Table of Contents

Class UserAttribute

Namespace
Auth0.ManagementApi.Models.SelfServiceProfiles
Assembly
Auth0.ManagementApi.dll

Attribute to be mapped that will be shown to the user during the SS-SSO workflow.

public class UserAttribute
Inheritance
UserAttribute
Inherited Members

Properties

Description

Description of this attribute

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

Property Value

string

IsOptional

Determines if the attribute is required.

[JsonProperty("is_optional")]
public bool? IsOptional { get; set; }

Property Value

bool?

Name

Identifier of this attribute.

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

Property Value

string