UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

16 lines 582 B
import type { HTTPCallRequest } from './HTTPCallRequest'; export type HTTPCallActionInput = { /** * A key-value map of template variable names to Vault global identifiers. * */ template_variables: Record<string, string>; request: HTTPCallRequest; /** * Whether to include the response body in the action result. * Set as `false`, or use the default, to ensure any sensitive data in the response body isn't returned in the action result. * */ include_response_body?: boolean; }; //# sourceMappingURL=HTTPCallActionInput.d.ts.map