Table of Contents

Class FlowVaultConnectionCreateRequest

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

Properties

AppId

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

Property Value

string

Name

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

Property Value

string

Setup

[JsonProperty("setup")]
public dynamic Setup { get; set; }

Property Value

dynamic