Table of Contents

Class UpdateFlowsVaultConnectionRequestContent

Namespace
Auth0.ManagementApi.Flows.Vault
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateFlowsVaultConnectionRequestContent : IEquatable<UpdateFlowsVaultConnectionRequestContent>
Inheritance
UpdateFlowsVaultConnectionRequestContent
Implements
Inherited Members
Extension Methods

Properties

Name

Flows Vault Connection name.

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

Property Value

string

Setup

[JsonPropertyName("setup")]
public UpdateFlowsVaultConnectionSetup? Setup { get; set; }

Property Value

UpdateFlowsVaultConnectionSetup

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.