GoogleCloudApihubV1ConfigTemplate
import type { GoogleCloudApihubV1ConfigTemplate } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
ConfigTemplate represents the configuration template for a plugin.
interface GoogleCloudApihubV1ConfigTemplate {
additionalConfigTemplate?: GoogleCloudApihubV1ConfigVariableTemplate[];
authConfigTemplate?: GoogleCloudApihubV1AuthConfigTemplate;
}§Properties
§
additionalConfigTemplate?: GoogleCloudApihubV1ConfigVariableTemplate[]
[src]Optional. The list of additional configuration variables for the plugin's configuration.
§
authConfigTemplate?: GoogleCloudApihubV1AuthConfigTemplate
[src]Optional. The authentication template for the plugin.