Table of Contents

Class UpdateFlowsVaultConnectionResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateFlowsVaultConnectionResponseContent : IJsonOnDeserialized, IEquatable<UpdateFlowsVaultConnectionResponseContent>
Inheritance
UpdateFlowsVaultConnectionResponseContent
Implements
Inherited Members
Extension Methods

Properties

AccountName

Flows Vault Connection custom account name.

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

Property Value

string

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AppId

Flows Vault Connection app identifier.

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

Property Value

string

CreatedAt

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

[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }

Property Value

DateTime

Environment

Flows Vault Connection environment.

[JsonPropertyName("environment")]
public string? Environment { get; set; }

Property Value

string

Fingerprint

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

Property Value

string

Id

Flows Vault Connection identifier.

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

Property Value

string

Name

Flows Vault Connection name.

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

Property Value

string

Ready

Whether the Flows Vault Connection is configured.

[JsonPropertyName("ready")]
public required bool Ready { get; set; }

Property Value

bool

RefreshedAt

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

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

Property Value

DateTime?

UpdatedAt

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

[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { get; set; }

Property Value

DateTime

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.