Table of Contents

Class FlowVaultConnection

Namespace
Auth0.ManagementApi.Models.Flow
Assembly
Auth0.ManagementApi.dll
public class FlowVaultConnection
Inheritance
FlowVaultConnection
Inherited Members

Properties

AccountName

Flows Vault Connection custom account name.

[JsonProperty("account_name")]
public string AccountName { get; set; }

Property Value

string

AppId

Flows Vault Connection app identifier.

[JsonProperty("app_id")]
public string AppId { get; set; }

Property Value

string

CreatedAt

The ISO 8601 formatted date when this Flows Vault Connection was created.

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

Property Value

DateTime?

Fingerprint

[JsonProperty("fingerprint")]
public string Fingerprint { get; set; }

Property Value

string

Id

Flows Vault Connection identifier.

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

Property Value

string

Name

Flows Vault Connection name.

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

Property Value

string

Ready

Whether the Flows Vault Connection is configured.

[JsonProperty("ready")]
public bool? Ready { get; set; }

Property Value

bool?

RefreshedAt

The ISO 8601 formatted date when this Flows Vault Connection was refreshed.

[JsonProperty("refreshed_at")]
public DateTime? RefreshedAt { get; set; }

Property Value

DateTime?

UpdatedAt

The ISO 8601 formatted date when this Flows Vault Connection was updated.

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

Property Value

DateTime?