> ## Documentation Index
> Fetch the complete documentation index at: https://infisical-devin-1781641701-docs-github-pat-fine-grained.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Options

> List the available Secret Sync Options.



## OpenAPI

````yaml GET /api/v1/secret-syncs/options
openapi: 3.0.3
info:
  title: Infisical API
  description: List of all available APIs that can be consumed
  version: 0.0.1
servers:
  - url: https://us.infisical.com
    description: Production server (US)
  - url: https://eu.infisical.com
    description: Production server (EU)
  - url: http://localhost:8080
    description: Local server
security: []
paths:
  /api/v1/secret-syncs/options:
    get:
      tags:
        - Secret Syncs
      description: List the available Secret Sync Options.
      operationId: listSecretSyncOptions
      responses:
        '200':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  secretSyncOptions:
                    type: array
                    items:
                      anyOf:
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - AWS Parameter Store
                            connection:
                              type: string
                              enum:
                                - aws
                            destination:
                              type: string
                              enum:
                                - aws-parameter-store
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: AWS Parameter Store
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - AWS Secrets Manager
                            connection:
                              type: string
                              enum:
                                - aws
                            destination:
                              type: string
                              enum:
                                - aws-secrets-manager
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: AWS Secrets Manager
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - GitHub
                            connection:
                              type: string
                              enum:
                                - github
                            destination:
                              type: string
                              enum:
                                - github
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: GitHub
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - GCP Secret Manager
                            connection:
                              type: string
                              enum:
                                - gcp
                            destination:
                              type: string
                              enum:
                                - gcp-secret-manager
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: GCP Secret Manager
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Azure Key Vault
                            connection:
                              type: string
                              enum:
                                - azure-key-vault
                            destination:
                              type: string
                              enum:
                                - azure-key-vault
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Azure Key Vault
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Azure App Configuration
                            connection:
                              type: string
                              enum:
                                - azure-app-configuration
                            destination:
                              type: string
                              enum:
                                - azure-app-configuration
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Azure App Configuration
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Azure DevOps
                            connection:
                              type: string
                              enum:
                                - azure-devops
                            destination:
                              type: string
                              enum:
                                - azure-devops
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Azure DevOps
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Databricks
                            connection:
                              type: string
                              enum:
                                - databricks
                            destination:
                              type: string
                              enum:
                                - databricks
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Databricks
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Humanitec
                            connection:
                              type: string
                              enum:
                                - humanitec
                            destination:
                              type: string
                              enum:
                                - humanitec
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Humanitec
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Terraform Cloud
                            connection:
                              type: string
                              enum:
                                - terraform-cloud
                            destination:
                              type: string
                              enum:
                                - terraform-cloud
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Terraform Cloud
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Camunda
                            connection:
                              type: string
                              enum:
                                - camunda
                            destination:
                              type: string
                              enum:
                                - camunda
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Camunda
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Vercel
                            connection:
                              type: string
                              enum:
                                - vercel
                            destination:
                              type: string
                              enum:
                                - vercel
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Vercel
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Windmill
                            connection:
                              type: string
                              enum:
                                - windmill
                            destination:
                              type: string
                              enum:
                                - windmill
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Windmill
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Hashicorp Vault
                            connection:
                              type: string
                              enum:
                                - hashicorp-vault
                            destination:
                              type: string
                              enum:
                                - hashicorp-vault
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Hashicorp Vault
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - TeamCity
                            connection:
                              type: string
                              enum:
                                - teamcity
                            destination:
                              type: string
                              enum:
                                - teamcity
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: TeamCity
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - OCI Vault
                            connection:
                              type: string
                              enum:
                                - oci
                            destination:
                              type: string
                              enum:
                                - oci-vault
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                            enterprise:
                              type: boolean
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                            - enterprise
                          additionalProperties: false
                          title: OCI Vault
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - 1Password
                            connection:
                              type: string
                              enum:
                                - 1password
                            destination:
                              type: string
                              enum:
                                - 1password
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: 1Password
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Heroku
                            connection:
                              type: string
                              enum:
                                - heroku
                            destination:
                              type: string
                              enum:
                                - heroku
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Heroku
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Render
                            connection:
                              type: string
                              enum:
                                - render
                            destination:
                              type: string
                              enum:
                                - render
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Render
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Fly.io
                            connection:
                              type: string
                              enum:
                                - flyio
                            destination:
                              type: string
                              enum:
                                - flyio
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Fly.io
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - GitLab
                            connection:
                              type: string
                              enum:
                                - gitlab
                            destination:
                              type: string
                              enum:
                                - gitlab
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: GitLab
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Cloudflare Pages
                            connection:
                              type: string
                              enum:
                                - cloudflare
                            destination:
                              type: string
                              enum:
                                - cloudflare-pages
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Cloudflare Pages
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Cloudflare Workers
                            connection:
                              type: string
                              enum:
                                - cloudflare
                            destination:
                              type: string
                              enum:
                                - cloudflare-workers
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Cloudflare Workers
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Digital Ocean App Platform
                            connection:
                              type: string
                              enum:
                                - digital-ocean
                            destination:
                              type: string
                              enum:
                                - digital-ocean-app-platform
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Digital Ocean App Platform
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Zabbix
                            connection:
                              type: string
                              enum:
                                - zabbix
                            destination:
                              type: string
                              enum:
                                - zabbix
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Zabbix
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Railway
                            connection:
                              type: string
                              enum:
                                - railway
                            destination:
                              type: string
                              enum:
                                - railway
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Railway
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Checkly
                            connection:
                              type: string
                              enum:
                                - checkly
                            destination:
                              type: string
                              enum:
                                - checkly
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Checkly
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Supabase
                            connection:
                              type: string
                              enum:
                                - supabase
                            destination:
                              type: string
                              enum:
                                - supabase
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Supabase
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Netlify
                            connection:
                              type: string
                              enum:
                                - netlify
                            destination:
                              type: string
                              enum:
                                - netlify
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Netlify
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Northflank
                            connection:
                              type: string
                              enum:
                                - northflank
                            destination:
                              type: string
                              enum:
                                - northflank
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Northflank
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Bitbucket
                            connection:
                              type: string
                              enum:
                                - bitbucket
                            destination:
                              type: string
                              enum:
                                - bitbucket
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Bitbucket
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Laravel Forge
                            connection:
                              type: string
                              enum:
                                - laravel-forge
                            destination:
                              type: string
                              enum:
                                - laravel-forge
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Laravel Forge
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Chef
                            connection:
                              type: string
                              enum:
                                - chef
                            destination:
                              type: string
                              enum:
                                - chef
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                            enterprise:
                              type: boolean
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                            - enterprise
                          additionalProperties: false
                          title: Chef
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Octopus Deploy
                            connection:
                              type: string
                              enum:
                                - octopus-deploy
                            destination:
                              type: string
                              enum:
                                - octopus-deploy
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Octopus Deploy
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - CircleCI
                            connection:
                              type: string
                              enum:
                                - circleci
                            destination:
                              type: string
                              enum:
                                - circleci
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: CircleCI
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Azure Entra ID SCIM
                            connection:
                              type: string
                              enum:
                                - azure-entra-id
                            destination:
                              type: string
                              enum:
                                - azure-entra-id-scim
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            supportsKeySchema:
                              type: boolean
                              enum:
                                - false
                            supportsDisableSecretDeletion:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - false
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - supportsKeySchema
                            - supportsDisableSecretDeletion
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Azure Entra ID SCIM
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Infisical
                            connection:
                              type: string
                              enum:
                                - external-infisical
                            destination:
                              type: string
                              enum:
                                - external-infisical
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                            supportsKeySchema:
                              type: boolean
                              enum:
                                - false
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                            - supportsKeySchema
                          additionalProperties: false
                          title: Infisical
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - OVH
                            connection:
                              type: string
                              enum:
                                - ovh
                            destination:
                              type: string
                              enum:
                                - ovh
                            canImportSecrets:
                              type: boolean
                              enum:
                                - true
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: OVH
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Devin
                            connection:
                              type: string
                              enum:
                                - devin
                            destination:
                              type: string
                              enum:
                                - devin
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Devin
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Ona
                            connection:
                              type: string
                              enum:
                                - ona
                            destination:
                              type: string
                              enum:
                                - ona
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Ona
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Travis CI
                            connection:
                              type: string
                              enum:
                                - travis-ci
                            destination:
                              type: string
                              enum:
                                - travis-ci
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Travis CI
                        - type: object
                          properties:
                            name:
                              type: string
                              enum:
                                - Snowflake
                            connection:
                              type: string
                              enum:
                                - snowflake
                            destination:
                              type: string
                              enum:
                                - snowflake
                            canImportSecrets:
                              type: boolean
                              enum:
                                - false
                            canRemoveSecretsOnDeletion:
                              type: boolean
                              enum:
                                - true
                          required:
                            - name
                            - connection
                            - destination
                            - canImportSecrets
                            - canRemoveSecretsOnDeletion
                          additionalProperties: false
                          title: Snowflake
                required:
                  - secretSyncOptions
                additionalProperties: false
        '400':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  reqId:
                    type: string
                  statusCode:
                    type: number
                    enum:
                      - 400
                  message:
                    type: string
                  error:
                    type: string
                  details: {}
                required:
                  - reqId
                  - statusCode
                  - message
                  - error
                additionalProperties: false
        '401':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  reqId:
                    type: string
                  statusCode:
                    type: number
                    enum:
                      - 401
                  message:
                    type: string
                  error:
                    type: string
                required:
                  - reqId
                  - statusCode
                  - message
                  - error
                additionalProperties: false
        '403':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  reqId:
                    type: string
                  statusCode:
                    type: number
                    enum:
                      - 403
                  message:
                    type: string
                  details: {}
                  error:
                    type: string
                required:
                  - reqId
                  - statusCode
                  - message
                  - error
                additionalProperties: false
        '404':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  reqId:
                    type: string
                  statusCode:
                    type: number
                    enum:
                      - 404
                  message:
                    type: string
                  error:
                    type: string
                required:
                  - reqId
                  - statusCode
                  - message
                  - error
                additionalProperties: false
        '422':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  reqId:
                    type: string
                  statusCode:
                    type: number
                    enum:
                      - 422
                  message: {}
                  error:
                    type: string
                required:
                  - reqId
                  - statusCode
                  - error
                additionalProperties: false
        '500':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  reqId:
                    type: string
                  statusCode:
                    type: number
                    enum:
                      - 500
                  message:
                    type: string
                  error:
                    type: string
                required:
                  - reqId
                  - statusCode
                  - message
                  - error
                additionalProperties: false

````