# Configure your scan frequency Endpoint: POST /v1/ssca-config/integrations Version: 1.0 Security: x-api-key ## Header parameters: - `Harness-Account` (string, required) Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped. ## Request fields (application/json): - `org` (string) If the org id is not provided, scan is set at account-level. - `project` (string) If the project id is not provided, scan is set at org-level. - `cron_expression` (string, required) Quartz expression supported only. - `allow_override` (boolean)