Table of Contents

Class SelfServiceProfile

Namespace
Auth0.ManagementApi.Models.SelfServiceProfiles
Assembly
Auth0.ManagementApi.dll
public class SelfServiceProfile : SelfServiceProfileBase
Inheritance
SelfServiceProfile
Inherited Members

Properties

CreatedAt

The time when this self-service Profile was created.

[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

Id

The unique ID of the self-service profile.

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

Property Value

string

UpdatedAt

The time when this self-service Profile was updated.

[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }

Property Value

DateTime