Gcp/integrations
@swamp/gcp/integrationsv2026.07.21.2
01README
Google Cloud integrations infrastructure models
02Release Notes
- Updated: authconfigs, certificates, connections, connections_runtimeactionschemas, connections_runtimeentityschemas, integrations, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_certificates, products_integrations, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, products_sfdcinstances, products_sfdcinstances_sfdcchannels, sfdcinstances, sfdcinstances_sfdcchannels, templates
03Models
@swamp/gcp/integrations/authconfigsv2026.07.21.2authconfigs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| certificateId? | string | Certificate id for client certificate |
| creatorEmail? | string | The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| credentialType? | enum | Required. Credential type of the encrypted credential. |
| decryptedCredential? | object | Raw auth credentials. |
| description? | string | Optional. A description of the auth config. |
| displayName? | string | Required. The name of the auth config. |
| encryptedCredential? | string | Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key. |
| expiryNotificationDuration? | array | Optional. User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours. |
| lastModifierEmail? | string | The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| name? | string | Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}. |
| overrideValidTime? | string | Optional. User provided expiry time to override. For the example of Salesforce, username/password credentials can be valid for 6 months depending on the instance settings. |
| validTime? | string | Optional. The time until the auth config is valid. Empty or max value is considered the auth config won't expire. |
| visibility? | enum | Optional. The visibility of the auth config. |
| clientCertificate_encryptedPrivateKey? | string | The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNy |
| clientCertificate_passphrase? | string | 'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. |
| clientCertificate_sslCertificate? | string | The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNy |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a authConfigs
fn get(identifier: string)
Get a authConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the authConfigs |
fn update(identifier?: string)
Update authConfigs attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific authConfigs by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the authConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the authConfigs |
fn sync(identifier?: string)
Sync authConfigs state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific authConfigs by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List authConfigs resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the AuthConfig's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The AuthConfig resource use to hold channels and connection config data.
@swamp/gcp/integrations/certificatesv2026.07.21.2certificates.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| certificateStatus? | enum | Status of the certificate |
| credentialId? | string | Immutable. Credential id that will be used to register with trawler |
| description? | string | Description of the certificate |
| displayName? | string | Required. Name of the certificate |
| rawCertificate? | object | Input only. Raw client certificate which would be registered with trawler |
| requestorId? | string | Immutable. Requestor ID to be used to register certificate with trawler |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a certificates
fn get(identifier: string)
Get a certificates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the certificates |
fn update(identifier?: string)
Update certificates attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific certificates by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the certificates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the certificates |
fn sync(identifier?: string)
Sync certificates state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific certificates by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List certificates resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the Certificate's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The certificate definition
@swamp/gcp/integrations/connectionsv2026.07.21.2connections.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a connections
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connections |
fn sync(identifier?: string)
Sync connections state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific connections by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List connections resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filter. |
| orderBy? | string | Order by parameters. |
| pageSize? | number | Page size. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn get_connection_schema_metadata()
get connection schema metadata
Resources
state(infinite)— Connection represents an instance of connector.
@swamp/gcp/integrations/connections-runtimeactionschemasv2026.07.21.2connections_runtimeactionschemas.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a runtimeActionSchemas
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the runtimeActionSchemas |
fn sync(identifier?: string)
Sync runtimeActionSchemas state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific runtimeActionSchemas by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, maxPages?: number)
List runtimeActionSchemas resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filter. Only the action field with literal equality operator is supported. |
| pageSize? | number | Page size. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Metadata of an action, including schemas for its inputs and outputs.
@swamp/gcp/integrations/connections-runtimeentityschemasv2026.07.21.2connections_runtimeentityschemas.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a runtimeEntitySchemas
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the runtimeEntitySchemas |
fn sync(identifier?: string)
Sync runtimeEntitySchemas state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific runtimeEntitySchemas by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, maxPages?: number)
List runtimeEntitySchemas resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filter. Only the entity field with literal equality operator is supported. |
| pageSize? | number | Page size. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Metadata of an entity, including a schema for its properties.
@swamp/gcp/integrations/integrationsv2026.07.21.2integrations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a integrations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the integrations |
fn delete(identifier: string)
Delete the integrations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the integrations |
fn sync(identifier?: string)
Sync integrations state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific integrations by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List integrations resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\\"1\\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like `task_config`. |
| orderBy? | string | The results would be returned in order you specified here. Supported sort keys are: Descending sort order by "last_modified_time", "created_time", "snapshot_number". Ascending sort order by the integration name. |
| pageSize? | number | The page size for the resquest. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn execute(doNotPropagateError?: any, executionId?: any, inputParameters?: any, parameterEntries?: any, parameters?: any, requestId?: any, triggerId?: any)
execute
| Argument | Type | Description |
|---|---|---|
| doNotPropagateError? | any | |
| executionId? | any | |
| inputParameters? | any | |
| parameterEntries? | any | |
| parameters? | any | |
| requestId? | any | |
| triggerId? | any |
fn execute_event()
execute event
fn schedule(inputParameters?: any, parameterEntries?: any, parameters?: any, requestId?: any, scheduleTime?: any, triggerId?: any, userGeneratedExecutionId?: any)
schedule
| Argument | Type | Description |
|---|---|---|
| inputParameters? | any | |
| parameterEntries? | any | |
| parameters? | any | |
| requestId? | any | |
| scheduleTime? | any | |
| triggerId? | any | |
| userGeneratedExecutionId? | any |
fn search()
search
fn test(clientId?: any, configParameters?: any, deadlineSecondsTime?: any, inputParameters?: any, integrationVersion?: any, parameters?: any, testMode?: any, triggerId?: any)
test
| Argument | Type | Description |
|---|---|---|
| clientId? | any | |
| configParameters? | any | |
| deadlineSecondsTime? | any | |
| inputParameters? | any | |
| integrationVersion? | any | |
| parameters? | any | |
| testMode? | any | |
| triggerId? | any |
Resources
state(infinite)— The integration definition.
@swamp/gcp/integrations/integrations-executionsv2026.07.21.2integrations_executions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a executions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the executions |
fn sync(identifier?: string)
Sync executions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific executions by name (e.g. one discovered by list) |
fn list(filter?: string, filterParams_customFilter?: string, filterParams_endTime?: string, filterParams_eventStatuses?: string, filterParams_executionId?: string, filterParams_parameterPairKey?: string, filterParams_parameterPairValue?: string, filterParams_parameterType?: string, filterParams_startTime?: string, filterParams_workflowName?: string, orderBy?: string, pageSize?: number, readMask?: string, refreshAcl?: boolean, snapshotMetadataWithoutParams?: boolean, maxPages?: number)
List executions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Standard filter field, we support filtering on following fields: workflow_name: the name of the integration. CreateTimestamp: the execution created time. event_execution_state: the state of the executions. execution_id: the id of the execution. trigger_id: the id of the trigger. parameter_type: the type of the parameters involved in the execution. All fields support for EQUALS, in additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType support for HAS For example: |
| filterParams_customFilter? | string | Optional user-provided custom filter. |
| filterParams_endTime? | string | End timestamp. |
| filterParams_eventStatuses? | string | List of possible event statuses. |
| filterParams_executionId? | string | Execution id. |
| filterParams_parameterPairKey? | string | Param key in the key value pair filter. |
| filterParams_parameterPairValue? | string | Param value in the key value pair filter. |
| filterParams_parameterType? | string | Param type. |
| filterParams_startTime? | string | Start timestamp. |
| filterParams_workflowName? | string | Workflow name. |
| orderBy? | string | Optional. The results would be returned in order you specified here. Currently supporting "create_time". |
| pageSize? | number | Optional. The size of entries in the response. |
| readMask? | string | Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in Execution will be filled and returned. Supported fields: trigger_id execution_method create_time update_time execution_details execution_details.state execution_details.execution_snapshots execution_details.attempt_stats execution_details.event_execution_snapshots_size request_parameters cloud_logging_details snapshot_number replay_info |
| refreshAcl? | boolean | Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency. |
| snapshotMetadataWithoutParams? | boolean | Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn cancel(cancelReason?: any)
cancel
| Argument | Type | Description |
|---|---|---|
| cancelReason? | any |
fn download()
download
fn replay(modifiedParameters?: any, replayMode?: any, replayReason?: any, updateMask?: any)
replay
| Argument | Type | Description |
|---|---|---|
| modifiedParameters? | any | |
| replayMode? | any | |
| replayReason? | any | |
| updateMask? | any |
Resources
state(infinite)— The Execution resource contains detailed information of an individual integra...
@swamp/gcp/integrations/integrations-executions-suspensionsv2026.07.21.2integrations_executions_suspensions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a suspensions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the suspensions |
fn sync(identifier?: string)
Sync suspensions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific suspensions by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List suspensions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Standard filter field. |
| orderBy? | string | Field name to order by. |
| pageSize? | number | Maximum number of entries in the response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn lift(suspensionResult?: any)
lift
| Argument | Type | Description |
|---|---|---|
| suspensionResult? | any |
fn resolve(suspension?: any)
resolve
| Argument | Type | Description |
|---|---|---|
| suspension? | any |
Resources
state(infinite)— A record representing a suspension.
@swamp/gcp/integrations/integrations-versionsv2026.07.21.2integrations_versions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| cloudKmsKey? | string | Optional. Cloud KMS resource name for the CMEK encryption key. |
| cloudLoggingDetails? | object | Optional. Cloud Logging details for the integration version |
| createdFromTemplate? | string | Optional. Optional. The resource name of the template from which the integration is created. |
| databasePersistencePolicy? | enum | Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index. |
| description? | string | Optional. The integration description. |
| enableVariableMasking? | boolean | Optional. True if variable masking feature should be turned on for this version |
| errorCatcherConfigs? | array | Optional. Error Catch Task configuration for the integration. It's optional. |
| integrationConfigParameters? | array | Optional. Config Parameters that are expected to be passed to the integration when an integration is published. This consists of all the parameters that are expected to provide configuration in the integration execution. This gives the user the ability to provide default values, value, add information like connection url, project based configuration value and also provide data types of each parameter. |
| integrationParameters? | array | Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter. |
| integrationParametersInternal? | object | Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter. |
| lastModifierEmail? | string | Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| lockHolder? | string | Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| parentTemplateId? | string | Optional. The id of the template which was used to create this integration_version. |
| runAsServiceAccount? | string | Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task. |
| taskConfigs? | array | Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs. |
| teardown? | object | Optional. Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code. |
| triggerConfigs? | array | Optional. Trigger configurations. |
| userLabel? | string | Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created. |
| createSampleIntegrations? | string | Optional. Optional. Indicates if sample workflow should be created. |
| newIntegration? | string | Set this flag to true, if draft version is to be created for a brand new integration. False, if the request is for an existing integration. For backward compatibility reasons, even if this flag is set to `false` and no existing integration is found, a new draft integration will still be created. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a versions
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a versions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the versions |
fn update(identifier?: string, waitForReady?: boolean)
Update versions attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific versions by name (e.g. one discovered by list) |
| waitForReady? | boolean | Wait for the resource to reach a ready state after update (default: true) |
fn delete(identifier: string)
Delete the versions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the versions |
fn sync(identifier?: string)
Sync versions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific versions by name (e.g. one discovered by list) |
fn list(fieldMask?: string, filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List versions resources
| Argument | Type | Description |
|---|---|---|
| fieldMask? | string | The field mask which specifies the particular data to be returned. |
| filter? | string | Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\\"1\\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like `task_config`. |
| orderBy? | string | The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last\\_modified\\_time", "created\\_time", and "snapshot\\_number". Ascending sort order for `name`. |
| pageSize? | number | The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn download()
download
fn download_json_package()
download json package
fn publish(configParameters?: any)
publish
| Argument | Type | Description |
|---|---|---|
| configParameters? | any |
fn test(clientId?: any, configParameters?: any, deadlineSecondsTime?: any, inputParameters?: any, integrationVersion?: any, parameters?: any, testMode?: any, triggerId?: any)
test
| Argument | Type | Description |
|---|---|---|
| clientId? | any | |
| configParameters? | any | |
| deadlineSecondsTime? | any | |
| inputParameters? | any | |
| integrationVersion? | any | |
| parameters? | any | |
| testMode? | any | |
| triggerId? | any |
fn unpublish()
unpublish
fn upload(content?: any, fileFormat?: any)
upload
| Argument | Type | Description |
|---|---|---|
| content? | any | |
| fileFormat? | any |
Resources
state(infinite)— The integration version definition.
@swamp/gcp/integrations/integrations-versions-testcasesv2026.07.21.2integrations_versions_testcases.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| createTime? | string | Auto-generated. |
| creatorEmail? | string | Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| databasePersistencePolicy? | enum | Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index.. |
| description? | string | Optional. Description of the test case. |
| displayName? | string | Required. The display name of test case. |
| lastModifierEmail? | string | The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| lockHolderEmail? | string | Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| testInputParameters? | array | Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables. |
| testTaskConfigs? | array | Optional. However, the test case doesn't mock or assert anything without test_task_configs. |
| triggerConfig? | object | Optional. Auto-generated. |
| triggerId? | string | Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case |
| updateTime? | string | Auto-generated. |
| testCaseId? | string | Required. Required |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a testCases
fn get(identifier: string)
Get a testCases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the testCases |
fn update(identifier?: string)
Update testCases attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific testCases by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the testCases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the testCases |
fn sync(identifier?: string)
Sync testCases state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific testCases by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, readMask?: string, maxPages?: number)
List testCases resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Standard filter field. Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| orderBy? | string | Optional. The results would be returned in order specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time". Ascending sort order for "name". |
| pageSize? | number | Optional. The maximum number of test cases to return. The service may return fewer than this value. If unspecified, at most 100 test cases will be returned. |
| readMask? | string | Optional. The mask which specifies fields that need to be returned in the TestCases's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn download()
download
fn execute()
execute
fn execute_test(inputParameters?: any)
execute test
| Argument | Type | Description |
|---|---|---|
| inputParameters? | any |
fn takeover_edit_lock()
takeover edit lock
fn upload(content?: any, fileFormat?: any)
upload
| Argument | Type | Description |
|---|---|---|
| content? | any | |
| fileFormat? | any |
Resources
state(infinite)— Defines the functional test case for Application Integration. Next available ...
@swamp/gcp/integrations/products-authconfigsv2026.07.21.2products_authconfigs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| certificateId? | string | Certificate id for client certificate |
| creatorEmail? | string | The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| credentialType? | enum | Required. Credential type of the encrypted credential. |
| decryptedCredential? | object | Raw auth credentials. |
| description? | string | Optional. A description of the auth config. |
| displayName? | string | Required. The name of the auth config. |
| encryptedCredential? | string | Auth credential encrypted by Cloud KMS. Can be decrypted as Credential with proper KMS key. |
| expiryNotificationDuration? | array | Optional. User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours. |
| lastModifierEmail? | string | The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| name? | string | Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}. |
| overrideValidTime? | string | Optional. User provided expiry time to override. For the example of Salesforce, username/password credentials can be valid for 6 months depending on the instance settings. |
| validTime? | string | Optional. The time until the auth config is valid. Empty or max value is considered the auth config won't expire. |
| visibility? | enum | Optional. The visibility of the auth config. |
| clientCertificate_encryptedPrivateKey? | string | The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNy |
| clientCertificate_passphrase? | string | 'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. |
| clientCertificate_sslCertificate? | string | The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNy |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a authConfigs
fn get(identifier: string)
Get a authConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the authConfigs |
fn update(identifier?: string)
Update authConfigs attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific authConfigs by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the authConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the authConfigs |
fn sync(identifier?: string)
Sync authConfigs state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific authConfigs by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List authConfigs resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the AuthConfig's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The AuthConfig resource use to hold channels and connection config data.
@swamp/gcp/integrations/products-certificatesv2026.07.21.2products_certificates.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| certificateStatus? | enum | Status of the certificate |
| credentialId? | string | Immutable. Credential id that will be used to register with trawler |
| description? | string | Description of the certificate |
| displayName? | string | Required. Name of the certificate |
| rawCertificate? | object | Input only. Raw client certificate which would be registered with trawler |
| requestorId? | string | Immutable. Requestor ID to be used to register certificate with trawler |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a certificates
fn get(identifier: string)
Get a certificates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the certificates |
fn update(identifier?: string)
Update certificates attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific certificates by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the certificates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the certificates |
fn sync(identifier?: string)
Sync certificates state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific certificates by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List certificates resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the Certificate's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The certificate definition
@swamp/gcp/integrations/products-integrationsv2026.07.21.2products_integrations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a integrations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the integrations |
fn sync(identifier?: string)
Sync integrations state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific integrations by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List integrations resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\\"1\\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like `task_config`. |
| orderBy? | string | The results would be returned in order you specified here. Supported sort keys are: Descending sort order by "last_modified_time", "created_time", "snapshot_number". Ascending sort order by the integration name. |
| pageSize? | number | The page size for the resquest. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn execute(doNotPropagateError?: any, executionId?: any, inputParameters?: any, parameterEntries?: any, parameters?: any, requestId?: any, triggerId?: any)
execute
| Argument | Type | Description |
|---|---|---|
| doNotPropagateError? | any | |
| executionId? | any | |
| inputParameters? | any | |
| parameterEntries? | any | |
| parameters? | any | |
| requestId? | any | |
| triggerId? | any |
fn schedule(inputParameters?: any, parameterEntries?: any, parameters?: any, requestId?: any, scheduleTime?: any, triggerId?: any, userGeneratedExecutionId?: any)
schedule
| Argument | Type | Description |
|---|---|---|
| inputParameters? | any | |
| parameterEntries? | any | |
| parameters? | any | |
| requestId? | any | |
| scheduleTime? | any | |
| triggerId? | any | |
| userGeneratedExecutionId? | any |
fn test(clientId?: any, configParameters?: any, deadlineSecondsTime?: any, inputParameters?: any, integrationVersion?: any, parameters?: any, testMode?: any, triggerId?: any)
test
| Argument | Type | Description |
|---|---|---|
| clientId? | any | |
| configParameters? | any | |
| deadlineSecondsTime? | any | |
| inputParameters? | any | |
| integrationVersion? | any | |
| parameters? | any | |
| testMode? | any | |
| triggerId? | any |
Resources
state(infinite)— The integration definition.
@swamp/gcp/integrations/products-integrations-executionsv2026.07.21.2products_integrations_executions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a executions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the executions |
fn sync(identifier?: string)
Sync executions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific executions by name (e.g. one discovered by list) |
fn list(filter?: string, filterParams_customFilter?: string, filterParams_endTime?: string, filterParams_eventStatuses?: string, filterParams_executionId?: string, filterParams_parameterPairKey?: string, filterParams_parameterPairValue?: string, filterParams_parameterType?: string, filterParams_startTime?: string, filterParams_workflowName?: string, orderBy?: string, pageSize?: number, readMask?: string, refreshAcl?: boolean, snapshotMetadataWithoutParams?: boolean, maxPages?: number)
List executions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Standard filter field, we support filtering on following fields: workflow_name: the name of the integration. CreateTimestamp: the execution created time. event_execution_state: the state of the executions. execution_id: the id of the execution. trigger_id: the id of the trigger. parameter_type: the type of the parameters involved in the execution. All fields support for EQUALS, in additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType support for HAS For example: |
| filterParams_customFilter? | string | Optional user-provided custom filter. |
| filterParams_endTime? | string | End timestamp. |
| filterParams_eventStatuses? | string | List of possible event statuses. |
| filterParams_executionId? | string | Execution id. |
| filterParams_parameterPairKey? | string | Param key in the key value pair filter. |
| filterParams_parameterPairValue? | string | Param value in the key value pair filter. |
| filterParams_parameterType? | string | Param type. |
| filterParams_startTime? | string | Start timestamp. |
| filterParams_workflowName? | string | Workflow name. |
| orderBy? | string | Optional. The results would be returned in order you specified here. Currently supporting "create_time". |
| pageSize? | number | Optional. The size of entries in the response. |
| readMask? | string | Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in Execution will be filled and returned. Supported fields: trigger_id execution_method create_time update_time execution_details execution_details.state execution_details.execution_snapshots execution_details.attempt_stats execution_details.event_execution_snapshots_size request_parameters cloud_logging_details snapshot_number replay_info |
| refreshAcl? | boolean | Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency. |
| snapshotMetadataWithoutParams? | boolean | Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn download()
download
Resources
state(infinite)— The Execution resource contains detailed information of an individual integra...
@swamp/gcp/integrations/products-integrations-executions-suspensionsv2026.07.21.2products_integrations_executions_suspensions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a suspensions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the suspensions |
fn sync(identifier?: string)
Sync suspensions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific suspensions by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List suspensions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Standard filter field. |
| orderBy? | string | Field name to order by. |
| pageSize? | number | Maximum number of entries in the response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn lift(suspensionResult?: any)
lift
| Argument | Type | Description |
|---|---|---|
| suspensionResult? | any |
fn resolve(suspension?: any)
resolve
| Argument | Type | Description |
|---|---|---|
| suspension? | any |
Resources
state(infinite)— A record representing a suspension.
@swamp/gcp/integrations/products-integrations-versionsv2026.07.21.2products_integrations_versions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| cloudKmsKey? | string | Optional. Cloud KMS resource name for the CMEK encryption key. |
| cloudLoggingDetails? | object | Optional. Cloud Logging details for the integration version |
| createdFromTemplate? | string | Optional. Optional. The resource name of the template from which the integration is created. |
| databasePersistencePolicy? | enum | Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index. |
| description? | string | Optional. The integration description. |
| enableVariableMasking? | boolean | Optional. True if variable masking feature should be turned on for this version |
| errorCatcherConfigs? | array | Optional. Error Catch Task configuration for the integration. It's optional. |
| integrationConfigParameters? | array | Optional. Config Parameters that are expected to be passed to the integration when an integration is published. This consists of all the parameters that are expected to provide configuration in the integration execution. This gives the user the ability to provide default values, value, add information like connection url, project based configuration value and also provide data types of each parameter. |
| integrationParameters? | array | Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter. |
| integrationParametersInternal? | object | Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter. |
| lastModifierEmail? | string | Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| lockHolder? | string | Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
| parentTemplateId? | string | Optional. The id of the template which was used to create this integration_version. |
| runAsServiceAccount? | string | Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task. |
| taskConfigs? | array | Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs. |
| teardown? | object | Optional. Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code. |
| triggerConfigs? | array | Optional. Trigger configurations. |
| userLabel? | string | Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created. |
| createSampleIntegrations? | string | Optional. Optional. Indicates if sample workflow should be created. |
| newIntegration? | string | Set this flag to true, if draft version is to be created for a brand new integration. False, if the request is for an existing integration. For backward compatibility reasons, even if this flag is set to `false` and no existing integration is found, a new draft integration will still be created. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a versions
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a versions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the versions |
fn update(identifier?: string, waitForReady?: boolean)
Update versions attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific versions by name (e.g. one discovered by list) |
| waitForReady? | boolean | Wait for the resource to reach a ready state after update (default: true) |
fn delete(identifier: string)
Delete the versions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the versions |
fn sync(identifier?: string)
Sync versions state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific versions by name (e.g. one discovered by list) |
fn list(fieldMask?: string, filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List versions resources
| Argument | Type | Description |
|---|---|---|
| fieldMask? | string | The field mask which specifies the particular data to be returned. |
| filter? | string | Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\\"1\\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like `task_config`. |
| orderBy? | string | The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last\\_modified\\_time", "created\\_time", and "snapshot\\_number". Ascending sort order for `name`. |
| pageSize? | number | The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn download()
download
fn publish(configParameters?: any)
publish
| Argument | Type | Description |
|---|---|---|
| configParameters? | any |
fn takeover_edit_lock()
takeover edit lock
fn unpublish()
unpublish
fn upload(content?: any, fileFormat?: any)
upload
| Argument | Type | Description |
|---|---|---|
| content? | any | |
| fileFormat? | any |
Resources
state(infinite)— The integration version definition.
@swamp/gcp/integrations/products-sfdcinstancesv2026.07.21.2products_sfdcinstances.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| authConfigId? | array | A list of AuthConfigs that can be tried to open the channel to SFDC |
| description? | string | Optional. A description of the sfdc instance. |
| displayName? | string | Optional. User selected unique name/alias to easily reference an instance. |
| name? | string | Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}. |
| serviceAuthority? | string | Optional. URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig). |
| sfdcOrgId? | string | The SFDC Org Id. This is defined in salesforce. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a sfdcInstances
fn get(identifier: string)
Get a sfdcInstances
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcInstances |
fn update(identifier?: string)
Update sfdcInstances attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcInstances by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the sfdcInstances
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcInstances |
fn sync(identifier?: string)
Sync sfdcInstances state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcInstances by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List sfdcInstances resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the SfdcInstance's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The SfdcInstance resource use to hold channels and connection config data.
@swamp/gcp/integrations/products-sfdcinstances-sfdcchannelsv2026.07.21.2products_sfdcinstances_sfdcchannels.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| channelTopic? | string | Required. The Channel topic defined by salesforce once an channel is opened |
| description? | string | Optional. The description for this channel |
| displayName? | string | Optional. Client level unique name/alias to easily reference a channel. |
| name? | string | Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a sfdcChannels
fn get(identifier: string)
Get a sfdcChannels
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcChannels |
fn update(identifier?: string)
Update sfdcChannels attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcChannels by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the sfdcChannels
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcChannels |
fn sync(identifier?: string)
Sync sfdcChannels state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcChannels by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List sfdcChannels resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the SfdcChannel's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The SfdcChannel that points to a CDC or Platform Event Channel.
@swamp/gcp/integrations/sfdcinstancesv2026.07.21.2sfdcinstances.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| authConfigId? | array | A list of AuthConfigs that can be tried to open the channel to SFDC |
| description? | string | Optional. A description of the sfdc instance. |
| displayName? | string | Optional. User selected unique name/alias to easily reference an instance. |
| name? | string | Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}. |
| serviceAuthority? | string | Optional. URL used for API calls after authentication (the login authority is configured within the referenced AuthConfig). |
| sfdcOrgId? | string | The SFDC Org Id. This is defined in salesforce. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a sfdcInstances
fn get(identifier: string)
Get a sfdcInstances
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcInstances |
fn update(identifier?: string)
Update sfdcInstances attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcInstances by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the sfdcInstances
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcInstances |
fn sync(identifier?: string)
Sync sfdcInstances state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcInstances by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List sfdcInstances resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the SfdcInstance's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The SfdcInstance resource use to hold channels and connection config data.
@swamp/gcp/integrations/sfdcinstances-sfdcchannelsv2026.07.21.2sfdcinstances_sfdcchannels.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| channelTopic? | string | Required. The Channel topic defined by salesforce once an channel is opened |
| description? | string | Optional. The description for this channel |
| displayName? | string | Optional. Client level unique name/alias to easily reference a channel. |
| name? | string | Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a sfdcChannels
fn get(identifier: string)
Get a sfdcChannels
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcChannels |
fn update(identifier?: string)
Update sfdcChannels attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcChannels by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the sfdcChannels
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the sfdcChannels |
fn sync(identifier?: string)
Sync sfdcChannels state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific sfdcChannels by name (e.g. one discovered by list) |
fn list(filter?: string, pageSize?: number, readMask?: string, maxPages?: number)
List sfdcChannels resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
| pageSize? | number | The size of entries in the response. If unspecified, defaults to 100. |
| readMask? | string | The mask which specifies fields that need to be returned in the SfdcChannel's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The SfdcChannel that points to a CDC or Platform Event Channel.
@swamp/gcp/integrations/templatesv2026.07.21.2templates.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| author? | string | Optional. Creator of the template. |
| categories? | array | Required. Categories associated with the Template. The categories listed below will be utilized for the Template listing. |
| components? | array | Optional. Components being used in the template. This could be used to categorize and filter. |
| description? | string | Optional. Description of the template. The length should not be more than 255 characters |
| displayName? | string | Required. The name of the template |
| docLink? | string | Optional. Link to template documentation. |
| lastUsedTime? | string | Optional. Time the template was last used. |
| name? | string | Identifier. Resource name of the template. |
| sharedWith? | array | Required. Resource names with which the template is shared for example ProjectNumber/Ord id |
| tags? | array | Required. Tags which are used to identify templates. These tags could be for business use case, connectors etc. |
| templateBundle? | object | Required. Bundle which is part of the templates. The template entities in the bundle would be converted to an actual entity. |
| usageCount? | string | Optional. Number of template usages. |
| usageInfo? | string | Optional. Information on how to use the template. This should contain detailed information about usage of the template. |
| visibility? | enum | Required. Visibility of the template. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a templates
fn get(identifier: string)
Get a templates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the templates |
fn update(identifier?: string)
Update templates attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific templates by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the templates
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the templates |
fn sync(identifier?: string)
Sync templates state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific templates by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, readMask?: string, maxPages?: number)
List templates resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Standard filter field to filter templates. client_id filter won\ |
| orderBy? | string | Optional. The results would be returned in the order you specified here. |
| pageSize? | number | Optional. The size of the response entries. If unspecified, defaults to 100. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| readMask? | string | Optional. The mask which specifies fields that need to be returned in the template's response. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn download()
download
fn import(integration?: any, subIntegrations?: any)
import
| Argument | Type | Description |
|---|---|---|
| integration? | any | |
| subIntegrations? | any |
fn search()
search
fn share(resourceNames?: any)
share
| Argument | Type | Description |
|---|---|---|
| resourceNames? | any |
fn unshare(resourceNames?: any)
unshare
| Argument | Type | Description |
|---|---|---|
| resourceNames? | any |
fn upload(content?: any, fileFormat?: any)
upload
| Argument | Type | Description |
|---|---|---|
| content? | any | |
| fileFormat? | any |
fn use(integrationDetails?: any, integrationRegion?: any, subIntegrations?: any)
use
| Argument | Type | Description |
|---|---|---|
| integrationDetails? | any | |
| integrationRegion? | any | |
| subIntegrations? | any |
Resources
state(infinite)— Defines the template for Application Integration
04Previous Versions
2026.07.20.1
- Updated: authconfigs, certificates, connections, connections_runtimeactionschemas, connections_runtimeentityschemas, integrations, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_certificates, products_integrations, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, products_sfdcinstances, products_sfdcinstances_sfdcchannels, sfdcinstances, sfdcinstances_sfdcchannels, templates
Added 21, removed 1 models
2026.05.25.1
- Updated: authconfigs, certificates, connections, connections_runtimeactionschemas, connections_runtimeentityschemas, integrations, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_certificates, products_integrations, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, products_sfdcinstances, products_sfdcinstances_sfdcchannels, sfdcinstances, sfdcinstances_sfdcchannels, templates
Modified 21 models
2026.05.19.1
2026.05.18.1
2026.04.23.1
2026.04.04.1
- Updated: authconfigs, connections, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, templates
2026.04.03.3
- Updated: authconfigs, certificates, connections, connections_runtimeactionschemas, connections_runtimeentityschemas, integrations, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_certificates, products_integrations, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, products_sfdcinstances, products_sfdcinstances_sfdcchannels, sfdcinstances, sfdcinstances_sfdcchannels, templates
2026.04.03.1
- Updated: authconfigs, certificates, connections, connections_runtimeactionschemas, connections_runtimeentityschemas, integrations, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_certificates, products_integrations, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, products_sfdcinstances, products_sfdcinstances_sfdcchannels, sfdcinstances, sfdcinstances_sfdcchannels, templates
2026.04.02.2
2026.03.27.1
- Added: authconfigs, certificates, connections, connections_runtimeactionschemas, connections_runtimeentityschemas, integrations, integrations_executions, integrations_executions_suspensions, integrations_versions, integrations_versions_testcases, products_authconfigs, products_certificates, products_integrations, products_integrations_executions, products_integrations_executions_suspensions, products_integrations_versions, products_sfdcinstances, products_sfdcinstances_sfdcchannels, sfdcinstances, sfdcinstances_sfdcchannels, templates
05Stats
A
100 / 100
Downloads
0
Archive size
387.3 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels