Class FlowVaultConnectionGetRequest
- Namespace
- Auth0.ManagementApi.Models.Flow
- Assembly
- Auth0.ManagementApi.dll
Contains information required for getting FlowVaultConnection
public class FlowVaultConnectionGetRequest
- Inheritance
-
FlowVaultConnectionGetRequest
- Inherited Members
Properties
Id
Flow Vault Connection identifier, to be mentioned when we want to fetch a specific flow vault connection.
public string Id { get; set; }
Property Value
PaginationInfo
public PaginationInfo PaginationInfo { get; set; }