Skip to content

WorkflowConnection

Defines a connection that can be used in a workflow definition to perform actions

Properties

Name Type Description Notes
name str
type str Type of the connection: PlatformJwt, ApiBearerToken, AwsCredentials, ApiCustomAuthentication, BsshOAuthV2 [optional]
host str For API based connections, the Host part of the API endpoint [optional]
host_validation_regex str Regex that hosts associated with this connection must meet (when host override by each run is allowed) [optional]
credentials str Credentials associated with the connection. Format depends on type of connection. [optional]
options str Comma separated list of options associated with the connection: CredentialsRequired, AllowCredentialsOverride, AutoDisableCredentialsAfterUse, AllowHostOverride [optional]
auto_disable_url str Relative URL (relative to Host) to call in order to disable the credentials [optional]
auto_disable_http_method str Http method to use to disable the credentials. Must be POST, PUT or DELETE [optional]

[Back to Model list] [Back to API list] [Back to README]