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
ExecutedAt
[JsonProperty("executed_at")]
public DateTime? ExecutedAt { get; set; }
Property Value
Id
format:flow-id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
UpdatedAt
[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }