Table of Contents

Class Flow

Namespace
Auth0.ManagementApi.Models.Flow
Assembly
Auth0.ManagementApi.dll

Represents a Flow

public class Flow
Inheritance
Flow
Inherited Members

Properties

Actions

[JsonProperty("actions")]
public dynamic Actions { get; set; }

Property Value

dynamic

CreatedAt

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

Property Value

DateTime?

ExecutedAt

[JsonProperty("executed_at")]
public DateTime? ExecutedAt { get; set; }

Property Value

DateTime?

Id

format:flow-id

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

Property Value

string

Name

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

Property Value

string

UpdatedAt

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

Property Value

DateTime?