IApiFlowOptions Interface

Definition

[System.ComponentModel.TypeConverter(typeof(ADT.Models.ApiFlowOptionsTypeConverter))]
public interface IApiFlowOptions : ADT.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ApiFlowOptionsTypeConverter))>]
type IApiFlowOptions = interface
    interface IJsonSerializable
Public Interface IApiFlowOptions
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ApiMode

Remote Calling Mode in the Azure Data Transfer API Flow, which describes how the API Flow will be invoked

AudienceOverride

Optional field to override the audience of the remote endpoint

Cname

Unique CNAME to represent the Azure Data Transfer API Flow instance

IdentityTranslation

Flag for if Azure Data Transfer API Flow should extract the user token

RemoteCallingModeClientId

Remote stub app registration Client ID

RemoteEndpoint

Remote host to which communication needs to be made

SenderClientId

Sender's app user assigned Manage Identity client ID

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to