Class GetFlowsVaultConnectionResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetFlowsVaultConnectionResponseContent : IJsonOnDeserialized, IEquatable<GetFlowsVaultConnectionResponseContent>
- Inheritance
-
GetFlowsVaultConnectionResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AccountName
Flows Vault Connection custom account name.
[JsonPropertyName("account_name")]
public string? AccountName { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AppId
Flows Vault Connection app identifier.
[JsonPropertyName("app_id")]
public required string AppId { get; set; }
Property Value
CreatedAt
The ISO 8601 formatted date when this Flows Vault Connection was created.
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
Environment
Flows Vault Connection environment.
[JsonPropertyName("environment")]
public string? Environment { get; set; }
Property Value
Fingerprint
[JsonPropertyName("fingerprint")]
public required string Fingerprint { get; set; }
Property Value
Id
Flows Vault Connection identifier.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Name
Flows Vault Connection name.
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Ready
Whether the Flows Vault Connection is configured.
[JsonPropertyName("ready")]
public required bool Ready { get; set; }
Property Value
RefreshedAt
The ISO 8601 formatted date when this Flows Vault Connection was refreshed.
[JsonPropertyName("refreshed_at")]
public DateTime? RefreshedAt { get; set; }
Property Value
UpdatedAt
The ISO 8601 formatted date when this Flows Vault Connection was updated.
[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.