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
AppId
Flows Vault Connection app identifier.
[JsonProperty("app_id")]
public string AppId { get; set; }
Property Value
CreatedAt
The ISO 8601 formatted date when this Flows Vault Connection was created.
[JsonProperty("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
Fingerprint
[JsonProperty("fingerprint")]
public string Fingerprint { get; set; }
Property Value
Id
Flows Vault Connection identifier.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Name
Flows Vault Connection name.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
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
UpdatedAt
The ISO 8601 formatted date when this Flows Vault Connection was updated.
[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }