interface DataSource {
    authenticationScheme?: AuthenticationSchemeReference;
    endpointUrl?: string;
    headers?: AuthorizationHeader[];
    name?: string;
    resourceUrl?: string;
    resultSelector?: string;
}

Properties

authenticationScheme?: AuthenticationSchemeReference
endpointUrl?: string
name?: string
resourceUrl?: string
resultSelector?: string