api

package
v0.0.29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package api provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 DO NOT EDIT.

Index

Constants

View Source
const (
	ApiKeyScopes = "apiKey.Scopes"
)

Variables

This section is empty.

Functions

func NewCreateAkamaiIntegrationRequest added in v0.0.27

func NewCreateAkamaiIntegrationRequest(server string, body CreateAkamaiIntegrationJSONRequestBody) (*http.Request, error)

NewCreateAkamaiIntegrationRequest calls the generic CreateAkamaiIntegration builder with application/json body

func NewCreateAkamaiIntegrationRequestWithBody added in v0.0.27

func NewCreateAkamaiIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateAkamaiIntegrationRequestWithBody generates requests for CreateAkamaiIntegration with any type of body

func NewCreateApigeeIntegrationRequest added in v0.0.27

func NewCreateApigeeIntegrationRequest(server string, body CreateApigeeIntegrationJSONRequestBody) (*http.Request, error)

NewCreateApigeeIntegrationRequest calls the generic CreateApigeeIntegration builder with application/json body

func NewCreateApigeeIntegrationRequestWithBody added in v0.0.27

func NewCreateApigeeIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateApigeeIntegrationRequestWithBody generates requests for CreateApigeeIntegration with any type of body

func NewCreateAwsIntegrationRequest added in v0.0.27

func NewCreateAwsIntegrationRequest(server string, body CreateAwsIntegrationJSONRequestBody) (*http.Request, error)

NewCreateAwsIntegrationRequest calls the generic CreateAwsIntegration builder with application/json body

func NewCreateAwsIntegrationRequestWithBody added in v0.0.27

func NewCreateAwsIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateAwsIntegrationRequestWithBody generates requests for CreateAwsIntegration with any type of body

func NewCreateAzureDevopsIntegrationRequest added in v0.0.27

func NewCreateAzureDevopsIntegrationRequest(server string, body CreateAzureDevopsIntegrationJSONRequestBody) (*http.Request, error)

NewCreateAzureDevopsIntegrationRequest calls the generic CreateAzureDevopsIntegration builder with application/json body

func NewCreateAzureDevopsIntegrationRequestWithBody added in v0.0.27

func NewCreateAzureDevopsIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateAzureDevopsIntegrationRequestWithBody generates requests for CreateAzureDevopsIntegration with any type of body

func NewCreateAzureIntegrationRequest added in v0.0.27

func NewCreateAzureIntegrationRequest(server string, body CreateAzureIntegrationJSONRequestBody) (*http.Request, error)

NewCreateAzureIntegrationRequest calls the generic CreateAzureIntegration builder with application/json body

func NewCreateAzureIntegrationRequestWithBody added in v0.0.27

func NewCreateAzureIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateAzureIntegrationRequestWithBody generates requests for CreateAzureIntegration with any type of body

func NewCreateBitbucketRepoIntegrationRequest added in v0.0.27

func NewCreateBitbucketRepoIntegrationRequest(server string, body CreateBitbucketRepoIntegrationJSONRequestBody) (*http.Request, error)

NewCreateBitbucketRepoIntegrationRequest calls the generic CreateBitbucketRepoIntegration builder with application/json body

func NewCreateBitbucketRepoIntegrationRequestWithBody added in v0.0.27

func NewCreateBitbucketRepoIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateBitbucketRepoIntegrationRequestWithBody generates requests for CreateBitbucketRepoIntegration with any type of body

func NewCreateCloudflareIntegrationRequest added in v0.0.27

func NewCreateCloudflareIntegrationRequest(server string, body CreateCloudflareIntegrationJSONRequestBody) (*http.Request, error)

NewCreateCloudflareIntegrationRequest calls the generic CreateCloudflareIntegration builder with application/json body

func NewCreateCloudflareIntegrationRequestWithBody added in v0.0.27

func NewCreateCloudflareIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateCloudflareIntegrationRequestWithBody generates requests for CreateCloudflareIntegration with any type of body

func NewCreateDiscordWebhookIntegrationRequest added in v0.0.27

func NewCreateDiscordWebhookIntegrationRequest(server string, body CreateDiscordWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewCreateDiscordWebhookIntegrationRequest calls the generic CreateDiscordWebhookIntegration builder with application/json body

func NewCreateDiscordWebhookIntegrationRequestWithBody added in v0.0.27

func NewCreateDiscordWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateDiscordWebhookIntegrationRequestWithBody generates requests for CreateDiscordWebhookIntegration with any type of body

func NewCreateEmailIntegrationRequest added in v0.0.27

func NewCreateEmailIntegrationRequest(server string, body CreateEmailIntegrationJSONRequestBody) (*http.Request, error)

NewCreateEmailIntegrationRequest calls the generic CreateEmailIntegration builder with application/json body

func NewCreateEmailIntegrationRequestWithBody added in v0.0.27

func NewCreateEmailIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateEmailIntegrationRequestWithBody generates requests for CreateEmailIntegration with any type of body

func NewCreateGcpIntegrationRequest added in v0.0.27

func NewCreateGcpIntegrationRequest(server string, body CreateGcpIntegrationJSONRequestBody) (*http.Request, error)

NewCreateGcpIntegrationRequest calls the generic CreateGcpIntegration builder with application/json body

func NewCreateGcpIntegrationRequestWithBody added in v0.0.27

func NewCreateGcpIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateGcpIntegrationRequestWithBody generates requests for CreateGcpIntegration with any type of body

func NewCreateGithubApiKeyIntegrationRequest added in v0.0.27

func NewCreateGithubApiKeyIntegrationRequest(server string, body CreateGithubApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewCreateGithubApiKeyIntegrationRequest calls the generic CreateGithubApiKeyIntegration builder with application/json body

func NewCreateGithubApiKeyIntegrationRequestWithBody added in v0.0.27

func NewCreateGithubApiKeyIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateGithubApiKeyIntegrationRequestWithBody generates requests for CreateGithubApiKeyIntegration with any type of body

func NewCreateGitlabApiKeyIntegrationRequest added in v0.0.27

func NewCreateGitlabApiKeyIntegrationRequest(server string, body CreateGitlabApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewCreateGitlabApiKeyIntegrationRequest calls the generic CreateGitlabApiKeyIntegration builder with application/json body

func NewCreateGitlabApiKeyIntegrationRequestWithBody added in v0.0.27

func NewCreateGitlabApiKeyIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateGitlabApiKeyIntegrationRequestWithBody generates requests for CreateGitlabApiKeyIntegration with any type of body

func NewCreateJiraIntegrationRequest added in v0.0.27

func NewCreateJiraIntegrationRequest(server string, body CreateJiraIntegrationJSONRequestBody) (*http.Request, error)

NewCreateJiraIntegrationRequest calls the generic CreateJiraIntegration builder with application/json body

func NewCreateJiraIntegrationRequestWithBody added in v0.0.27

func NewCreateJiraIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateJiraIntegrationRequestWithBody generates requests for CreateJiraIntegration with any type of body

func NewCreateKongGatewayIntegrationRequest added in v0.0.27

func NewCreateKongGatewayIntegrationRequest(server string, body CreateKongGatewayIntegrationJSONRequestBody) (*http.Request, error)

NewCreateKongGatewayIntegrationRequest calls the generic CreateKongGatewayIntegration builder with application/json body

func NewCreateKongGatewayIntegrationRequestWithBody added in v0.0.27

func NewCreateKongGatewayIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateKongGatewayIntegrationRequestWithBody generates requests for CreateKongGatewayIntegration with any type of body

func NewCreateKongKonnectIntegrationRequest added in v0.0.27

func NewCreateKongKonnectIntegrationRequest(server string, body CreateKongKonnectIntegrationJSONRequestBody) (*http.Request, error)

NewCreateKongKonnectIntegrationRequest calls the generic CreateKongKonnectIntegration builder with application/json body

func NewCreateKongKonnectIntegrationRequestWithBody added in v0.0.27

func NewCreateKongKonnectIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateKongKonnectIntegrationRequestWithBody generates requests for CreateKongKonnectIntegration with any type of body

func NewCreateKubernetesIntegrationRequest added in v0.0.27

func NewCreateKubernetesIntegrationRequest(server string, body CreateKubernetesIntegrationJSONRequestBody) (*http.Request, error)

NewCreateKubernetesIntegrationRequest calls the generic CreateKubernetesIntegration builder with application/json body

func NewCreateKubernetesIntegrationRequestWithBody added in v0.0.27

func NewCreateKubernetesIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateKubernetesIntegrationRequestWithBody generates requests for CreateKubernetesIntegration with any type of body

func NewCreateLocationRequest added in v0.0.14

func NewCreateLocationRequest(server string, body CreateLocationJSONRequestBody) (*http.Request, error)

NewCreateLocationRequest calls the generic CreateLocation builder with application/json body

func NewCreateLocationRequestWithBody added in v0.0.14

func NewCreateLocationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateLocationRequestWithBody generates requests for CreateLocation with any type of body

func NewCreatePostmanApiKeyIntegrationRequest added in v0.0.27

func NewCreatePostmanApiKeyIntegrationRequest(server string, body CreatePostmanApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewCreatePostmanApiKeyIntegrationRequest calls the generic CreatePostmanApiKeyIntegration builder with application/json body

func NewCreatePostmanApiKeyIntegrationRequestWithBody added in v0.0.27

func NewCreatePostmanApiKeyIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreatePostmanApiKeyIntegrationRequestWithBody generates requests for CreatePostmanApiKeyIntegration with any type of body

func NewCreateRoleRequest added in v0.0.27

func NewCreateRoleRequest(server string, body CreateRoleJSONRequestBody) (*http.Request, error)

NewCreateRoleRequest calls the generic CreateRole builder with application/json body

func NewCreateRoleRequestWithBody added in v0.0.27

func NewCreateRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateRoleRequestWithBody generates requests for CreateRole with any type of body

func NewCreateSlackWebhookIntegrationRequest added in v0.0.27

func NewCreateSlackWebhookIntegrationRequest(server string, body CreateSlackWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewCreateSlackWebhookIntegrationRequest calls the generic CreateSlackWebhookIntegration builder with application/json body

func NewCreateSlackWebhookIntegrationRequestWithBody added in v0.0.27

func NewCreateSlackWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateSlackWebhookIntegrationRequestWithBody generates requests for CreateSlackWebhookIntegration with any type of body

func NewCreateTeamsWebhookIntegrationRequest added in v0.0.27

func NewCreateTeamsWebhookIntegrationRequest(server string, body CreateTeamsWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewCreateTeamsWebhookIntegrationRequest calls the generic CreateTeamsWebhookIntegration builder with application/json body

func NewCreateTeamsWebhookIntegrationRequestWithBody added in v0.0.27

func NewCreateTeamsWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateTeamsWebhookIntegrationRequestWithBody generates requests for CreateTeamsWebhookIntegration with any type of body

func NewCreateUserToRoleRequest added in v0.0.27

func NewCreateUserToRoleRequest(server string, body CreateUserToRoleJSONRequestBody) (*http.Request, error)

NewCreateUserToRoleRequest calls the generic CreateUserToRole builder with application/json body

func NewCreateUserToRoleRequestWithBody added in v0.0.27

func NewCreateUserToRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateUserToRoleRequestWithBody generates requests for CreateUserToRole with any type of body

func NewCreateWebhookIntegrationRequest added in v0.0.27

func NewCreateWebhookIntegrationRequest(server string, body CreateWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewCreateWebhookIntegrationRequest calls the generic CreateWebhookIntegration builder with application/json body

func NewCreateWebhookIntegrationRequestWithBody added in v0.0.27

func NewCreateWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateWebhookIntegrationRequestWithBody generates requests for CreateWebhookIntegration with any type of body

func NewCreateWizIntegrationRequest added in v0.0.27

func NewCreateWizIntegrationRequest(server string, body CreateWizIntegrationJSONRequestBody) (*http.Request, error)

NewCreateWizIntegrationRequest calls the generic CreateWizIntegration builder with application/json body

func NewCreateWizIntegrationRequestWithBody added in v0.0.27

func NewCreateWizIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateWizIntegrationRequestWithBody generates requests for CreateWizIntegration with any type of body

func NewDeleteAkamaiIntegrationRequest added in v0.0.27

func NewDeleteAkamaiIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteAkamaiIntegrationRequest generates requests for DeleteAkamaiIntegration

func NewDeleteApigeeIntegrationRequest added in v0.0.27

func NewDeleteApigeeIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteApigeeIntegrationRequest generates requests for DeleteApigeeIntegration

func NewDeleteAwsIntegrationRequest added in v0.0.27

func NewDeleteAwsIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteAwsIntegrationRequest generates requests for DeleteAwsIntegration

func NewDeleteAzureDevopsIntegrationRequest added in v0.0.27

func NewDeleteAzureDevopsIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteAzureDevopsIntegrationRequest generates requests for DeleteAzureDevopsIntegration

func NewDeleteAzureIntegrationRequest added in v0.0.27

func NewDeleteAzureIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteAzureIntegrationRequest generates requests for DeleteAzureIntegration

func NewDeleteBitbucketRepoIntegrationRequest added in v0.0.27

func NewDeleteBitbucketRepoIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteBitbucketRepoIntegrationRequest generates requests for DeleteBitbucketRepoIntegration

func NewDeleteCloudflareIntegrationRequest added in v0.0.27

func NewDeleteCloudflareIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteCloudflareIntegrationRequest generates requests for DeleteCloudflareIntegration

func NewDeleteDiscordWebhookIntegrationRequest added in v0.0.27

func NewDeleteDiscordWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteDiscordWebhookIntegrationRequest generates requests for DeleteDiscordWebhookIntegration

func NewDeleteEmailIntegrationRequest added in v0.0.27

func NewDeleteEmailIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteEmailIntegrationRequest generates requests for DeleteEmailIntegration

func NewDeleteGcpIntegrationRequest added in v0.0.27

func NewDeleteGcpIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteGcpIntegrationRequest generates requests for DeleteGcpIntegration

func NewDeleteGithubApiKeyIntegrationRequest added in v0.0.27

func NewDeleteGithubApiKeyIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteGithubApiKeyIntegrationRequest generates requests for DeleteGithubApiKeyIntegration

func NewDeleteGitlabApiKeyIntegrationRequest added in v0.0.27

func NewDeleteGitlabApiKeyIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteGitlabApiKeyIntegrationRequest generates requests for DeleteGitlabApiKeyIntegration

func NewDeleteJiraIntegrationRequest added in v0.0.27

func NewDeleteJiraIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteJiraIntegrationRequest generates requests for DeleteJiraIntegration

func NewDeleteKongGatewayIntegrationRequest added in v0.0.27

func NewDeleteKongGatewayIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteKongGatewayIntegrationRequest generates requests for DeleteKongGatewayIntegration

func NewDeleteKongKonnectIntegrationRequest added in v0.0.27

func NewDeleteKongKonnectIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteKongKonnectIntegrationRequest generates requests for DeleteKongKonnectIntegration

func NewDeleteKubernetesIntegrationRequest added in v0.0.27

func NewDeleteKubernetesIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteKubernetesIntegrationRequest generates requests for DeleteKubernetesIntegration

func NewDeleteLocationRequest added in v0.0.14

func NewDeleteLocationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteLocationRequest generates requests for DeleteLocation

func NewDeletePostmanApiKeyIntegrationRequest added in v0.0.27

func NewDeletePostmanApiKeyIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeletePostmanApiKeyIntegrationRequest generates requests for DeletePostmanApiKeyIntegration

func NewDeleteRoleRequest added in v0.0.27

func NewDeleteRoleRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteRoleRequest generates requests for DeleteRole

func NewDeleteSlackWebhookIntegrationRequest added in v0.0.27

func NewDeleteSlackWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteSlackWebhookIntegrationRequest generates requests for DeleteSlackWebhookIntegration

func NewDeleteTeamsWebhookIntegrationRequest added in v0.0.27

func NewDeleteTeamsWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteTeamsWebhookIntegrationRequest generates requests for DeleteTeamsWebhookIntegration

func NewDeleteUserToRoleRequest added in v0.0.27

func NewDeleteUserToRoleRequest(server string, body DeleteUserToRoleJSONRequestBody) (*http.Request, error)

NewDeleteUserToRoleRequest calls the generic DeleteUserToRole builder with application/json body

func NewDeleteUserToRoleRequestWithBody added in v0.0.27

func NewDeleteUserToRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteUserToRoleRequestWithBody generates requests for DeleteUserToRole with any type of body

func NewDeleteWebhookIntegrationRequest added in v0.0.27

func NewDeleteWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteWebhookIntegrationRequest generates requests for DeleteWebhookIntegration

func NewDeleteWizIntegrationRequest added in v0.0.27

func NewDeleteWizIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewDeleteWizIntegrationRequest generates requests for DeleteWizIntegration

func NewGetAkamaiIntegrationRequest added in v0.0.27

func NewGetAkamaiIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetAkamaiIntegrationRequest generates requests for GetAkamaiIntegration

func NewGetApigeeIntegrationRequest added in v0.0.27

func NewGetApigeeIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetApigeeIntegrationRequest generates requests for GetApigeeIntegration

func NewGetApplicationIdRequest

func NewGetApplicationIdRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetApplicationIdRequest generates requests for GetApplicationId

func NewGetAwsIntegrationRequest added in v0.0.27

func NewGetAwsIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetAwsIntegrationRequest generates requests for GetAwsIntegration

func NewGetAzureDevopsIntegrationRequest added in v0.0.27

func NewGetAzureDevopsIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetAzureDevopsIntegrationRequest generates requests for GetAzureDevopsIntegration

func NewGetAzureIntegrationRequest added in v0.0.27

func NewGetAzureIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetAzureIntegrationRequest generates requests for GetAzureIntegration

func NewGetBitbucketRepoIntegrationRequest added in v0.0.27

func NewGetBitbucketRepoIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetBitbucketRepoIntegrationRequest generates requests for GetBitbucketRepoIntegration

func NewGetCloudflareIntegrationRequest added in v0.0.27

func NewGetCloudflareIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetCloudflareIntegrationRequest generates requests for GetCloudflareIntegration

func NewGetDiscordWebhookIntegrationRequest added in v0.0.27

func NewGetDiscordWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetDiscordWebhookIntegrationRequest generates requests for GetDiscordWebhookIntegration

func NewGetEmailIntegrationRequest added in v0.0.27

func NewGetEmailIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetEmailIntegrationRequest generates requests for GetEmailIntegration

func NewGetGcpIntegrationRequest added in v0.0.27

func NewGetGcpIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetGcpIntegrationRequest generates requests for GetGcpIntegration

func NewGetGithubApiKeyIntegrationRequest added in v0.0.27

func NewGetGithubApiKeyIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetGithubApiKeyIntegrationRequest generates requests for GetGithubApiKeyIntegration

func NewGetGitlabApiKeyIntegrationRequest added in v0.0.27

func NewGetGitlabApiKeyIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetGitlabApiKeyIntegrationRequest generates requests for GetGitlabApiKeyIntegration

func NewGetJiraIntegrationRequest added in v0.0.27

func NewGetJiraIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetJiraIntegrationRequest generates requests for GetJiraIntegration

func NewGetKongGatewayIntegrationRequest added in v0.0.27

func NewGetKongGatewayIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetKongGatewayIntegrationRequest generates requests for GetKongGatewayIntegration

func NewGetKongKonnectIntegrationRequest added in v0.0.27

func NewGetKongKonnectIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetKongKonnectIntegrationRequest generates requests for GetKongKonnectIntegration

func NewGetKubernetesIntegrationRequest added in v0.0.27

func NewGetKubernetesIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetKubernetesIntegrationRequest generates requests for GetKubernetesIntegration

func NewGetLocationRequest added in v0.0.14

func NewGetLocationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetLocationRequest generates requests for GetLocation

func NewGetOrganizationIdApplicationsRequest

func NewGetOrganizationIdApplicationsRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetOrganizationIdApplicationsRequest generates requests for GetOrganizationIdApplications

func NewGetOrganizationIdApplicationsSearchRequest

func NewGetOrganizationIdApplicationsSearchRequest(server string, id openapi_types.UUID, params *GetOrganizationIdApplicationsSearchParams) (*http.Request, error)

NewGetOrganizationIdApplicationsSearchRequest generates requests for GetOrganizationIdApplicationsSearch

func NewGetPostmanApiKeyIntegrationRequest added in v0.0.27

func NewGetPostmanApiKeyIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetPostmanApiKeyIntegrationRequest generates requests for GetPostmanApiKeyIntegration

func NewGetRoleRequest added in v0.0.27

func NewGetRoleRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetRoleRequest generates requests for GetRole

func NewGetRolesRequest added in v0.0.27

func NewGetRolesRequest(server string) (*http.Request, error)

NewGetRolesRequest generates requests for GetRoles

func NewGetScansIdRequest

func NewGetScansIdRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetScansIdRequest generates requests for GetScansId

func NewGetSlackWebhookIntegrationRequest added in v0.0.27

func NewGetSlackWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetSlackWebhookIntegrationRequest generates requests for GetSlackWebhookIntegration

func NewGetTeamsWebhookIntegrationRequest added in v0.0.27

func NewGetTeamsWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetTeamsWebhookIntegrationRequest generates requests for GetTeamsWebhookIntegration

func NewGetV1OrganizationIdSchemasRequest

func NewGetV1OrganizationIdSchemasRequest(server string, id openapi_types.UUID, params *GetV1OrganizationIdSchemasParams) (*http.Request, error)

NewGetV1OrganizationIdSchemasRequest generates requests for GetV1OrganizationIdSchemas

func NewGetV1OrganizationIdSchemasSchemaIdRequest

func NewGetV1OrganizationIdSchemasSchemaIdRequest(server string, id openapi_types.UUID, schemaId openapi_types.UUID) (*http.Request, error)

NewGetV1OrganizationIdSchemasSchemaIdRequest generates requests for GetV1OrganizationIdSchemasSchemaId

func NewGetV1OrganizationIdServicesRequest

func NewGetV1OrganizationIdServicesRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetV1OrganizationIdServicesRequest generates requests for GetV1OrganizationIdServices

func NewGetWebhookIntegrationRequest added in v0.0.27

func NewGetWebhookIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetWebhookIntegrationRequest generates requests for GetWebhookIntegration

func NewGetWizIntegrationRequest added in v0.0.27

func NewGetWizIntegrationRequest(server string, id openapi_types.UUID) (*http.Request, error)

NewGetWizIntegrationRequest generates requests for GetWizIntegration

func NewListAkamaiIntegrationsRequest added in v0.0.27

func NewListAkamaiIntegrationsRequest(server string) (*http.Request, error)

NewListAkamaiIntegrationsRequest generates requests for ListAkamaiIntegrations

func NewListApigeeIntegrationsRequest added in v0.0.27

func NewListApigeeIntegrationsRequest(server string) (*http.Request, error)

NewListApigeeIntegrationsRequest generates requests for ListApigeeIntegrations

func NewListAwsIntegrationsRequest added in v0.0.27

func NewListAwsIntegrationsRequest(server string) (*http.Request, error)

NewListAwsIntegrationsRequest generates requests for ListAwsIntegrations

func NewListAzureDevopsIntegrationsRequest added in v0.0.27

func NewListAzureDevopsIntegrationsRequest(server string) (*http.Request, error)

NewListAzureDevopsIntegrationsRequest generates requests for ListAzureDevopsIntegrations

func NewListAzureIntegrationsRequest added in v0.0.27

func NewListAzureIntegrationsRequest(server string) (*http.Request, error)

NewListAzureIntegrationsRequest generates requests for ListAzureIntegrations

func NewListBitbucketRepoIntegrationsRequest added in v0.0.27

func NewListBitbucketRepoIntegrationsRequest(server string) (*http.Request, error)

NewListBitbucketRepoIntegrationsRequest generates requests for ListBitbucketRepoIntegrations

func NewListCloudflareIntegrationsRequest added in v0.0.27

func NewListCloudflareIntegrationsRequest(server string) (*http.Request, error)

NewListCloudflareIntegrationsRequest generates requests for ListCloudflareIntegrations

func NewListDiscordWebhookIntegrationsRequest added in v0.0.27

func NewListDiscordWebhookIntegrationsRequest(server string) (*http.Request, error)

NewListDiscordWebhookIntegrationsRequest generates requests for ListDiscordWebhookIntegrations

func NewListEmailIntegrationsRequest added in v0.0.27

func NewListEmailIntegrationsRequest(server string) (*http.Request, error)

NewListEmailIntegrationsRequest generates requests for ListEmailIntegrations

func NewListGcpIntegrationsRequest added in v0.0.27

func NewListGcpIntegrationsRequest(server string) (*http.Request, error)

NewListGcpIntegrationsRequest generates requests for ListGcpIntegrations

func NewListGithubApiKeyIntegrationsRequest added in v0.0.27

func NewListGithubApiKeyIntegrationsRequest(server string) (*http.Request, error)

NewListGithubApiKeyIntegrationsRequest generates requests for ListGithubApiKeyIntegrations

func NewListGitlabApiKeyIntegrationsRequest added in v0.0.27

func NewListGitlabApiKeyIntegrationsRequest(server string) (*http.Request, error)

NewListGitlabApiKeyIntegrationsRequest generates requests for ListGitlabApiKeyIntegrations

func NewListJiraIntegrationsRequest added in v0.0.27

func NewListJiraIntegrationsRequest(server string) (*http.Request, error)

NewListJiraIntegrationsRequest generates requests for ListJiraIntegrations

func NewListKongGatewayIntegrationsRequest added in v0.0.27

func NewListKongGatewayIntegrationsRequest(server string) (*http.Request, error)

NewListKongGatewayIntegrationsRequest generates requests for ListKongGatewayIntegrations

func NewListKongKonnectIntegrationsRequest added in v0.0.27

func NewListKongKonnectIntegrationsRequest(server string) (*http.Request, error)

NewListKongKonnectIntegrationsRequest generates requests for ListKongKonnectIntegrations

func NewListKubernetesIntegrationsRequest added in v0.0.27

func NewListKubernetesIntegrationsRequest(server string) (*http.Request, error)

NewListKubernetesIntegrationsRequest generates requests for ListKubernetesIntegrations

func NewListLocationsRequest added in v0.0.14

func NewListLocationsRequest(server string) (*http.Request, error)

NewListLocationsRequest generates requests for ListLocations

func NewListPostmanApiKeyIntegrationsRequest added in v0.0.27

func NewListPostmanApiKeyIntegrationsRequest(server string) (*http.Request, error)

NewListPostmanApiKeyIntegrationsRequest generates requests for ListPostmanApiKeyIntegrations

func NewListSlackWebhookIntegrationsRequest added in v0.0.27

func NewListSlackWebhookIntegrationsRequest(server string) (*http.Request, error)

NewListSlackWebhookIntegrationsRequest generates requests for ListSlackWebhookIntegrations

func NewListTeamsWebhookIntegrationsRequest added in v0.0.27

func NewListTeamsWebhookIntegrationsRequest(server string) (*http.Request, error)

NewListTeamsWebhookIntegrationsRequest generates requests for ListTeamsWebhookIntegrations

func NewListWebhookIntegrationsRequest added in v0.0.27

func NewListWebhookIntegrationsRequest(server string) (*http.Request, error)

NewListWebhookIntegrationsRequest generates requests for ListWebhookIntegrations

func NewListWizIntegrationsRequest added in v0.0.27

func NewListWizIntegrationsRequest(server string) (*http.Request, error)

NewListWizIntegrationsRequest generates requests for ListWizIntegrations

func NewPostApplicationsIdStartScanRequest

func NewPostApplicationsIdStartScanRequest(server string, id openapi_types.UUID, body PostApplicationsIdStartScanJSONRequestBody) (*http.Request, error)

NewPostApplicationsIdStartScanRequest calls the generic PostApplicationsIdStartScan builder with application/json body

func NewPostApplicationsIdStartScanRequestWithBody

func NewPostApplicationsIdStartScanRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPostApplicationsIdStartScanRequestWithBody generates requests for PostApplicationsIdStartScan with any type of body

func NewPostApplicationsIdUploadSchemaRequest

func NewPostApplicationsIdUploadSchemaRequest(server string, id openapi_types.UUID, body PostApplicationsIdUploadSchemaJSONRequestBody) (*http.Request, error)

NewPostApplicationsIdUploadSchemaRequest calls the generic PostApplicationsIdUploadSchema builder with application/json body

func NewPostApplicationsIdUploadSchemaRequestWithBody

func NewPostApplicationsIdUploadSchemaRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewPostApplicationsIdUploadSchemaRequestWithBody generates requests for PostApplicationsIdUploadSchema with any type of body

func NewPostCreateApplicationRequest

func NewPostCreateApplicationRequest(server string, body PostCreateApplicationJSONRequestBody) (*http.Request, error)

NewPostCreateApplicationRequest calls the generic PostCreateApplication builder with application/json body

func NewPostCreateApplicationRequestWithBody

func NewPostCreateApplicationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostCreateApplicationRequestWithBody generates requests for PostCreateApplication with any type of body

func NewUpdateAkamaiIntegrationRequest added in v0.0.27

func NewUpdateAkamaiIntegrationRequest(server string, id openapi_types.UUID, body UpdateAkamaiIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateAkamaiIntegrationRequest calls the generic UpdateAkamaiIntegration builder with application/json body

func NewUpdateAkamaiIntegrationRequestWithBody added in v0.0.27

func NewUpdateAkamaiIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAkamaiIntegrationRequestWithBody generates requests for UpdateAkamaiIntegration with any type of body

func NewUpdateApigeeIntegrationRequest added in v0.0.27

func NewUpdateApigeeIntegrationRequest(server string, id openapi_types.UUID, body UpdateApigeeIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateApigeeIntegrationRequest calls the generic UpdateApigeeIntegration builder with application/json body

func NewUpdateApigeeIntegrationRequestWithBody added in v0.0.27

func NewUpdateApigeeIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateApigeeIntegrationRequestWithBody generates requests for UpdateApigeeIntegration with any type of body

func NewUpdateAwsIntegrationRequest added in v0.0.27

func NewUpdateAwsIntegrationRequest(server string, id openapi_types.UUID, body UpdateAwsIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateAwsIntegrationRequest calls the generic UpdateAwsIntegration builder with application/json body

func NewUpdateAwsIntegrationRequestWithBody added in v0.0.27

func NewUpdateAwsIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAwsIntegrationRequestWithBody generates requests for UpdateAwsIntegration with any type of body

func NewUpdateAzureDevopsIntegrationRequest added in v0.0.27

func NewUpdateAzureDevopsIntegrationRequest(server string, id openapi_types.UUID, body UpdateAzureDevopsIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateAzureDevopsIntegrationRequest calls the generic UpdateAzureDevopsIntegration builder with application/json body

func NewUpdateAzureDevopsIntegrationRequestWithBody added in v0.0.27

func NewUpdateAzureDevopsIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAzureDevopsIntegrationRequestWithBody generates requests for UpdateAzureDevopsIntegration with any type of body

func NewUpdateAzureIntegrationRequest added in v0.0.27

func NewUpdateAzureIntegrationRequest(server string, id openapi_types.UUID, body UpdateAzureIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateAzureIntegrationRequest calls the generic UpdateAzureIntegration builder with application/json body

func NewUpdateAzureIntegrationRequestWithBody added in v0.0.27

func NewUpdateAzureIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAzureIntegrationRequestWithBody generates requests for UpdateAzureIntegration with any type of body

func NewUpdateBitbucketRepoIntegrationRequest added in v0.0.27

func NewUpdateBitbucketRepoIntegrationRequest(server string, id openapi_types.UUID, body UpdateBitbucketRepoIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateBitbucketRepoIntegrationRequest calls the generic UpdateBitbucketRepoIntegration builder with application/json body

func NewUpdateBitbucketRepoIntegrationRequestWithBody added in v0.0.27

func NewUpdateBitbucketRepoIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateBitbucketRepoIntegrationRequestWithBody generates requests for UpdateBitbucketRepoIntegration with any type of body

func NewUpdateCloudflareIntegrationRequest added in v0.0.27

func NewUpdateCloudflareIntegrationRequest(server string, id openapi_types.UUID, body UpdateCloudflareIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateCloudflareIntegrationRequest calls the generic UpdateCloudflareIntegration builder with application/json body

func NewUpdateCloudflareIntegrationRequestWithBody added in v0.0.27

func NewUpdateCloudflareIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateCloudflareIntegrationRequestWithBody generates requests for UpdateCloudflareIntegration with any type of body

func NewUpdateDiscordWebhookIntegrationRequest added in v0.0.27

func NewUpdateDiscordWebhookIntegrationRequest(server string, id openapi_types.UUID, body UpdateDiscordWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateDiscordWebhookIntegrationRequest calls the generic UpdateDiscordWebhookIntegration builder with application/json body

func NewUpdateDiscordWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpdateDiscordWebhookIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateDiscordWebhookIntegrationRequestWithBody generates requests for UpdateDiscordWebhookIntegration with any type of body

func NewUpdateEmailIntegrationRequest added in v0.0.27

func NewUpdateEmailIntegrationRequest(server string, id openapi_types.UUID, body UpdateEmailIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateEmailIntegrationRequest calls the generic UpdateEmailIntegration builder with application/json body

func NewUpdateEmailIntegrationRequestWithBody added in v0.0.27

func NewUpdateEmailIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateEmailIntegrationRequestWithBody generates requests for UpdateEmailIntegration with any type of body

func NewUpdateGcpIntegrationRequest added in v0.0.27

func NewUpdateGcpIntegrationRequest(server string, id openapi_types.UUID, body UpdateGcpIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateGcpIntegrationRequest calls the generic UpdateGcpIntegration builder with application/json body

func NewUpdateGcpIntegrationRequestWithBody added in v0.0.27

func NewUpdateGcpIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateGcpIntegrationRequestWithBody generates requests for UpdateGcpIntegration with any type of body

func NewUpdateGithubApiKeyIntegrationRequest added in v0.0.27

func NewUpdateGithubApiKeyIntegrationRequest(server string, id openapi_types.UUID, body UpdateGithubApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateGithubApiKeyIntegrationRequest calls the generic UpdateGithubApiKeyIntegration builder with application/json body

func NewUpdateGithubApiKeyIntegrationRequestWithBody added in v0.0.27

func NewUpdateGithubApiKeyIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateGithubApiKeyIntegrationRequestWithBody generates requests for UpdateGithubApiKeyIntegration with any type of body

func NewUpdateGitlabApiKeyIntegrationRequest added in v0.0.27

func NewUpdateGitlabApiKeyIntegrationRequest(server string, id openapi_types.UUID, body UpdateGitlabApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateGitlabApiKeyIntegrationRequest calls the generic UpdateGitlabApiKeyIntegration builder with application/json body

func NewUpdateGitlabApiKeyIntegrationRequestWithBody added in v0.0.27

func NewUpdateGitlabApiKeyIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateGitlabApiKeyIntegrationRequestWithBody generates requests for UpdateGitlabApiKeyIntegration with any type of body

func NewUpdateJiraIntegrationRequest added in v0.0.27

func NewUpdateJiraIntegrationRequest(server string, id openapi_types.UUID, body UpdateJiraIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateJiraIntegrationRequest calls the generic UpdateJiraIntegration builder with application/json body

func NewUpdateJiraIntegrationRequestWithBody added in v0.0.27

func NewUpdateJiraIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateJiraIntegrationRequestWithBody generates requests for UpdateJiraIntegration with any type of body

func NewUpdateKongGatewayIntegrationRequest added in v0.0.27

func NewUpdateKongGatewayIntegrationRequest(server string, id openapi_types.UUID, body UpdateKongGatewayIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateKongGatewayIntegrationRequest calls the generic UpdateKongGatewayIntegration builder with application/json body

func NewUpdateKongGatewayIntegrationRequestWithBody added in v0.0.27

func NewUpdateKongGatewayIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateKongGatewayIntegrationRequestWithBody generates requests for UpdateKongGatewayIntegration with any type of body

func NewUpdateKongKonnectIntegrationRequest added in v0.0.27

func NewUpdateKongKonnectIntegrationRequest(server string, id openapi_types.UUID, body UpdateKongKonnectIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateKongKonnectIntegrationRequest calls the generic UpdateKongKonnectIntegration builder with application/json body

func NewUpdateKongKonnectIntegrationRequestWithBody added in v0.0.27

func NewUpdateKongKonnectIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateKongKonnectIntegrationRequestWithBody generates requests for UpdateKongKonnectIntegration with any type of body

func NewUpdateKubernetesIntegrationRequest added in v0.0.27

func NewUpdateKubernetesIntegrationRequest(server string, id openapi_types.UUID, body UpdateKubernetesIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateKubernetesIntegrationRequest calls the generic UpdateKubernetesIntegration builder with application/json body

func NewUpdateKubernetesIntegrationRequestWithBody added in v0.0.27

func NewUpdateKubernetesIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateKubernetesIntegrationRequestWithBody generates requests for UpdateKubernetesIntegration with any type of body

func NewUpdateLocationRequest added in v0.0.27

func NewUpdateLocationRequest(server string, id openapi_types.UUID, body UpdateLocationJSONRequestBody) (*http.Request, error)

NewUpdateLocationRequest calls the generic UpdateLocation builder with application/json body

func NewUpdateLocationRequestWithBody added in v0.0.27

func NewUpdateLocationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateLocationRequestWithBody generates requests for UpdateLocation with any type of body

func NewUpdatePostmanApiKeyIntegrationRequest added in v0.0.27

func NewUpdatePostmanApiKeyIntegrationRequest(server string, id openapi_types.UUID, body UpdatePostmanApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewUpdatePostmanApiKeyIntegrationRequest calls the generic UpdatePostmanApiKeyIntegration builder with application/json body

func NewUpdatePostmanApiKeyIntegrationRequestWithBody added in v0.0.27

func NewUpdatePostmanApiKeyIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePostmanApiKeyIntegrationRequestWithBody generates requests for UpdatePostmanApiKeyIntegration with any type of body

func NewUpdateRoleRequest added in v0.0.27

func NewUpdateRoleRequest(server string, id openapi_types.UUID, body UpdateRoleJSONRequestBody) (*http.Request, error)

NewUpdateRoleRequest calls the generic UpdateRole builder with application/json body

func NewUpdateRoleRequestWithBody added in v0.0.27

func NewUpdateRoleRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRoleRequestWithBody generates requests for UpdateRole with any type of body

func NewUpdateServiceRequest added in v0.0.27

func NewUpdateServiceRequest(server string, id openapi_types.UUID, body UpdateServiceJSONRequestBody) (*http.Request, error)

NewUpdateServiceRequest calls the generic UpdateService builder with application/json body

func NewUpdateServiceRequestWithBody added in v0.0.27

func NewUpdateServiceRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateServiceRequestWithBody generates requests for UpdateService with any type of body

func NewUpdateSlackWebhookIntegrationRequest added in v0.0.27

func NewUpdateSlackWebhookIntegrationRequest(server string, id openapi_types.UUID, body UpdateSlackWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateSlackWebhookIntegrationRequest calls the generic UpdateSlackWebhookIntegration builder with application/json body

func NewUpdateSlackWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpdateSlackWebhookIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateSlackWebhookIntegrationRequestWithBody generates requests for UpdateSlackWebhookIntegration with any type of body

func NewUpdateTeamsWebhookIntegrationRequest added in v0.0.27

func NewUpdateTeamsWebhookIntegrationRequest(server string, id openapi_types.UUID, body UpdateTeamsWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateTeamsWebhookIntegrationRequest calls the generic UpdateTeamsWebhookIntegration builder with application/json body

func NewUpdateTeamsWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpdateTeamsWebhookIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateTeamsWebhookIntegrationRequestWithBody generates requests for UpdateTeamsWebhookIntegration with any type of body

func NewUpdateWebhookIntegrationRequest added in v0.0.27

func NewUpdateWebhookIntegrationRequest(server string, id openapi_types.UUID, body UpdateWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateWebhookIntegrationRequest calls the generic UpdateWebhookIntegration builder with application/json body

func NewUpdateWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpdateWebhookIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateWebhookIntegrationRequestWithBody generates requests for UpdateWebhookIntegration with any type of body

func NewUpdateWizIntegrationRequest added in v0.0.27

func NewUpdateWizIntegrationRequest(server string, id openapi_types.UUID, body UpdateWizIntegrationJSONRequestBody) (*http.Request, error)

NewUpdateWizIntegrationRequest calls the generic UpdateWizIntegration builder with application/json body

func NewUpdateWizIntegrationRequestWithBody added in v0.0.27

func NewUpdateWizIntegrationRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewUpdateWizIntegrationRequestWithBody generates requests for UpdateWizIntegration with any type of body

func NewUpsertAkamaiIntegrationRequest added in v0.0.27

func NewUpsertAkamaiIntegrationRequest(server string, body UpsertAkamaiIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertAkamaiIntegrationRequest calls the generic UpsertAkamaiIntegration builder with application/json body

func NewUpsertAkamaiIntegrationRequestWithBody added in v0.0.27

func NewUpsertAkamaiIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertAkamaiIntegrationRequestWithBody generates requests for UpsertAkamaiIntegration with any type of body

func NewUpsertApigeeIntegrationRequest added in v0.0.27

func NewUpsertApigeeIntegrationRequest(server string, body UpsertApigeeIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertApigeeIntegrationRequest calls the generic UpsertApigeeIntegration builder with application/json body

func NewUpsertApigeeIntegrationRequestWithBody added in v0.0.27

func NewUpsertApigeeIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertApigeeIntegrationRequestWithBody generates requests for UpsertApigeeIntegration with any type of body

func NewUpsertAwsIntegrationRequest added in v0.0.27

func NewUpsertAwsIntegrationRequest(server string, body UpsertAwsIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertAwsIntegrationRequest calls the generic UpsertAwsIntegration builder with application/json body

func NewUpsertAwsIntegrationRequestWithBody added in v0.0.27

func NewUpsertAwsIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertAwsIntegrationRequestWithBody generates requests for UpsertAwsIntegration with any type of body

func NewUpsertAzureDevopsIntegrationRequest added in v0.0.27

func NewUpsertAzureDevopsIntegrationRequest(server string, body UpsertAzureDevopsIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertAzureDevopsIntegrationRequest calls the generic UpsertAzureDevopsIntegration builder with application/json body

func NewUpsertAzureDevopsIntegrationRequestWithBody added in v0.0.27

func NewUpsertAzureDevopsIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertAzureDevopsIntegrationRequestWithBody generates requests for UpsertAzureDevopsIntegration with any type of body

func NewUpsertAzureIntegrationRequest added in v0.0.27

func NewUpsertAzureIntegrationRequest(server string, body UpsertAzureIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertAzureIntegrationRequest calls the generic UpsertAzureIntegration builder with application/json body

func NewUpsertAzureIntegrationRequestWithBody added in v0.0.27

func NewUpsertAzureIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertAzureIntegrationRequestWithBody generates requests for UpsertAzureIntegration with any type of body

func NewUpsertBitbucketRepoIntegrationRequest added in v0.0.27

func NewUpsertBitbucketRepoIntegrationRequest(server string, body UpsertBitbucketRepoIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertBitbucketRepoIntegrationRequest calls the generic UpsertBitbucketRepoIntegration builder with application/json body

func NewUpsertBitbucketRepoIntegrationRequestWithBody added in v0.0.27

func NewUpsertBitbucketRepoIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertBitbucketRepoIntegrationRequestWithBody generates requests for UpsertBitbucketRepoIntegration with any type of body

func NewUpsertCloudflareIntegrationRequest added in v0.0.27

func NewUpsertCloudflareIntegrationRequest(server string, body UpsertCloudflareIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertCloudflareIntegrationRequest calls the generic UpsertCloudflareIntegration builder with application/json body

func NewUpsertCloudflareIntegrationRequestWithBody added in v0.0.27

func NewUpsertCloudflareIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertCloudflareIntegrationRequestWithBody generates requests for UpsertCloudflareIntegration with any type of body

func NewUpsertDiscordWebhookIntegrationRequest added in v0.0.27

func NewUpsertDiscordWebhookIntegrationRequest(server string, body UpsertDiscordWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertDiscordWebhookIntegrationRequest calls the generic UpsertDiscordWebhookIntegration builder with application/json body

func NewUpsertDiscordWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpsertDiscordWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertDiscordWebhookIntegrationRequestWithBody generates requests for UpsertDiscordWebhookIntegration with any type of body

func NewUpsertEmailIntegrationRequest added in v0.0.27

func NewUpsertEmailIntegrationRequest(server string, body UpsertEmailIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertEmailIntegrationRequest calls the generic UpsertEmailIntegration builder with application/json body

func NewUpsertEmailIntegrationRequestWithBody added in v0.0.27

func NewUpsertEmailIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertEmailIntegrationRequestWithBody generates requests for UpsertEmailIntegration with any type of body

func NewUpsertGcpIntegrationRequest added in v0.0.27

func NewUpsertGcpIntegrationRequest(server string, body UpsertGcpIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertGcpIntegrationRequest calls the generic UpsertGcpIntegration builder with application/json body

func NewUpsertGcpIntegrationRequestWithBody added in v0.0.27

func NewUpsertGcpIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertGcpIntegrationRequestWithBody generates requests for UpsertGcpIntegration with any type of body

func NewUpsertGithubApiKeyIntegrationRequest added in v0.0.27

func NewUpsertGithubApiKeyIntegrationRequest(server string, body UpsertGithubApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertGithubApiKeyIntegrationRequest calls the generic UpsertGithubApiKeyIntegration builder with application/json body

func NewUpsertGithubApiKeyIntegrationRequestWithBody added in v0.0.27

func NewUpsertGithubApiKeyIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertGithubApiKeyIntegrationRequestWithBody generates requests for UpsertGithubApiKeyIntegration with any type of body

func NewUpsertGitlabApiKeyIntegrationRequest added in v0.0.27

func NewUpsertGitlabApiKeyIntegrationRequest(server string, body UpsertGitlabApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertGitlabApiKeyIntegrationRequest calls the generic UpsertGitlabApiKeyIntegration builder with application/json body

func NewUpsertGitlabApiKeyIntegrationRequestWithBody added in v0.0.27

func NewUpsertGitlabApiKeyIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertGitlabApiKeyIntegrationRequestWithBody generates requests for UpsertGitlabApiKeyIntegration with any type of body

func NewUpsertJiraIntegrationRequest added in v0.0.27

func NewUpsertJiraIntegrationRequest(server string, body UpsertJiraIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertJiraIntegrationRequest calls the generic UpsertJiraIntegration builder with application/json body

func NewUpsertJiraIntegrationRequestWithBody added in v0.0.27

func NewUpsertJiraIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertJiraIntegrationRequestWithBody generates requests for UpsertJiraIntegration with any type of body

func NewUpsertKongGatewayIntegrationRequest added in v0.0.27

func NewUpsertKongGatewayIntegrationRequest(server string, body UpsertKongGatewayIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertKongGatewayIntegrationRequest calls the generic UpsertKongGatewayIntegration builder with application/json body

func NewUpsertKongGatewayIntegrationRequestWithBody added in v0.0.27

func NewUpsertKongGatewayIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertKongGatewayIntegrationRequestWithBody generates requests for UpsertKongGatewayIntegration with any type of body

func NewUpsertKongKonnectIntegrationRequest added in v0.0.27

func NewUpsertKongKonnectIntegrationRequest(server string, body UpsertKongKonnectIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertKongKonnectIntegrationRequest calls the generic UpsertKongKonnectIntegration builder with application/json body

func NewUpsertKongKonnectIntegrationRequestWithBody added in v0.0.27

func NewUpsertKongKonnectIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertKongKonnectIntegrationRequestWithBody generates requests for UpsertKongKonnectIntegration with any type of body

func NewUpsertKubernetesIntegrationRequest added in v0.0.27

func NewUpsertKubernetesIntegrationRequest(server string, body UpsertKubernetesIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertKubernetesIntegrationRequest calls the generic UpsertKubernetesIntegration builder with application/json body

func NewUpsertKubernetesIntegrationRequestWithBody added in v0.0.27

func NewUpsertKubernetesIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertKubernetesIntegrationRequestWithBody generates requests for UpsertKubernetesIntegration with any type of body

func NewUpsertLocationRequest added in v0.0.14

func NewUpsertLocationRequest(server string, body UpsertLocationJSONRequestBody) (*http.Request, error)

NewUpsertLocationRequest calls the generic UpsertLocation builder with application/json body

func NewUpsertLocationRequestWithBody added in v0.0.14

func NewUpsertLocationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertLocationRequestWithBody generates requests for UpsertLocation with any type of body

func NewUpsertPostmanApiKeyIntegrationRequest added in v0.0.27

func NewUpsertPostmanApiKeyIntegrationRequest(server string, body UpsertPostmanApiKeyIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertPostmanApiKeyIntegrationRequest calls the generic UpsertPostmanApiKeyIntegration builder with application/json body

func NewUpsertPostmanApiKeyIntegrationRequestWithBody added in v0.0.27

func NewUpsertPostmanApiKeyIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertPostmanApiKeyIntegrationRequestWithBody generates requests for UpsertPostmanApiKeyIntegration with any type of body

func NewUpsertRoleRequest added in v0.0.27

func NewUpsertRoleRequest(server string, body UpsertRoleJSONRequestBody) (*http.Request, error)

NewUpsertRoleRequest calls the generic UpsertRole builder with application/json body

func NewUpsertRoleRequestWithBody added in v0.0.27

func NewUpsertRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertRoleRequestWithBody generates requests for UpsertRole with any type of body

func NewUpsertSlackWebhookIntegrationRequest added in v0.0.27

func NewUpsertSlackWebhookIntegrationRequest(server string, body UpsertSlackWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertSlackWebhookIntegrationRequest calls the generic UpsertSlackWebhookIntegration builder with application/json body

func NewUpsertSlackWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpsertSlackWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertSlackWebhookIntegrationRequestWithBody generates requests for UpsertSlackWebhookIntegration with any type of body

func NewUpsertTeamsWebhookIntegrationRequest added in v0.0.27

func NewUpsertTeamsWebhookIntegrationRequest(server string, body UpsertTeamsWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertTeamsWebhookIntegrationRequest calls the generic UpsertTeamsWebhookIntegration builder with application/json body

func NewUpsertTeamsWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpsertTeamsWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertTeamsWebhookIntegrationRequestWithBody generates requests for UpsertTeamsWebhookIntegration with any type of body

func NewUpsertWebhookIntegrationRequest added in v0.0.27

func NewUpsertWebhookIntegrationRequest(server string, body UpsertWebhookIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertWebhookIntegrationRequest calls the generic UpsertWebhookIntegration builder with application/json body

func NewUpsertWebhookIntegrationRequestWithBody added in v0.0.27

func NewUpsertWebhookIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertWebhookIntegrationRequestWithBody generates requests for UpsertWebhookIntegration with any type of body

func NewUpsertWizIntegrationRequest added in v0.0.27

func NewUpsertWizIntegrationRequest(server string, body UpsertWizIntegrationJSONRequestBody) (*http.Request, error)

NewUpsertWizIntegrationRequest calls the generic UpsertWizIntegration builder with application/json body

func NewUpsertWizIntegrationRequestWithBody added in v0.0.27

func NewUpsertWizIntegrationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpsertWizIntegrationRequestWithBody generates requests for UpsertWizIntegration with any type of body

Types

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) CreateAkamaiIntegration added in v0.0.27

func (c *Client) CreateAkamaiIntegration(ctx context.Context, body CreateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAkamaiIntegrationWithBody added in v0.0.27

func (c *Client) CreateAkamaiIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateApigeeIntegration added in v0.0.27

func (c *Client) CreateApigeeIntegration(ctx context.Context, body CreateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateApigeeIntegrationWithBody added in v0.0.27

func (c *Client) CreateApigeeIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAwsIntegration added in v0.0.27

func (c *Client) CreateAwsIntegration(ctx context.Context, body CreateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAwsIntegrationWithBody added in v0.0.27

func (c *Client) CreateAwsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAzureDevopsIntegration added in v0.0.27

func (c *Client) CreateAzureDevopsIntegration(ctx context.Context, body CreateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAzureDevopsIntegrationWithBody added in v0.0.27

func (c *Client) CreateAzureDevopsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAzureIntegration added in v0.0.27

func (c *Client) CreateAzureIntegration(ctx context.Context, body CreateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAzureIntegrationWithBody added in v0.0.27

func (c *Client) CreateAzureIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateBitbucketRepoIntegration added in v0.0.27

func (c *Client) CreateBitbucketRepoIntegration(ctx context.Context, body CreateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateBitbucketRepoIntegrationWithBody added in v0.0.27

func (c *Client) CreateBitbucketRepoIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateCloudflareIntegration added in v0.0.27

func (c *Client) CreateCloudflareIntegration(ctx context.Context, body CreateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateCloudflareIntegrationWithBody added in v0.0.27

func (c *Client) CreateCloudflareIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateDiscordWebhookIntegration added in v0.0.27

func (c *Client) CreateDiscordWebhookIntegration(ctx context.Context, body CreateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateDiscordWebhookIntegrationWithBody added in v0.0.27

func (c *Client) CreateDiscordWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateEmailIntegration added in v0.0.27

func (c *Client) CreateEmailIntegration(ctx context.Context, body CreateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateEmailIntegrationWithBody added in v0.0.27

func (c *Client) CreateEmailIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGcpIntegration added in v0.0.27

func (c *Client) CreateGcpIntegration(ctx context.Context, body CreateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGcpIntegrationWithBody added in v0.0.27

func (c *Client) CreateGcpIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGithubApiKeyIntegration added in v0.0.27

func (c *Client) CreateGithubApiKeyIntegration(ctx context.Context, body CreateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGithubApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) CreateGithubApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGitlabApiKeyIntegration added in v0.0.27

func (c *Client) CreateGitlabApiKeyIntegration(ctx context.Context, body CreateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateGitlabApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) CreateGitlabApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateJiraIntegration added in v0.0.27

func (c *Client) CreateJiraIntegration(ctx context.Context, body CreateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateJiraIntegrationWithBody added in v0.0.27

func (c *Client) CreateJiraIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateKongGatewayIntegration added in v0.0.27

func (c *Client) CreateKongGatewayIntegration(ctx context.Context, body CreateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateKongGatewayIntegrationWithBody added in v0.0.27

func (c *Client) CreateKongGatewayIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateKongKonnectIntegration added in v0.0.27

func (c *Client) CreateKongKonnectIntegration(ctx context.Context, body CreateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateKongKonnectIntegrationWithBody added in v0.0.27

func (c *Client) CreateKongKonnectIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateKubernetesIntegration added in v0.0.27

func (c *Client) CreateKubernetesIntegration(ctx context.Context, body CreateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateKubernetesIntegrationWithBody added in v0.0.27

func (c *Client) CreateKubernetesIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateLocation added in v0.0.14

func (c *Client) CreateLocation(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateLocationWithBody added in v0.0.14

func (c *Client) CreateLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePostmanApiKeyIntegration added in v0.0.27

func (c *Client) CreatePostmanApiKeyIntegration(ctx context.Context, body CreatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePostmanApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) CreatePostmanApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRole added in v0.0.27

func (c *Client) CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRoleWithBody added in v0.0.27

func (c *Client) CreateRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSlackWebhookIntegration added in v0.0.27

func (c *Client) CreateSlackWebhookIntegration(ctx context.Context, body CreateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSlackWebhookIntegrationWithBody added in v0.0.27

func (c *Client) CreateSlackWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTeamsWebhookIntegration added in v0.0.27

func (c *Client) CreateTeamsWebhookIntegration(ctx context.Context, body CreateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTeamsWebhookIntegrationWithBody added in v0.0.27

func (c *Client) CreateTeamsWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUserToRole added in v0.0.27

func (c *Client) CreateUserToRole(ctx context.Context, body CreateUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUserToRoleWithBody added in v0.0.27

func (c *Client) CreateUserToRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWebhookIntegration added in v0.0.27

func (c *Client) CreateWebhookIntegration(ctx context.Context, body CreateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWebhookIntegrationWithBody added in v0.0.27

func (c *Client) CreateWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWizIntegration added in v0.0.27

func (c *Client) CreateWizIntegration(ctx context.Context, body CreateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWizIntegrationWithBody added in v0.0.27

func (c *Client) CreateWizIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAkamaiIntegration added in v0.0.27

func (c *Client) DeleteAkamaiIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteApigeeIntegration added in v0.0.27

func (c *Client) DeleteApigeeIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAwsIntegration added in v0.0.27

func (c *Client) DeleteAwsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAzureDevopsIntegration added in v0.0.27

func (c *Client) DeleteAzureDevopsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAzureIntegration added in v0.0.27

func (c *Client) DeleteAzureIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteBitbucketRepoIntegration added in v0.0.27

func (c *Client) DeleteBitbucketRepoIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCloudflareIntegration added in v0.0.27

func (c *Client) DeleteCloudflareIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteDiscordWebhookIntegration added in v0.0.27

func (c *Client) DeleteDiscordWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteEmailIntegration added in v0.0.27

func (c *Client) DeleteEmailIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteGcpIntegration added in v0.0.27

func (c *Client) DeleteGcpIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteGithubApiKeyIntegration added in v0.0.27

func (c *Client) DeleteGithubApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteGitlabApiKeyIntegration added in v0.0.27

func (c *Client) DeleteGitlabApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteJiraIntegration added in v0.0.27

func (c *Client) DeleteJiraIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteKongGatewayIntegration added in v0.0.27

func (c *Client) DeleteKongGatewayIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteKongKonnectIntegration added in v0.0.27

func (c *Client) DeleteKongKonnectIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteKubernetesIntegration added in v0.0.27

func (c *Client) DeleteKubernetesIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteLocation added in v0.0.14

func (c *Client) DeleteLocation(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePostmanApiKeyIntegration added in v0.0.27

func (c *Client) DeletePostmanApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRole added in v0.0.27

func (c *Client) DeleteRole(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSlackWebhookIntegration added in v0.0.27

func (c *Client) DeleteSlackWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteTeamsWebhookIntegration added in v0.0.27

func (c *Client) DeleteTeamsWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUserToRole added in v0.0.27

func (c *Client) DeleteUserToRole(ctx context.Context, body DeleteUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUserToRoleWithBody added in v0.0.27

func (c *Client) DeleteUserToRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWebhookIntegration added in v0.0.27

func (c *Client) DeleteWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWizIntegration added in v0.0.27

func (c *Client) DeleteWizIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAkamaiIntegration added in v0.0.27

func (c *Client) GetAkamaiIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetApigeeIntegration added in v0.0.27

func (c *Client) GetApigeeIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetApplicationId

func (c *Client) GetApplicationId(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAwsIntegration added in v0.0.27

func (c *Client) GetAwsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAzureDevopsIntegration added in v0.0.27

func (c *Client) GetAzureDevopsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAzureIntegration added in v0.0.27

func (c *Client) GetAzureIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBitbucketRepoIntegration added in v0.0.27

func (c *Client) GetBitbucketRepoIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCloudflareIntegration added in v0.0.27

func (c *Client) GetCloudflareIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDiscordWebhookIntegration added in v0.0.27

func (c *Client) GetDiscordWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEmailIntegration added in v0.0.27

func (c *Client) GetEmailIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetGcpIntegration added in v0.0.27

func (c *Client) GetGcpIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetGithubApiKeyIntegration added in v0.0.27

func (c *Client) GetGithubApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetGitlabApiKeyIntegration added in v0.0.27

func (c *Client) GetGitlabApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetJiraIntegration added in v0.0.27

func (c *Client) GetJiraIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetKongGatewayIntegration added in v0.0.27

func (c *Client) GetKongGatewayIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetKongKonnectIntegration added in v0.0.27

func (c *Client) GetKongKonnectIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetKubernetesIntegration added in v0.0.27

func (c *Client) GetKubernetesIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetLocation added in v0.0.14

func (c *Client) GetLocation(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationIdApplications

func (c *Client) GetOrganizationIdApplications(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOrganizationIdApplicationsSearch

func (c *Client) GetOrganizationIdApplicationsSearch(ctx context.Context, id openapi_types.UUID, params *GetOrganizationIdApplicationsSearchParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPostmanApiKeyIntegration added in v0.0.27

func (c *Client) GetPostmanApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRole added in v0.0.27

func (c *Client) GetRole(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRoles added in v0.0.27

func (c *Client) GetRoles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetScansId

func (c *Client) GetScansId(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSlackWebhookIntegration added in v0.0.27

func (c *Client) GetSlackWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTeamsWebhookIntegration added in v0.0.27

func (c *Client) GetTeamsWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV1OrganizationIdSchemas

func (c *Client) GetV1OrganizationIdSchemas(ctx context.Context, id openapi_types.UUID, params *GetV1OrganizationIdSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV1OrganizationIdSchemasSchemaId

func (c *Client) GetV1OrganizationIdSchemasSchemaId(ctx context.Context, id openapi_types.UUID, schemaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetV1OrganizationIdServices

func (c *Client) GetV1OrganizationIdServices(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWebhookIntegration added in v0.0.27

func (c *Client) GetWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWizIntegration added in v0.0.27

func (c *Client) GetWizIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAkamaiIntegrations added in v0.0.27

func (c *Client) ListAkamaiIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListApigeeIntegrations added in v0.0.27

func (c *Client) ListApigeeIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAwsIntegrations added in v0.0.27

func (c *Client) ListAwsIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAzureDevopsIntegrations added in v0.0.27

func (c *Client) ListAzureDevopsIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAzureIntegrations added in v0.0.27

func (c *Client) ListAzureIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListBitbucketRepoIntegrations added in v0.0.27

func (c *Client) ListBitbucketRepoIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListCloudflareIntegrations added in v0.0.27

func (c *Client) ListCloudflareIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListDiscordWebhookIntegrations added in v0.0.27

func (c *Client) ListDiscordWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListEmailIntegrations added in v0.0.27

func (c *Client) ListEmailIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListGcpIntegrations added in v0.0.27

func (c *Client) ListGcpIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListGithubApiKeyIntegrations added in v0.0.27

func (c *Client) ListGithubApiKeyIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListGitlabApiKeyIntegrations added in v0.0.27

func (c *Client) ListGitlabApiKeyIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListJiraIntegrations added in v0.0.27

func (c *Client) ListJiraIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListKongGatewayIntegrations added in v0.0.27

func (c *Client) ListKongGatewayIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListKongKonnectIntegrations added in v0.0.27

func (c *Client) ListKongKonnectIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListKubernetesIntegrations added in v0.0.27

func (c *Client) ListKubernetesIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListLocations added in v0.0.14

func (c *Client) ListLocations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListPostmanApiKeyIntegrations added in v0.0.27

func (c *Client) ListPostmanApiKeyIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSlackWebhookIntegrations added in v0.0.27

func (c *Client) ListSlackWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListTeamsWebhookIntegrations added in v0.0.27

func (c *Client) ListTeamsWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListWebhookIntegrations added in v0.0.27

func (c *Client) ListWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListWizIntegrations added in v0.0.27

func (c *Client) ListWizIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostApplicationsIdStartScan

func (c *Client) PostApplicationsIdStartScan(ctx context.Context, id openapi_types.UUID, body PostApplicationsIdStartScanJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostApplicationsIdStartScanWithBody

func (c *Client) PostApplicationsIdStartScanWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostApplicationsIdUploadSchema

func (c *Client) PostApplicationsIdUploadSchema(ctx context.Context, id openapi_types.UUID, body PostApplicationsIdUploadSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostApplicationsIdUploadSchemaWithBody

func (c *Client) PostApplicationsIdUploadSchemaWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCreateApplication

func (c *Client) PostCreateApplication(ctx context.Context, body PostCreateApplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostCreateApplicationWithBody

func (c *Client) PostCreateApplicationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAkamaiIntegration added in v0.0.27

func (c *Client) UpdateAkamaiIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAkamaiIntegrationWithBody added in v0.0.27

func (c *Client) UpdateAkamaiIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateApigeeIntegration added in v0.0.27

func (c *Client) UpdateApigeeIntegration(ctx context.Context, id openapi_types.UUID, body UpdateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateApigeeIntegrationWithBody added in v0.0.27

func (c *Client) UpdateApigeeIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAwsIntegration added in v0.0.27

func (c *Client) UpdateAwsIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAwsIntegrationWithBody added in v0.0.27

func (c *Client) UpdateAwsIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAzureDevopsIntegration added in v0.0.27

func (c *Client) UpdateAzureDevopsIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAzureDevopsIntegrationWithBody added in v0.0.27

func (c *Client) UpdateAzureDevopsIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAzureIntegration added in v0.0.27

func (c *Client) UpdateAzureIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAzureIntegrationWithBody added in v0.0.27

func (c *Client) UpdateAzureIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateBitbucketRepoIntegration added in v0.0.27

func (c *Client) UpdateBitbucketRepoIntegration(ctx context.Context, id openapi_types.UUID, body UpdateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateBitbucketRepoIntegrationWithBody added in v0.0.27

func (c *Client) UpdateBitbucketRepoIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateCloudflareIntegration added in v0.0.27

func (c *Client) UpdateCloudflareIntegration(ctx context.Context, id openapi_types.UUID, body UpdateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateCloudflareIntegrationWithBody added in v0.0.27

func (c *Client) UpdateCloudflareIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateDiscordWebhookIntegration added in v0.0.27

func (c *Client) UpdateDiscordWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateDiscordWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpdateDiscordWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateEmailIntegration added in v0.0.27

func (c *Client) UpdateEmailIntegration(ctx context.Context, id openapi_types.UUID, body UpdateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateEmailIntegrationWithBody added in v0.0.27

func (c *Client) UpdateEmailIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGcpIntegration added in v0.0.27

func (c *Client) UpdateGcpIntegration(ctx context.Context, id openapi_types.UUID, body UpdateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGcpIntegrationWithBody added in v0.0.27

func (c *Client) UpdateGcpIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGithubApiKeyIntegration added in v0.0.27

func (c *Client) UpdateGithubApiKeyIntegration(ctx context.Context, id openapi_types.UUID, body UpdateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGithubApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) UpdateGithubApiKeyIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGitlabApiKeyIntegration added in v0.0.27

func (c *Client) UpdateGitlabApiKeyIntegration(ctx context.Context, id openapi_types.UUID, body UpdateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateGitlabApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) UpdateGitlabApiKeyIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateJiraIntegration added in v0.0.27

func (c *Client) UpdateJiraIntegration(ctx context.Context, id openapi_types.UUID, body UpdateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateJiraIntegrationWithBody added in v0.0.27

func (c *Client) UpdateJiraIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKongGatewayIntegration added in v0.0.27

func (c *Client) UpdateKongGatewayIntegration(ctx context.Context, id openapi_types.UUID, body UpdateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKongGatewayIntegrationWithBody added in v0.0.27

func (c *Client) UpdateKongGatewayIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKongKonnectIntegration added in v0.0.27

func (c *Client) UpdateKongKonnectIntegration(ctx context.Context, id openapi_types.UUID, body UpdateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKongKonnectIntegrationWithBody added in v0.0.27

func (c *Client) UpdateKongKonnectIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKubernetesIntegration added in v0.0.27

func (c *Client) UpdateKubernetesIntegration(ctx context.Context, id openapi_types.UUID, body UpdateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKubernetesIntegrationWithBody added in v0.0.27

func (c *Client) UpdateKubernetesIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateLocation added in v0.0.27

func (c *Client) UpdateLocation(ctx context.Context, id openapi_types.UUID, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateLocationWithBody added in v0.0.27

func (c *Client) UpdateLocationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePostmanApiKeyIntegration added in v0.0.27

func (c *Client) UpdatePostmanApiKeyIntegration(ctx context.Context, id openapi_types.UUID, body UpdatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePostmanApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) UpdatePostmanApiKeyIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRole added in v0.0.27

func (c *Client) UpdateRole(ctx context.Context, id openapi_types.UUID, body UpdateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRoleWithBody added in v0.0.27

func (c *Client) UpdateRoleWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateService added in v0.0.27

func (c *Client) UpdateService(ctx context.Context, id openapi_types.UUID, body UpdateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateServiceWithBody added in v0.0.27

func (c *Client) UpdateServiceWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSlackWebhookIntegration added in v0.0.27

func (c *Client) UpdateSlackWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSlackWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpdateSlackWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateTeamsWebhookIntegration added in v0.0.27

func (c *Client) UpdateTeamsWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateTeamsWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpdateTeamsWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateWebhookIntegration added in v0.0.27

func (c *Client) UpdateWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpdateWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateWizIntegration added in v0.0.27

func (c *Client) UpdateWizIntegration(ctx context.Context, id openapi_types.UUID, body UpdateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateWizIntegrationWithBody added in v0.0.27

func (c *Client) UpdateWizIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAkamaiIntegration added in v0.0.27

func (c *Client) UpsertAkamaiIntegration(ctx context.Context, body UpsertAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAkamaiIntegrationWithBody added in v0.0.27

func (c *Client) UpsertAkamaiIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertApigeeIntegration added in v0.0.27

func (c *Client) UpsertApigeeIntegration(ctx context.Context, body UpsertApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertApigeeIntegrationWithBody added in v0.0.27

func (c *Client) UpsertApigeeIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAwsIntegration added in v0.0.27

func (c *Client) UpsertAwsIntegration(ctx context.Context, body UpsertAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAwsIntegrationWithBody added in v0.0.27

func (c *Client) UpsertAwsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAzureDevopsIntegration added in v0.0.27

func (c *Client) UpsertAzureDevopsIntegration(ctx context.Context, body UpsertAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAzureDevopsIntegrationWithBody added in v0.0.27

func (c *Client) UpsertAzureDevopsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAzureIntegration added in v0.0.27

func (c *Client) UpsertAzureIntegration(ctx context.Context, body UpsertAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertAzureIntegrationWithBody added in v0.0.27

func (c *Client) UpsertAzureIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertBitbucketRepoIntegration added in v0.0.27

func (c *Client) UpsertBitbucketRepoIntegration(ctx context.Context, body UpsertBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertBitbucketRepoIntegrationWithBody added in v0.0.27

func (c *Client) UpsertBitbucketRepoIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertCloudflareIntegration added in v0.0.27

func (c *Client) UpsertCloudflareIntegration(ctx context.Context, body UpsertCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertCloudflareIntegrationWithBody added in v0.0.27

func (c *Client) UpsertCloudflareIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertDiscordWebhookIntegration added in v0.0.27

func (c *Client) UpsertDiscordWebhookIntegration(ctx context.Context, body UpsertDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertDiscordWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpsertDiscordWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertEmailIntegration added in v0.0.27

func (c *Client) UpsertEmailIntegration(ctx context.Context, body UpsertEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertEmailIntegrationWithBody added in v0.0.27

func (c *Client) UpsertEmailIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertGcpIntegration added in v0.0.27

func (c *Client) UpsertGcpIntegration(ctx context.Context, body UpsertGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertGcpIntegrationWithBody added in v0.0.27

func (c *Client) UpsertGcpIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertGithubApiKeyIntegration added in v0.0.27

func (c *Client) UpsertGithubApiKeyIntegration(ctx context.Context, body UpsertGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertGithubApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) UpsertGithubApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertGitlabApiKeyIntegration added in v0.0.27

func (c *Client) UpsertGitlabApiKeyIntegration(ctx context.Context, body UpsertGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertGitlabApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) UpsertGitlabApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertJiraIntegration added in v0.0.27

func (c *Client) UpsertJiraIntegration(ctx context.Context, body UpsertJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertJiraIntegrationWithBody added in v0.0.27

func (c *Client) UpsertJiraIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertKongGatewayIntegration added in v0.0.27

func (c *Client) UpsertKongGatewayIntegration(ctx context.Context, body UpsertKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertKongGatewayIntegrationWithBody added in v0.0.27

func (c *Client) UpsertKongGatewayIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertKongKonnectIntegration added in v0.0.27

func (c *Client) UpsertKongKonnectIntegration(ctx context.Context, body UpsertKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertKongKonnectIntegrationWithBody added in v0.0.27

func (c *Client) UpsertKongKonnectIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertKubernetesIntegration added in v0.0.27

func (c *Client) UpsertKubernetesIntegration(ctx context.Context, body UpsertKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertKubernetesIntegrationWithBody added in v0.0.27

func (c *Client) UpsertKubernetesIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertLocation added in v0.0.14

func (c *Client) UpsertLocation(ctx context.Context, body UpsertLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertLocationWithBody added in v0.0.14

func (c *Client) UpsertLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertPostmanApiKeyIntegration added in v0.0.27

func (c *Client) UpsertPostmanApiKeyIntegration(ctx context.Context, body UpsertPostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertPostmanApiKeyIntegrationWithBody added in v0.0.27

func (c *Client) UpsertPostmanApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertRole added in v0.0.27

func (c *Client) UpsertRole(ctx context.Context, body UpsertRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertRoleWithBody added in v0.0.27

func (c *Client) UpsertRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertSlackWebhookIntegration added in v0.0.27

func (c *Client) UpsertSlackWebhookIntegration(ctx context.Context, body UpsertSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertSlackWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpsertSlackWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertTeamsWebhookIntegration added in v0.0.27

func (c *Client) UpsertTeamsWebhookIntegration(ctx context.Context, body UpsertTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertTeamsWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpsertTeamsWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertWebhookIntegration added in v0.0.27

func (c *Client) UpsertWebhookIntegration(ctx context.Context, body UpsertWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertWebhookIntegrationWithBody added in v0.0.27

func (c *Client) UpsertWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertWizIntegration added in v0.0.27

func (c *Client) UpsertWizIntegration(ctx context.Context, body UpsertWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpsertWizIntegrationWithBody added in v0.0.27

func (c *Client) UpsertWizIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// GetApplicationId request
	GetApplicationId(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostApplicationsIdStartScanWithBody request with any body
	PostApplicationsIdStartScanWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostApplicationsIdStartScan(ctx context.Context, id openapi_types.UUID, body PostApplicationsIdStartScanJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostApplicationsIdUploadSchemaWithBody request with any body
	PostApplicationsIdUploadSchemaWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostApplicationsIdUploadSchema(ctx context.Context, id openapi_types.UUID, body PostApplicationsIdUploadSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostCreateApplicationWithBody request with any body
	PostCreateApplicationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostCreateApplication(ctx context.Context, body PostCreateApplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationIdApplications request
	GetOrganizationIdApplications(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOrganizationIdApplicationsSearch request
	GetOrganizationIdApplicationsSearch(ctx context.Context, id openapi_types.UUID, params *GetOrganizationIdApplicationsSearchParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetScansId request
	GetScansId(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAkamaiIntegrations request
	ListAkamaiIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAkamaiIntegrationWithBody request with any body
	CreateAkamaiIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAkamaiIntegration(ctx context.Context, body CreateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertAkamaiIntegrationWithBody request with any body
	UpsertAkamaiIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertAkamaiIntegration(ctx context.Context, body UpsertAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAkamaiIntegration request
	DeleteAkamaiIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAkamaiIntegration request
	GetAkamaiIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAkamaiIntegrationWithBody request with any body
	UpdateAkamaiIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAkamaiIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListApigeeIntegrations request
	ListApigeeIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateApigeeIntegrationWithBody request with any body
	CreateApigeeIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateApigeeIntegration(ctx context.Context, body CreateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertApigeeIntegrationWithBody request with any body
	UpsertApigeeIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertApigeeIntegration(ctx context.Context, body UpsertApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteApigeeIntegration request
	DeleteApigeeIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetApigeeIntegration request
	GetApigeeIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateApigeeIntegrationWithBody request with any body
	UpdateApigeeIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateApigeeIntegration(ctx context.Context, id openapi_types.UUID, body UpdateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAwsIntegrations request
	ListAwsIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAwsIntegrationWithBody request with any body
	CreateAwsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAwsIntegration(ctx context.Context, body CreateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertAwsIntegrationWithBody request with any body
	UpsertAwsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertAwsIntegration(ctx context.Context, body UpsertAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAwsIntegration request
	DeleteAwsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAwsIntegration request
	GetAwsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAwsIntegrationWithBody request with any body
	UpdateAwsIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAwsIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAzureIntegrations request
	ListAzureIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAzureIntegrationWithBody request with any body
	CreateAzureIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAzureIntegration(ctx context.Context, body CreateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertAzureIntegrationWithBody request with any body
	UpsertAzureIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertAzureIntegration(ctx context.Context, body UpsertAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAzureIntegration request
	DeleteAzureIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAzureIntegration request
	GetAzureIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAzureIntegrationWithBody request with any body
	UpdateAzureIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAzureIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAzureDevopsIntegrations request
	ListAzureDevopsIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAzureDevopsIntegrationWithBody request with any body
	CreateAzureDevopsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAzureDevopsIntegration(ctx context.Context, body CreateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertAzureDevopsIntegrationWithBody request with any body
	UpsertAzureDevopsIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertAzureDevopsIntegration(ctx context.Context, body UpsertAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAzureDevopsIntegration request
	DeleteAzureDevopsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAzureDevopsIntegration request
	GetAzureDevopsIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAzureDevopsIntegrationWithBody request with any body
	UpdateAzureDevopsIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAzureDevopsIntegration(ctx context.Context, id openapi_types.UUID, body UpdateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListBitbucketRepoIntegrations request
	ListBitbucketRepoIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateBitbucketRepoIntegrationWithBody request with any body
	CreateBitbucketRepoIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateBitbucketRepoIntegration(ctx context.Context, body CreateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertBitbucketRepoIntegrationWithBody request with any body
	UpsertBitbucketRepoIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertBitbucketRepoIntegration(ctx context.Context, body UpsertBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteBitbucketRepoIntegration request
	DeleteBitbucketRepoIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBitbucketRepoIntegration request
	GetBitbucketRepoIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateBitbucketRepoIntegrationWithBody request with any body
	UpdateBitbucketRepoIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateBitbucketRepoIntegration(ctx context.Context, id openapi_types.UUID, body UpdateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListCloudflareIntegrations request
	ListCloudflareIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateCloudflareIntegrationWithBody request with any body
	CreateCloudflareIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateCloudflareIntegration(ctx context.Context, body CreateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertCloudflareIntegrationWithBody request with any body
	UpsertCloudflareIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertCloudflareIntegration(ctx context.Context, body UpsertCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCloudflareIntegration request
	DeleteCloudflareIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCloudflareIntegration request
	GetCloudflareIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateCloudflareIntegrationWithBody request with any body
	UpdateCloudflareIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateCloudflareIntegration(ctx context.Context, id openapi_types.UUID, body UpdateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListDiscordWebhookIntegrations request
	ListDiscordWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateDiscordWebhookIntegrationWithBody request with any body
	CreateDiscordWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateDiscordWebhookIntegration(ctx context.Context, body CreateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertDiscordWebhookIntegrationWithBody request with any body
	UpsertDiscordWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertDiscordWebhookIntegration(ctx context.Context, body UpsertDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteDiscordWebhookIntegration request
	DeleteDiscordWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDiscordWebhookIntegration request
	GetDiscordWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateDiscordWebhookIntegrationWithBody request with any body
	UpdateDiscordWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateDiscordWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListEmailIntegrations request
	ListEmailIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateEmailIntegrationWithBody request with any body
	CreateEmailIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateEmailIntegration(ctx context.Context, body CreateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertEmailIntegrationWithBody request with any body
	UpsertEmailIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertEmailIntegration(ctx context.Context, body UpsertEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteEmailIntegration request
	DeleteEmailIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEmailIntegration request
	GetEmailIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateEmailIntegrationWithBody request with any body
	UpdateEmailIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateEmailIntegration(ctx context.Context, id openapi_types.UUID, body UpdateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListGcpIntegrations request
	ListGcpIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateGcpIntegrationWithBody request with any body
	CreateGcpIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateGcpIntegration(ctx context.Context, body CreateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertGcpIntegrationWithBody request with any body
	UpsertGcpIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertGcpIntegration(ctx context.Context, body UpsertGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteGcpIntegration request
	DeleteGcpIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetGcpIntegration request
	GetGcpIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateGcpIntegrationWithBody request with any body
	UpdateGcpIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateGcpIntegration(ctx context.Context, id openapi_types.UUID, body UpdateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListGithubApiKeyIntegrations request
	ListGithubApiKeyIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateGithubApiKeyIntegrationWithBody request with any body
	CreateGithubApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateGithubApiKeyIntegration(ctx context.Context, body CreateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertGithubApiKeyIntegrationWithBody request with any body
	UpsertGithubApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertGithubApiKeyIntegration(ctx context.Context, body UpsertGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteGithubApiKeyIntegration request
	DeleteGithubApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetGithubApiKeyIntegration request
	GetGithubApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateGithubApiKeyIntegrationWithBody request with any body
	UpdateGithubApiKeyIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateGithubApiKeyIntegration(ctx context.Context, id openapi_types.UUID, body UpdateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListGitlabApiKeyIntegrations request
	ListGitlabApiKeyIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateGitlabApiKeyIntegrationWithBody request with any body
	CreateGitlabApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateGitlabApiKeyIntegration(ctx context.Context, body CreateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertGitlabApiKeyIntegrationWithBody request with any body
	UpsertGitlabApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertGitlabApiKeyIntegration(ctx context.Context, body UpsertGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteGitlabApiKeyIntegration request
	DeleteGitlabApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetGitlabApiKeyIntegration request
	GetGitlabApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateGitlabApiKeyIntegrationWithBody request with any body
	UpdateGitlabApiKeyIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateGitlabApiKeyIntegration(ctx context.Context, id openapi_types.UUID, body UpdateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListJiraIntegrations request
	ListJiraIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateJiraIntegrationWithBody request with any body
	CreateJiraIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateJiraIntegration(ctx context.Context, body CreateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertJiraIntegrationWithBody request with any body
	UpsertJiraIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertJiraIntegration(ctx context.Context, body UpsertJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteJiraIntegration request
	DeleteJiraIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetJiraIntegration request
	GetJiraIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateJiraIntegrationWithBody request with any body
	UpdateJiraIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateJiraIntegration(ctx context.Context, id openapi_types.UUID, body UpdateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListKongGatewayIntegrations request
	ListKongGatewayIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateKongGatewayIntegrationWithBody request with any body
	CreateKongGatewayIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateKongGatewayIntegration(ctx context.Context, body CreateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertKongGatewayIntegrationWithBody request with any body
	UpsertKongGatewayIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertKongGatewayIntegration(ctx context.Context, body UpsertKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteKongGatewayIntegration request
	DeleteKongGatewayIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetKongGatewayIntegration request
	GetKongGatewayIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateKongGatewayIntegrationWithBody request with any body
	UpdateKongGatewayIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateKongGatewayIntegration(ctx context.Context, id openapi_types.UUID, body UpdateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListKongKonnectIntegrations request
	ListKongKonnectIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateKongKonnectIntegrationWithBody request with any body
	CreateKongKonnectIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateKongKonnectIntegration(ctx context.Context, body CreateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertKongKonnectIntegrationWithBody request with any body
	UpsertKongKonnectIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertKongKonnectIntegration(ctx context.Context, body UpsertKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteKongKonnectIntegration request
	DeleteKongKonnectIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetKongKonnectIntegration request
	GetKongKonnectIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateKongKonnectIntegrationWithBody request with any body
	UpdateKongKonnectIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateKongKonnectIntegration(ctx context.Context, id openapi_types.UUID, body UpdateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListKubernetesIntegrations request
	ListKubernetesIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateKubernetesIntegrationWithBody request with any body
	CreateKubernetesIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateKubernetesIntegration(ctx context.Context, body CreateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertKubernetesIntegrationWithBody request with any body
	UpsertKubernetesIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertKubernetesIntegration(ctx context.Context, body UpsertKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteKubernetesIntegration request
	DeleteKubernetesIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetKubernetesIntegration request
	GetKubernetesIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateKubernetesIntegrationWithBody request with any body
	UpdateKubernetesIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateKubernetesIntegration(ctx context.Context, id openapi_types.UUID, body UpdateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListPostmanApiKeyIntegrations request
	ListPostmanApiKeyIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePostmanApiKeyIntegrationWithBody request with any body
	CreatePostmanApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreatePostmanApiKeyIntegration(ctx context.Context, body CreatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertPostmanApiKeyIntegrationWithBody request with any body
	UpsertPostmanApiKeyIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertPostmanApiKeyIntegration(ctx context.Context, body UpsertPostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePostmanApiKeyIntegration request
	DeletePostmanApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPostmanApiKeyIntegration request
	GetPostmanApiKeyIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePostmanApiKeyIntegrationWithBody request with any body
	UpdatePostmanApiKeyIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdatePostmanApiKeyIntegration(ctx context.Context, id openapi_types.UUID, body UpdatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSlackWebhookIntegrations request
	ListSlackWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateSlackWebhookIntegrationWithBody request with any body
	CreateSlackWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateSlackWebhookIntegration(ctx context.Context, body CreateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertSlackWebhookIntegrationWithBody request with any body
	UpsertSlackWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertSlackWebhookIntegration(ctx context.Context, body UpsertSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSlackWebhookIntegration request
	DeleteSlackWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSlackWebhookIntegration request
	GetSlackWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateSlackWebhookIntegrationWithBody request with any body
	UpdateSlackWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateSlackWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListTeamsWebhookIntegrations request
	ListTeamsWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateTeamsWebhookIntegrationWithBody request with any body
	CreateTeamsWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateTeamsWebhookIntegration(ctx context.Context, body CreateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertTeamsWebhookIntegrationWithBody request with any body
	UpsertTeamsWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertTeamsWebhookIntegration(ctx context.Context, body UpsertTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteTeamsWebhookIntegration request
	DeleteTeamsWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTeamsWebhookIntegration request
	GetTeamsWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateTeamsWebhookIntegrationWithBody request with any body
	UpdateTeamsWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateTeamsWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWebhookIntegrations request
	ListWebhookIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateWebhookIntegrationWithBody request with any body
	CreateWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateWebhookIntegration(ctx context.Context, body CreateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertWebhookIntegrationWithBody request with any body
	UpsertWebhookIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertWebhookIntegration(ctx context.Context, body UpsertWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWebhookIntegration request
	DeleteWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWebhookIntegration request
	GetWebhookIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateWebhookIntegrationWithBody request with any body
	UpdateWebhookIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateWebhookIntegration(ctx context.Context, id openapi_types.UUID, body UpdateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListWizIntegrations request
	ListWizIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateWizIntegrationWithBody request with any body
	CreateWizIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateWizIntegration(ctx context.Context, body CreateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertWizIntegrationWithBody request with any body
	UpsertWizIntegrationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertWizIntegration(ctx context.Context, body UpsertWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWizIntegration request
	DeleteWizIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWizIntegration request
	GetWizIntegration(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateWizIntegrationWithBody request with any body
	UpdateWizIntegrationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateWizIntegration(ctx context.Context, id openapi_types.UUID, body UpdateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateLocationWithBody request with any body
	UpdateLocationWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateLocation(ctx context.Context, id openapi_types.UUID, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListLocations request
	ListLocations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateLocationWithBody request with any body
	CreateLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateLocation(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertLocationWithBody request with any body
	UpsertLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertLocation(ctx context.Context, body UpsertLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteLocation request
	DeleteLocation(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetLocation request
	GetLocation(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV1OrganizationIdSchemas request
	GetV1OrganizationIdSchemas(ctx context.Context, id openapi_types.UUID, params *GetV1OrganizationIdSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV1OrganizationIdSchemasSchemaId request
	GetV1OrganizationIdSchemasSchemaId(ctx context.Context, id openapi_types.UUID, schemaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetV1OrganizationIdServices request
	GetV1OrganizationIdServices(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateRoleWithBody request with any body
	CreateRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpsertRoleWithBody request with any body
	UpsertRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpsertRole(ctx context.Context, body UpsertRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRole request
	DeleteRole(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRole request
	GetRole(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRoleWithBody request with any body
	UpdateRoleWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRole(ctx context.Context, id openapi_types.UUID, body UpdateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRoles request
	GetRoles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUserToRoleWithBody request with any body
	DeleteUserToRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteUserToRole(ctx context.Context, body DeleteUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateUserToRoleWithBody request with any body
	CreateUserToRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateUserToRole(ctx context.Context, body CreateUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateServiceWithBody request with any body
	UpdateServiceWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateService(ctx context.Context, id openapi_types.UUID, body UpdateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewAPIClient added in v0.0.5

func NewAPIClient(opts ...ClientOption) (*ClientWithResponses, error)

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) CreateAkamaiIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAkamaiIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAkamaiIntegrationResponse, error)

CreateAkamaiIntegrationWithBodyWithResponse request with arbitrary body returning *CreateAkamaiIntegrationResponse

func (*ClientWithResponses) CreateAkamaiIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAkamaiIntegrationWithResponse(ctx context.Context, body CreateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAkamaiIntegrationResponse, error)

func (*ClientWithResponses) CreateApigeeIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateApigeeIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateApigeeIntegrationResponse, error)

CreateApigeeIntegrationWithBodyWithResponse request with arbitrary body returning *CreateApigeeIntegrationResponse

func (*ClientWithResponses) CreateApigeeIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateApigeeIntegrationWithResponse(ctx context.Context, body CreateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateApigeeIntegrationResponse, error)

func (*ClientWithResponses) CreateAwsIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAwsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAwsIntegrationResponse, error)

CreateAwsIntegrationWithBodyWithResponse request with arbitrary body returning *CreateAwsIntegrationResponse

func (*ClientWithResponses) CreateAwsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAwsIntegrationWithResponse(ctx context.Context, body CreateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAwsIntegrationResponse, error)

func (*ClientWithResponses) CreateAzureDevopsIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAzureDevopsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAzureDevopsIntegrationResponse, error)

CreateAzureDevopsIntegrationWithBodyWithResponse request with arbitrary body returning *CreateAzureDevopsIntegrationResponse

func (*ClientWithResponses) CreateAzureDevopsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAzureDevopsIntegrationWithResponse(ctx context.Context, body CreateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAzureDevopsIntegrationResponse, error)

func (*ClientWithResponses) CreateAzureIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAzureIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAzureIntegrationResponse, error)

CreateAzureIntegrationWithBodyWithResponse request with arbitrary body returning *CreateAzureIntegrationResponse

func (*ClientWithResponses) CreateAzureIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateAzureIntegrationWithResponse(ctx context.Context, body CreateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAzureIntegrationResponse, error)

func (*ClientWithResponses) CreateBitbucketRepoIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateBitbucketRepoIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBitbucketRepoIntegrationResponse, error)

CreateBitbucketRepoIntegrationWithBodyWithResponse request with arbitrary body returning *CreateBitbucketRepoIntegrationResponse

func (*ClientWithResponses) CreateBitbucketRepoIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateBitbucketRepoIntegrationWithResponse(ctx context.Context, body CreateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBitbucketRepoIntegrationResponse, error)

func (*ClientWithResponses) CreateCloudflareIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateCloudflareIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateCloudflareIntegrationResponse, error)

CreateCloudflareIntegrationWithBodyWithResponse request with arbitrary body returning *CreateCloudflareIntegrationResponse

func (*ClientWithResponses) CreateCloudflareIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateCloudflareIntegrationWithResponse(ctx context.Context, body CreateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateCloudflareIntegrationResponse, error)

func (*ClientWithResponses) CreateDiscordWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateDiscordWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDiscordWebhookIntegrationResponse, error)

CreateDiscordWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *CreateDiscordWebhookIntegrationResponse

func (*ClientWithResponses) CreateDiscordWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateDiscordWebhookIntegrationWithResponse(ctx context.Context, body CreateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDiscordWebhookIntegrationResponse, error)

func (*ClientWithResponses) CreateEmailIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateEmailIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEmailIntegrationResponse, error)

CreateEmailIntegrationWithBodyWithResponse request with arbitrary body returning *CreateEmailIntegrationResponse

func (*ClientWithResponses) CreateEmailIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateEmailIntegrationWithResponse(ctx context.Context, body CreateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEmailIntegrationResponse, error)

func (*ClientWithResponses) CreateGcpIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateGcpIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGcpIntegrationResponse, error)

CreateGcpIntegrationWithBodyWithResponse request with arbitrary body returning *CreateGcpIntegrationResponse

func (*ClientWithResponses) CreateGcpIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateGcpIntegrationWithResponse(ctx context.Context, body CreateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGcpIntegrationResponse, error)

func (*ClientWithResponses) CreateGithubApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateGithubApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGithubApiKeyIntegrationResponse, error)

CreateGithubApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *CreateGithubApiKeyIntegrationResponse

func (*ClientWithResponses) CreateGithubApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateGithubApiKeyIntegrationWithResponse(ctx context.Context, body CreateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGithubApiKeyIntegrationResponse, error)

func (*ClientWithResponses) CreateGitlabApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateGitlabApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGitlabApiKeyIntegrationResponse, error)

CreateGitlabApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *CreateGitlabApiKeyIntegrationResponse

func (*ClientWithResponses) CreateGitlabApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateGitlabApiKeyIntegrationWithResponse(ctx context.Context, body CreateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGitlabApiKeyIntegrationResponse, error)

func (*ClientWithResponses) CreateJiraIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateJiraIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateJiraIntegrationResponse, error)

CreateJiraIntegrationWithBodyWithResponse request with arbitrary body returning *CreateJiraIntegrationResponse

func (*ClientWithResponses) CreateJiraIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateJiraIntegrationWithResponse(ctx context.Context, body CreateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateJiraIntegrationResponse, error)

func (*ClientWithResponses) CreateKongGatewayIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateKongGatewayIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateKongGatewayIntegrationResponse, error)

CreateKongGatewayIntegrationWithBodyWithResponse request with arbitrary body returning *CreateKongGatewayIntegrationResponse

func (*ClientWithResponses) CreateKongGatewayIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateKongGatewayIntegrationWithResponse(ctx context.Context, body CreateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateKongGatewayIntegrationResponse, error)

func (*ClientWithResponses) CreateKongKonnectIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateKongKonnectIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateKongKonnectIntegrationResponse, error)

CreateKongKonnectIntegrationWithBodyWithResponse request with arbitrary body returning *CreateKongKonnectIntegrationResponse

func (*ClientWithResponses) CreateKongKonnectIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateKongKonnectIntegrationWithResponse(ctx context.Context, body CreateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateKongKonnectIntegrationResponse, error)

func (*ClientWithResponses) CreateKubernetesIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateKubernetesIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateKubernetesIntegrationResponse, error)

CreateKubernetesIntegrationWithBodyWithResponse request with arbitrary body returning *CreateKubernetesIntegrationResponse

func (*ClientWithResponses) CreateKubernetesIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateKubernetesIntegrationWithResponse(ctx context.Context, body CreateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateKubernetesIntegrationResponse, error)

func (*ClientWithResponses) CreateLocationWithBodyWithResponse added in v0.0.14

func (c *ClientWithResponses) CreateLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)

CreateLocationWithBodyWithResponse request with arbitrary body returning *CreateLocationResponse

func (*ClientWithResponses) CreateLocationWithResponse added in v0.0.14

func (c *ClientWithResponses) CreateLocationWithResponse(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)

func (*ClientWithResponses) CreatePostmanApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreatePostmanApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePostmanApiKeyIntegrationResponse, error)

CreatePostmanApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *CreatePostmanApiKeyIntegrationResponse

func (*ClientWithResponses) CreatePostmanApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreatePostmanApiKeyIntegrationWithResponse(ctx context.Context, body CreatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePostmanApiKeyIntegrationResponse, error)

func (*ClientWithResponses) CreateRoleWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

CreateRoleWithBodyWithResponse request with arbitrary body returning *CreateRoleResponse

func (*ClientWithResponses) CreateRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

func (*ClientWithResponses) CreateSlackWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateSlackWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSlackWebhookIntegrationResponse, error)

CreateSlackWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *CreateSlackWebhookIntegrationResponse

func (*ClientWithResponses) CreateSlackWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateSlackWebhookIntegrationWithResponse(ctx context.Context, body CreateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSlackWebhookIntegrationResponse, error)

func (*ClientWithResponses) CreateTeamsWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateTeamsWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTeamsWebhookIntegrationResponse, error)

CreateTeamsWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *CreateTeamsWebhookIntegrationResponse

func (*ClientWithResponses) CreateTeamsWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateTeamsWebhookIntegrationWithResponse(ctx context.Context, body CreateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTeamsWebhookIntegrationResponse, error)

func (*ClientWithResponses) CreateUserToRoleWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateUserToRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserToRoleResponse, error)

CreateUserToRoleWithBodyWithResponse request with arbitrary body returning *CreateUserToRoleResponse

func (*ClientWithResponses) CreateUserToRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateUserToRoleWithResponse(ctx context.Context, body CreateUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserToRoleResponse, error)

func (*ClientWithResponses) CreateWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWebhookIntegrationResponse, error)

CreateWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *CreateWebhookIntegrationResponse

func (*ClientWithResponses) CreateWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateWebhookIntegrationWithResponse(ctx context.Context, body CreateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWebhookIntegrationResponse, error)

func (*ClientWithResponses) CreateWizIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateWizIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWizIntegrationResponse, error)

CreateWizIntegrationWithBodyWithResponse request with arbitrary body returning *CreateWizIntegrationResponse

func (*ClientWithResponses) CreateWizIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) CreateWizIntegrationWithResponse(ctx context.Context, body CreateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWizIntegrationResponse, error)

func (*ClientWithResponses) DeleteAkamaiIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteAkamaiIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAkamaiIntegrationResponse, error)

DeleteAkamaiIntegrationWithResponse request returning *DeleteAkamaiIntegrationResponse

func (*ClientWithResponses) DeleteApigeeIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteApigeeIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteApigeeIntegrationResponse, error)

DeleteApigeeIntegrationWithResponse request returning *DeleteApigeeIntegrationResponse

func (*ClientWithResponses) DeleteAwsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteAwsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAwsIntegrationResponse, error)

DeleteAwsIntegrationWithResponse request returning *DeleteAwsIntegrationResponse

func (*ClientWithResponses) DeleteAzureDevopsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteAzureDevopsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAzureDevopsIntegrationResponse, error)

DeleteAzureDevopsIntegrationWithResponse request returning *DeleteAzureDevopsIntegrationResponse

func (*ClientWithResponses) DeleteAzureIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteAzureIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAzureIntegrationResponse, error)

DeleteAzureIntegrationWithResponse request returning *DeleteAzureIntegrationResponse

func (*ClientWithResponses) DeleteBitbucketRepoIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteBitbucketRepoIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteBitbucketRepoIntegrationResponse, error)

DeleteBitbucketRepoIntegrationWithResponse request returning *DeleteBitbucketRepoIntegrationResponse

func (*ClientWithResponses) DeleteCloudflareIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteCloudflareIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteCloudflareIntegrationResponse, error)

DeleteCloudflareIntegrationWithResponse request returning *DeleteCloudflareIntegrationResponse

func (*ClientWithResponses) DeleteDiscordWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteDiscordWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteDiscordWebhookIntegrationResponse, error)

DeleteDiscordWebhookIntegrationWithResponse request returning *DeleteDiscordWebhookIntegrationResponse

func (*ClientWithResponses) DeleteEmailIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteEmailIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteEmailIntegrationResponse, error)

DeleteEmailIntegrationWithResponse request returning *DeleteEmailIntegrationResponse

func (*ClientWithResponses) DeleteGcpIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteGcpIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteGcpIntegrationResponse, error)

DeleteGcpIntegrationWithResponse request returning *DeleteGcpIntegrationResponse

func (*ClientWithResponses) DeleteGithubApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteGithubApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteGithubApiKeyIntegrationResponse, error)

DeleteGithubApiKeyIntegrationWithResponse request returning *DeleteGithubApiKeyIntegrationResponse

func (*ClientWithResponses) DeleteGitlabApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteGitlabApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteGitlabApiKeyIntegrationResponse, error)

DeleteGitlabApiKeyIntegrationWithResponse request returning *DeleteGitlabApiKeyIntegrationResponse

func (*ClientWithResponses) DeleteJiraIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteJiraIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteJiraIntegrationResponse, error)

DeleteJiraIntegrationWithResponse request returning *DeleteJiraIntegrationResponse

func (*ClientWithResponses) DeleteKongGatewayIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteKongGatewayIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteKongGatewayIntegrationResponse, error)

DeleteKongGatewayIntegrationWithResponse request returning *DeleteKongGatewayIntegrationResponse

func (*ClientWithResponses) DeleteKongKonnectIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteKongKonnectIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteKongKonnectIntegrationResponse, error)

DeleteKongKonnectIntegrationWithResponse request returning *DeleteKongKonnectIntegrationResponse

func (*ClientWithResponses) DeleteKubernetesIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteKubernetesIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteKubernetesIntegrationResponse, error)

DeleteKubernetesIntegrationWithResponse request returning *DeleteKubernetesIntegrationResponse

func (*ClientWithResponses) DeleteLocationWithResponse added in v0.0.14

func (c *ClientWithResponses) DeleteLocationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteLocationResponse, error)

DeleteLocationWithResponse request returning *DeleteLocationResponse

func (*ClientWithResponses) DeletePostmanApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeletePostmanApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeletePostmanApiKeyIntegrationResponse, error)

DeletePostmanApiKeyIntegrationWithResponse request returning *DeletePostmanApiKeyIntegrationResponse

func (*ClientWithResponses) DeleteRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteRoleWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error)

DeleteRoleWithResponse request returning *DeleteRoleResponse

func (*ClientWithResponses) DeleteSlackWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteSlackWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteSlackWebhookIntegrationResponse, error)

DeleteSlackWebhookIntegrationWithResponse request returning *DeleteSlackWebhookIntegrationResponse

func (*ClientWithResponses) DeleteTeamsWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteTeamsWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteTeamsWebhookIntegrationResponse, error)

DeleteTeamsWebhookIntegrationWithResponse request returning *DeleteTeamsWebhookIntegrationResponse

func (*ClientWithResponses) DeleteUserToRoleWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteUserToRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteUserToRoleResponse, error)

DeleteUserToRoleWithBodyWithResponse request with arbitrary body returning *DeleteUserToRoleResponse

func (*ClientWithResponses) DeleteUserToRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteUserToRoleWithResponse(ctx context.Context, body DeleteUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteUserToRoleResponse, error)

func (*ClientWithResponses) DeleteWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteWebhookIntegrationResponse, error)

DeleteWebhookIntegrationWithResponse request returning *DeleteWebhookIntegrationResponse

func (*ClientWithResponses) DeleteWizIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) DeleteWizIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteWizIntegrationResponse, error)

DeleteWizIntegrationWithResponse request returning *DeleteWizIntegrationResponse

func (*ClientWithResponses) GetAkamaiIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetAkamaiIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAkamaiIntegrationResponse, error)

GetAkamaiIntegrationWithResponse request returning *GetAkamaiIntegrationResponse

func (*ClientWithResponses) GetApigeeIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetApigeeIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetApigeeIntegrationResponse, error)

GetApigeeIntegrationWithResponse request returning *GetApigeeIntegrationResponse

func (*ClientWithResponses) GetApplicationIdWithResponse

func (c *ClientWithResponses) GetApplicationIdWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetApplicationIdResponse, error)

GetApplicationIdWithResponse request returning *GetApplicationIdResponse

func (*ClientWithResponses) GetAwsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetAwsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAwsIntegrationResponse, error)

GetAwsIntegrationWithResponse request returning *GetAwsIntegrationResponse

func (*ClientWithResponses) GetAzureDevopsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetAzureDevopsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAzureDevopsIntegrationResponse, error)

GetAzureDevopsIntegrationWithResponse request returning *GetAzureDevopsIntegrationResponse

func (*ClientWithResponses) GetAzureIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetAzureIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAzureIntegrationResponse, error)

GetAzureIntegrationWithResponse request returning *GetAzureIntegrationResponse

func (*ClientWithResponses) GetBitbucketRepoIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetBitbucketRepoIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetBitbucketRepoIntegrationResponse, error)

GetBitbucketRepoIntegrationWithResponse request returning *GetBitbucketRepoIntegrationResponse

func (*ClientWithResponses) GetCloudflareIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetCloudflareIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetCloudflareIntegrationResponse, error)

GetCloudflareIntegrationWithResponse request returning *GetCloudflareIntegrationResponse

func (*ClientWithResponses) GetDiscordWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetDiscordWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetDiscordWebhookIntegrationResponse, error)

GetDiscordWebhookIntegrationWithResponse request returning *GetDiscordWebhookIntegrationResponse

func (*ClientWithResponses) GetEmailIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetEmailIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetEmailIntegrationResponse, error)

GetEmailIntegrationWithResponse request returning *GetEmailIntegrationResponse

func (*ClientWithResponses) GetGcpIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetGcpIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetGcpIntegrationResponse, error)

GetGcpIntegrationWithResponse request returning *GetGcpIntegrationResponse

func (*ClientWithResponses) GetGithubApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetGithubApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetGithubApiKeyIntegrationResponse, error)

GetGithubApiKeyIntegrationWithResponse request returning *GetGithubApiKeyIntegrationResponse

func (*ClientWithResponses) GetGitlabApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetGitlabApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetGitlabApiKeyIntegrationResponse, error)

GetGitlabApiKeyIntegrationWithResponse request returning *GetGitlabApiKeyIntegrationResponse

func (*ClientWithResponses) GetJiraIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetJiraIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetJiraIntegrationResponse, error)

GetJiraIntegrationWithResponse request returning *GetJiraIntegrationResponse

func (*ClientWithResponses) GetKongGatewayIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetKongGatewayIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetKongGatewayIntegrationResponse, error)

GetKongGatewayIntegrationWithResponse request returning *GetKongGatewayIntegrationResponse

func (*ClientWithResponses) GetKongKonnectIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetKongKonnectIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetKongKonnectIntegrationResponse, error)

GetKongKonnectIntegrationWithResponse request returning *GetKongKonnectIntegrationResponse

func (*ClientWithResponses) GetKubernetesIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetKubernetesIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetKubernetesIntegrationResponse, error)

GetKubernetesIntegrationWithResponse request returning *GetKubernetesIntegrationResponse

func (*ClientWithResponses) GetLocationWithResponse added in v0.0.14

func (c *ClientWithResponses) GetLocationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetLocationResponse, error)

GetLocationWithResponse request returning *GetLocationResponse

func (*ClientWithResponses) GetOrganizationIdApplicationsSearchWithResponse

func (c *ClientWithResponses) GetOrganizationIdApplicationsSearchWithResponse(ctx context.Context, id openapi_types.UUID, params *GetOrganizationIdApplicationsSearchParams, reqEditors ...RequestEditorFn) (*GetOrganizationIdApplicationsSearchResponse, error)

GetOrganizationIdApplicationsSearchWithResponse request returning *GetOrganizationIdApplicationsSearchResponse

func (*ClientWithResponses) GetOrganizationIdApplicationsWithResponse

func (c *ClientWithResponses) GetOrganizationIdApplicationsWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetOrganizationIdApplicationsResponse, error)

GetOrganizationIdApplicationsWithResponse request returning *GetOrganizationIdApplicationsResponse

func (*ClientWithResponses) GetPostmanApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetPostmanApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetPostmanApiKeyIntegrationResponse, error)

GetPostmanApiKeyIntegrationWithResponse request returning *GetPostmanApiKeyIntegrationResponse

func (*ClientWithResponses) GetRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) GetRoleWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetRoleResponse, error)

GetRoleWithResponse request returning *GetRoleResponse

func (*ClientWithResponses) GetRolesWithResponse added in v0.0.27

func (c *ClientWithResponses) GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error)

GetRolesWithResponse request returning *GetRolesResponse

func (*ClientWithResponses) GetScansIdWithResponse

func (c *ClientWithResponses) GetScansIdWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetScansIdResponse, error)

GetScansIdWithResponse request returning *GetScansIdResponse

func (*ClientWithResponses) GetSlackWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetSlackWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetSlackWebhookIntegrationResponse, error)

GetSlackWebhookIntegrationWithResponse request returning *GetSlackWebhookIntegrationResponse

func (*ClientWithResponses) GetTeamsWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetTeamsWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetTeamsWebhookIntegrationResponse, error)

GetTeamsWebhookIntegrationWithResponse request returning *GetTeamsWebhookIntegrationResponse

func (*ClientWithResponses) GetV1OrganizationIdSchemasSchemaIdWithResponse

func (c *ClientWithResponses) GetV1OrganizationIdSchemasSchemaIdWithResponse(ctx context.Context, id openapi_types.UUID, schemaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV1OrganizationIdSchemasSchemaIdResponse, error)

GetV1OrganizationIdSchemasSchemaIdWithResponse request returning *GetV1OrganizationIdSchemasSchemaIdResponse

func (*ClientWithResponses) GetV1OrganizationIdSchemasWithResponse

func (c *ClientWithResponses) GetV1OrganizationIdSchemasWithResponse(ctx context.Context, id openapi_types.UUID, params *GetV1OrganizationIdSchemasParams, reqEditors ...RequestEditorFn) (*GetV1OrganizationIdSchemasResponse, error)

GetV1OrganizationIdSchemasWithResponse request returning *GetV1OrganizationIdSchemasResponse

func (*ClientWithResponses) GetV1OrganizationIdServicesWithResponse

func (c *ClientWithResponses) GetV1OrganizationIdServicesWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV1OrganizationIdServicesResponse, error)

GetV1OrganizationIdServicesWithResponse request returning *GetV1OrganizationIdServicesResponse

func (*ClientWithResponses) GetWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetWebhookIntegrationResponse, error)

GetWebhookIntegrationWithResponse request returning *GetWebhookIntegrationResponse

func (*ClientWithResponses) GetWizIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) GetWizIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetWizIntegrationResponse, error)

GetWizIntegrationWithResponse request returning *GetWizIntegrationResponse

func (*ClientWithResponses) ListAkamaiIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListAkamaiIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAkamaiIntegrationsResponse, error)

ListAkamaiIntegrationsWithResponse request returning *ListAkamaiIntegrationsResponse

func (*ClientWithResponses) ListApigeeIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListApigeeIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListApigeeIntegrationsResponse, error)

ListApigeeIntegrationsWithResponse request returning *ListApigeeIntegrationsResponse

func (*ClientWithResponses) ListAwsIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListAwsIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAwsIntegrationsResponse, error)

ListAwsIntegrationsWithResponse request returning *ListAwsIntegrationsResponse

func (*ClientWithResponses) ListAzureDevopsIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListAzureDevopsIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAzureDevopsIntegrationsResponse, error)

ListAzureDevopsIntegrationsWithResponse request returning *ListAzureDevopsIntegrationsResponse

func (*ClientWithResponses) ListAzureIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListAzureIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAzureIntegrationsResponse, error)

ListAzureIntegrationsWithResponse request returning *ListAzureIntegrationsResponse

func (*ClientWithResponses) ListBitbucketRepoIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListBitbucketRepoIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListBitbucketRepoIntegrationsResponse, error)

ListBitbucketRepoIntegrationsWithResponse request returning *ListBitbucketRepoIntegrationsResponse

func (*ClientWithResponses) ListCloudflareIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListCloudflareIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListCloudflareIntegrationsResponse, error)

ListCloudflareIntegrationsWithResponse request returning *ListCloudflareIntegrationsResponse

func (*ClientWithResponses) ListDiscordWebhookIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListDiscordWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListDiscordWebhookIntegrationsResponse, error)

ListDiscordWebhookIntegrationsWithResponse request returning *ListDiscordWebhookIntegrationsResponse

func (*ClientWithResponses) ListEmailIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListEmailIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListEmailIntegrationsResponse, error)

ListEmailIntegrationsWithResponse request returning *ListEmailIntegrationsResponse

func (*ClientWithResponses) ListGcpIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListGcpIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGcpIntegrationsResponse, error)

ListGcpIntegrationsWithResponse request returning *ListGcpIntegrationsResponse

func (*ClientWithResponses) ListGithubApiKeyIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListGithubApiKeyIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGithubApiKeyIntegrationsResponse, error)

ListGithubApiKeyIntegrationsWithResponse request returning *ListGithubApiKeyIntegrationsResponse

func (*ClientWithResponses) ListGitlabApiKeyIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListGitlabApiKeyIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGitlabApiKeyIntegrationsResponse, error)

ListGitlabApiKeyIntegrationsWithResponse request returning *ListGitlabApiKeyIntegrationsResponse

func (*ClientWithResponses) ListJiraIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListJiraIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListJiraIntegrationsResponse, error)

ListJiraIntegrationsWithResponse request returning *ListJiraIntegrationsResponse

func (*ClientWithResponses) ListKongGatewayIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListKongGatewayIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListKongGatewayIntegrationsResponse, error)

ListKongGatewayIntegrationsWithResponse request returning *ListKongGatewayIntegrationsResponse

func (*ClientWithResponses) ListKongKonnectIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListKongKonnectIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListKongKonnectIntegrationsResponse, error)

ListKongKonnectIntegrationsWithResponse request returning *ListKongKonnectIntegrationsResponse

func (*ClientWithResponses) ListKubernetesIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListKubernetesIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListKubernetesIntegrationsResponse, error)

ListKubernetesIntegrationsWithResponse request returning *ListKubernetesIntegrationsResponse

func (*ClientWithResponses) ListLocationsWithResponse added in v0.0.14

func (c *ClientWithResponses) ListLocationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListLocationsResponse, error)

ListLocationsWithResponse request returning *ListLocationsResponse

func (*ClientWithResponses) ListPostmanApiKeyIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListPostmanApiKeyIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPostmanApiKeyIntegrationsResponse, error)

ListPostmanApiKeyIntegrationsWithResponse request returning *ListPostmanApiKeyIntegrationsResponse

func (*ClientWithResponses) ListSlackWebhookIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListSlackWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSlackWebhookIntegrationsResponse, error)

ListSlackWebhookIntegrationsWithResponse request returning *ListSlackWebhookIntegrationsResponse

func (*ClientWithResponses) ListTeamsWebhookIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListTeamsWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListTeamsWebhookIntegrationsResponse, error)

ListTeamsWebhookIntegrationsWithResponse request returning *ListTeamsWebhookIntegrationsResponse

func (*ClientWithResponses) ListWebhookIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWebhookIntegrationsResponse, error)

ListWebhookIntegrationsWithResponse request returning *ListWebhookIntegrationsResponse

func (*ClientWithResponses) ListWizIntegrationsWithResponse added in v0.0.27

func (c *ClientWithResponses) ListWizIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWizIntegrationsResponse, error)

ListWizIntegrationsWithResponse request returning *ListWizIntegrationsResponse

func (*ClientWithResponses) PostApplicationsIdStartScanWithBodyWithResponse

func (c *ClientWithResponses) PostApplicationsIdStartScanWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostApplicationsIdStartScanResponse, error)

PostApplicationsIdStartScanWithBodyWithResponse request with arbitrary body returning *PostApplicationsIdStartScanResponse

func (*ClientWithResponses) PostApplicationsIdUploadSchemaWithBodyWithResponse

func (c *ClientWithResponses) PostApplicationsIdUploadSchemaWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostApplicationsIdUploadSchemaResponse, error)

PostApplicationsIdUploadSchemaWithBodyWithResponse request with arbitrary body returning *PostApplicationsIdUploadSchemaResponse

func (*ClientWithResponses) PostCreateApplicationWithBodyWithResponse

func (c *ClientWithResponses) PostCreateApplicationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCreateApplicationResponse, error)

PostCreateApplicationWithBodyWithResponse request with arbitrary body returning *PostCreateApplicationResponse

func (*ClientWithResponses) PostCreateApplicationWithResponse

func (c *ClientWithResponses) PostCreateApplicationWithResponse(ctx context.Context, body PostCreateApplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCreateApplicationResponse, error)

func (*ClientWithResponses) UpdateAkamaiIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateAkamaiIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAkamaiIntegrationResponse, error)

UpdateAkamaiIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateAkamaiIntegrationResponse

func (*ClientWithResponses) UpdateAkamaiIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateApigeeIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateApigeeIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateApigeeIntegrationResponse, error)

UpdateApigeeIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateApigeeIntegrationResponse

func (*ClientWithResponses) UpdateApigeeIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateAwsIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateAwsIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAwsIntegrationResponse, error)

UpdateAwsIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateAwsIntegrationResponse

func (*ClientWithResponses) UpdateAwsIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateAzureDevopsIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateAzureDevopsIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAzureDevopsIntegrationResponse, error)

UpdateAzureDevopsIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateAzureDevopsIntegrationResponse

func (*ClientWithResponses) UpdateAzureDevopsIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateAzureIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateAzureIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAzureIntegrationResponse, error)

UpdateAzureIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateAzureIntegrationResponse

func (*ClientWithResponses) UpdateAzureIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateBitbucketRepoIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateBitbucketRepoIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBitbucketRepoIntegrationResponse, error)

UpdateBitbucketRepoIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateBitbucketRepoIntegrationResponse

func (*ClientWithResponses) UpdateBitbucketRepoIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateCloudflareIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateCloudflareIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCloudflareIntegrationResponse, error)

UpdateCloudflareIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateCloudflareIntegrationResponse

func (*ClientWithResponses) UpdateCloudflareIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateDiscordWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateDiscordWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDiscordWebhookIntegrationResponse, error)

UpdateDiscordWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateDiscordWebhookIntegrationResponse

func (*ClientWithResponses) UpdateDiscordWebhookIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateEmailIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateEmailIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateEmailIntegrationResponse, error)

UpdateEmailIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateEmailIntegrationResponse

func (*ClientWithResponses) UpdateEmailIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateGcpIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateGcpIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGcpIntegrationResponse, error)

UpdateGcpIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateGcpIntegrationResponse

func (*ClientWithResponses) UpdateGcpIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateGithubApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateGithubApiKeyIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGithubApiKeyIntegrationResponse, error)

UpdateGithubApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateGithubApiKeyIntegrationResponse

func (*ClientWithResponses) UpdateGithubApiKeyIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateGitlabApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateGitlabApiKeyIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGitlabApiKeyIntegrationResponse, error)

UpdateGitlabApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateGitlabApiKeyIntegrationResponse

func (*ClientWithResponses) UpdateGitlabApiKeyIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateJiraIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateJiraIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateJiraIntegrationResponse, error)

UpdateJiraIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateJiraIntegrationResponse

func (*ClientWithResponses) UpdateJiraIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateKongGatewayIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateKongGatewayIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKongGatewayIntegrationResponse, error)

UpdateKongGatewayIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateKongGatewayIntegrationResponse

func (*ClientWithResponses) UpdateKongGatewayIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateKongKonnectIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateKongKonnectIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKongKonnectIntegrationResponse, error)

UpdateKongKonnectIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateKongKonnectIntegrationResponse

func (*ClientWithResponses) UpdateKongKonnectIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateKubernetesIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateKubernetesIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKubernetesIntegrationResponse, error)

UpdateKubernetesIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateKubernetesIntegrationResponse

func (*ClientWithResponses) UpdateKubernetesIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateLocationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateLocationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)

UpdateLocationWithBodyWithResponse request with arbitrary body returning *UpdateLocationResponse

func (*ClientWithResponses) UpdateLocationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateLocationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)

func (*ClientWithResponses) UpdatePostmanApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdatePostmanApiKeyIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePostmanApiKeyIntegrationResponse, error)

UpdatePostmanApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *UpdatePostmanApiKeyIntegrationResponse

func (*ClientWithResponses) UpdatePostmanApiKeyIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateRoleWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateRoleWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRoleResponse, error)

UpdateRoleWithBodyWithResponse request with arbitrary body returning *UpdateRoleResponse

func (*ClientWithResponses) UpdateRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateRoleWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRoleResponse, error)

func (*ClientWithResponses) UpdateServiceWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateServiceWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateServiceResponse, error)

UpdateServiceWithBodyWithResponse request with arbitrary body returning *UpdateServiceResponse

func (*ClientWithResponses) UpdateServiceWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateServiceWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateServiceResponse, error)

func (*ClientWithResponses) UpdateSlackWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateSlackWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSlackWebhookIntegrationResponse, error)

UpdateSlackWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateSlackWebhookIntegrationResponse

func (*ClientWithResponses) UpdateSlackWebhookIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateTeamsWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateTeamsWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTeamsWebhookIntegrationResponse, error)

UpdateTeamsWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateTeamsWebhookIntegrationResponse

func (*ClientWithResponses) UpdateTeamsWebhookIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWebhookIntegrationResponse, error)

UpdateWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateWebhookIntegrationResponse

func (*ClientWithResponses) UpdateWebhookIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpdateWizIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpdateWizIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWizIntegrationResponse, error)

UpdateWizIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateWizIntegrationResponse

func (*ClientWithResponses) UpdateWizIntegrationWithResponse added in v0.0.27

func (*ClientWithResponses) UpsertAkamaiIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAkamaiIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAkamaiIntegrationResponse, error)

UpsertAkamaiIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertAkamaiIntegrationResponse

func (*ClientWithResponses) UpsertAkamaiIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAkamaiIntegrationWithResponse(ctx context.Context, body UpsertAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAkamaiIntegrationResponse, error)

func (*ClientWithResponses) UpsertApigeeIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertApigeeIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertApigeeIntegrationResponse, error)

UpsertApigeeIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertApigeeIntegrationResponse

func (*ClientWithResponses) UpsertApigeeIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertApigeeIntegrationWithResponse(ctx context.Context, body UpsertApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertApigeeIntegrationResponse, error)

func (*ClientWithResponses) UpsertAwsIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAwsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAwsIntegrationResponse, error)

UpsertAwsIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertAwsIntegrationResponse

func (*ClientWithResponses) UpsertAwsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAwsIntegrationWithResponse(ctx context.Context, body UpsertAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAwsIntegrationResponse, error)

func (*ClientWithResponses) UpsertAzureDevopsIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAzureDevopsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAzureDevopsIntegrationResponse, error)

UpsertAzureDevopsIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertAzureDevopsIntegrationResponse

func (*ClientWithResponses) UpsertAzureDevopsIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAzureDevopsIntegrationWithResponse(ctx context.Context, body UpsertAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAzureDevopsIntegrationResponse, error)

func (*ClientWithResponses) UpsertAzureIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAzureIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAzureIntegrationResponse, error)

UpsertAzureIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertAzureIntegrationResponse

func (*ClientWithResponses) UpsertAzureIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertAzureIntegrationWithResponse(ctx context.Context, body UpsertAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAzureIntegrationResponse, error)

func (*ClientWithResponses) UpsertBitbucketRepoIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertBitbucketRepoIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertBitbucketRepoIntegrationResponse, error)

UpsertBitbucketRepoIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertBitbucketRepoIntegrationResponse

func (*ClientWithResponses) UpsertBitbucketRepoIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertBitbucketRepoIntegrationWithResponse(ctx context.Context, body UpsertBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertBitbucketRepoIntegrationResponse, error)

func (*ClientWithResponses) UpsertCloudflareIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertCloudflareIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertCloudflareIntegrationResponse, error)

UpsertCloudflareIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertCloudflareIntegrationResponse

func (*ClientWithResponses) UpsertCloudflareIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertCloudflareIntegrationWithResponse(ctx context.Context, body UpsertCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertCloudflareIntegrationResponse, error)

func (*ClientWithResponses) UpsertDiscordWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertDiscordWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertDiscordWebhookIntegrationResponse, error)

UpsertDiscordWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertDiscordWebhookIntegrationResponse

func (*ClientWithResponses) UpsertDiscordWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertDiscordWebhookIntegrationWithResponse(ctx context.Context, body UpsertDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertDiscordWebhookIntegrationResponse, error)

func (*ClientWithResponses) UpsertEmailIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertEmailIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertEmailIntegrationResponse, error)

UpsertEmailIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertEmailIntegrationResponse

func (*ClientWithResponses) UpsertEmailIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertEmailIntegrationWithResponse(ctx context.Context, body UpsertEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertEmailIntegrationResponse, error)

func (*ClientWithResponses) UpsertGcpIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertGcpIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertGcpIntegrationResponse, error)

UpsertGcpIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertGcpIntegrationResponse

func (*ClientWithResponses) UpsertGcpIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertGcpIntegrationWithResponse(ctx context.Context, body UpsertGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertGcpIntegrationResponse, error)

func (*ClientWithResponses) UpsertGithubApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertGithubApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertGithubApiKeyIntegrationResponse, error)

UpsertGithubApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertGithubApiKeyIntegrationResponse

func (*ClientWithResponses) UpsertGithubApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertGithubApiKeyIntegrationWithResponse(ctx context.Context, body UpsertGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertGithubApiKeyIntegrationResponse, error)

func (*ClientWithResponses) UpsertGitlabApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertGitlabApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertGitlabApiKeyIntegrationResponse, error)

UpsertGitlabApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertGitlabApiKeyIntegrationResponse

func (*ClientWithResponses) UpsertGitlabApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertGitlabApiKeyIntegrationWithResponse(ctx context.Context, body UpsertGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertGitlabApiKeyIntegrationResponse, error)

func (*ClientWithResponses) UpsertJiraIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertJiraIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertJiraIntegrationResponse, error)

UpsertJiraIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertJiraIntegrationResponse

func (*ClientWithResponses) UpsertJiraIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertJiraIntegrationWithResponse(ctx context.Context, body UpsertJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertJiraIntegrationResponse, error)

func (*ClientWithResponses) UpsertKongGatewayIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertKongGatewayIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertKongGatewayIntegrationResponse, error)

UpsertKongGatewayIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertKongGatewayIntegrationResponse

func (*ClientWithResponses) UpsertKongGatewayIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertKongGatewayIntegrationWithResponse(ctx context.Context, body UpsertKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertKongGatewayIntegrationResponse, error)

func (*ClientWithResponses) UpsertKongKonnectIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertKongKonnectIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertKongKonnectIntegrationResponse, error)

UpsertKongKonnectIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertKongKonnectIntegrationResponse

func (*ClientWithResponses) UpsertKongKonnectIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertKongKonnectIntegrationWithResponse(ctx context.Context, body UpsertKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertKongKonnectIntegrationResponse, error)

func (*ClientWithResponses) UpsertKubernetesIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertKubernetesIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertKubernetesIntegrationResponse, error)

UpsertKubernetesIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertKubernetesIntegrationResponse

func (*ClientWithResponses) UpsertKubernetesIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertKubernetesIntegrationWithResponse(ctx context.Context, body UpsertKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertKubernetesIntegrationResponse, error)

func (*ClientWithResponses) UpsertLocationWithBodyWithResponse added in v0.0.14

func (c *ClientWithResponses) UpsertLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertLocationResponse, error)

UpsertLocationWithBodyWithResponse request with arbitrary body returning *UpsertLocationResponse

func (*ClientWithResponses) UpsertLocationWithResponse added in v0.0.14

func (c *ClientWithResponses) UpsertLocationWithResponse(ctx context.Context, body UpsertLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertLocationResponse, error)

func (*ClientWithResponses) UpsertPostmanApiKeyIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertPostmanApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertPostmanApiKeyIntegrationResponse, error)

UpsertPostmanApiKeyIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertPostmanApiKeyIntegrationResponse

func (*ClientWithResponses) UpsertPostmanApiKeyIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertPostmanApiKeyIntegrationWithResponse(ctx context.Context, body UpsertPostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertPostmanApiKeyIntegrationResponse, error)

func (*ClientWithResponses) UpsertRoleWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertRoleResponse, error)

UpsertRoleWithBodyWithResponse request with arbitrary body returning *UpsertRoleResponse

func (*ClientWithResponses) UpsertRoleWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertRoleWithResponse(ctx context.Context, body UpsertRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertRoleResponse, error)

func (*ClientWithResponses) UpsertSlackWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertSlackWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertSlackWebhookIntegrationResponse, error)

UpsertSlackWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertSlackWebhookIntegrationResponse

func (*ClientWithResponses) UpsertSlackWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertSlackWebhookIntegrationWithResponse(ctx context.Context, body UpsertSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertSlackWebhookIntegrationResponse, error)

func (*ClientWithResponses) UpsertTeamsWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertTeamsWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertTeamsWebhookIntegrationResponse, error)

UpsertTeamsWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertTeamsWebhookIntegrationResponse

func (*ClientWithResponses) UpsertTeamsWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertTeamsWebhookIntegrationWithResponse(ctx context.Context, body UpsertTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertTeamsWebhookIntegrationResponse, error)

func (*ClientWithResponses) UpsertWebhookIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertWebhookIntegrationResponse, error)

UpsertWebhookIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertWebhookIntegrationResponse

func (*ClientWithResponses) UpsertWebhookIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertWebhookIntegrationWithResponse(ctx context.Context, body UpsertWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertWebhookIntegrationResponse, error)

func (*ClientWithResponses) UpsertWizIntegrationWithBodyWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertWizIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertWizIntegrationResponse, error)

UpsertWizIntegrationWithBodyWithResponse request with arbitrary body returning *UpsertWizIntegrationResponse

func (*ClientWithResponses) UpsertWizIntegrationWithResponse added in v0.0.27

func (c *ClientWithResponses) UpsertWizIntegrationWithResponse(ctx context.Context, body UpsertWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertWizIntegrationResponse, error)

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// GetApplicationIdWithResponse request
	GetApplicationIdWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetApplicationIdResponse, error)

	// PostApplicationsIdStartScanWithBodyWithResponse request with any body
	PostApplicationsIdStartScanWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostApplicationsIdStartScanResponse, error)

	PostApplicationsIdStartScanWithResponse(ctx context.Context, id openapi_types.UUID, body PostApplicationsIdStartScanJSONRequestBody, reqEditors ...RequestEditorFn) (*PostApplicationsIdStartScanResponse, error)

	// PostApplicationsIdUploadSchemaWithBodyWithResponse request with any body
	PostApplicationsIdUploadSchemaWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostApplicationsIdUploadSchemaResponse, error)

	PostApplicationsIdUploadSchemaWithResponse(ctx context.Context, id openapi_types.UUID, body PostApplicationsIdUploadSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*PostApplicationsIdUploadSchemaResponse, error)

	// PostCreateApplicationWithBodyWithResponse request with any body
	PostCreateApplicationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostCreateApplicationResponse, error)

	PostCreateApplicationWithResponse(ctx context.Context, body PostCreateApplicationJSONRequestBody, reqEditors ...RequestEditorFn) (*PostCreateApplicationResponse, error)

	// GetOrganizationIdApplicationsWithResponse request
	GetOrganizationIdApplicationsWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetOrganizationIdApplicationsResponse, error)

	// GetOrganizationIdApplicationsSearchWithResponse request
	GetOrganizationIdApplicationsSearchWithResponse(ctx context.Context, id openapi_types.UUID, params *GetOrganizationIdApplicationsSearchParams, reqEditors ...RequestEditorFn) (*GetOrganizationIdApplicationsSearchResponse, error)

	// GetScansIdWithResponse request
	GetScansIdWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetScansIdResponse, error)

	// ListAkamaiIntegrationsWithResponse request
	ListAkamaiIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAkamaiIntegrationsResponse, error)

	// CreateAkamaiIntegrationWithBodyWithResponse request with any body
	CreateAkamaiIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAkamaiIntegrationResponse, error)

	CreateAkamaiIntegrationWithResponse(ctx context.Context, body CreateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAkamaiIntegrationResponse, error)

	// UpsertAkamaiIntegrationWithBodyWithResponse request with any body
	UpsertAkamaiIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAkamaiIntegrationResponse, error)

	UpsertAkamaiIntegrationWithResponse(ctx context.Context, body UpsertAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAkamaiIntegrationResponse, error)

	// DeleteAkamaiIntegrationWithResponse request
	DeleteAkamaiIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAkamaiIntegrationResponse, error)

	// GetAkamaiIntegrationWithResponse request
	GetAkamaiIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAkamaiIntegrationResponse, error)

	// UpdateAkamaiIntegrationWithBodyWithResponse request with any body
	UpdateAkamaiIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAkamaiIntegrationResponse, error)

	UpdateAkamaiIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateAkamaiIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAkamaiIntegrationResponse, error)

	// ListApigeeIntegrationsWithResponse request
	ListApigeeIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListApigeeIntegrationsResponse, error)

	// CreateApigeeIntegrationWithBodyWithResponse request with any body
	CreateApigeeIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateApigeeIntegrationResponse, error)

	CreateApigeeIntegrationWithResponse(ctx context.Context, body CreateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateApigeeIntegrationResponse, error)

	// UpsertApigeeIntegrationWithBodyWithResponse request with any body
	UpsertApigeeIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertApigeeIntegrationResponse, error)

	UpsertApigeeIntegrationWithResponse(ctx context.Context, body UpsertApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertApigeeIntegrationResponse, error)

	// DeleteApigeeIntegrationWithResponse request
	DeleteApigeeIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteApigeeIntegrationResponse, error)

	// GetApigeeIntegrationWithResponse request
	GetApigeeIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetApigeeIntegrationResponse, error)

	// UpdateApigeeIntegrationWithBodyWithResponse request with any body
	UpdateApigeeIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateApigeeIntegrationResponse, error)

	UpdateApigeeIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateApigeeIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateApigeeIntegrationResponse, error)

	// ListAwsIntegrationsWithResponse request
	ListAwsIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAwsIntegrationsResponse, error)

	// CreateAwsIntegrationWithBodyWithResponse request with any body
	CreateAwsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAwsIntegrationResponse, error)

	CreateAwsIntegrationWithResponse(ctx context.Context, body CreateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAwsIntegrationResponse, error)

	// UpsertAwsIntegrationWithBodyWithResponse request with any body
	UpsertAwsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAwsIntegrationResponse, error)

	UpsertAwsIntegrationWithResponse(ctx context.Context, body UpsertAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAwsIntegrationResponse, error)

	// DeleteAwsIntegrationWithResponse request
	DeleteAwsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAwsIntegrationResponse, error)

	// GetAwsIntegrationWithResponse request
	GetAwsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAwsIntegrationResponse, error)

	// UpdateAwsIntegrationWithBodyWithResponse request with any body
	UpdateAwsIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAwsIntegrationResponse, error)

	UpdateAwsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateAwsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAwsIntegrationResponse, error)

	// ListAzureIntegrationsWithResponse request
	ListAzureIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAzureIntegrationsResponse, error)

	// CreateAzureIntegrationWithBodyWithResponse request with any body
	CreateAzureIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAzureIntegrationResponse, error)

	CreateAzureIntegrationWithResponse(ctx context.Context, body CreateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAzureIntegrationResponse, error)

	// UpsertAzureIntegrationWithBodyWithResponse request with any body
	UpsertAzureIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAzureIntegrationResponse, error)

	UpsertAzureIntegrationWithResponse(ctx context.Context, body UpsertAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAzureIntegrationResponse, error)

	// DeleteAzureIntegrationWithResponse request
	DeleteAzureIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAzureIntegrationResponse, error)

	// GetAzureIntegrationWithResponse request
	GetAzureIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAzureIntegrationResponse, error)

	// UpdateAzureIntegrationWithBodyWithResponse request with any body
	UpdateAzureIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAzureIntegrationResponse, error)

	UpdateAzureIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateAzureIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAzureIntegrationResponse, error)

	// ListAzureDevopsIntegrationsWithResponse request
	ListAzureDevopsIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAzureDevopsIntegrationsResponse, error)

	// CreateAzureDevopsIntegrationWithBodyWithResponse request with any body
	CreateAzureDevopsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAzureDevopsIntegrationResponse, error)

	CreateAzureDevopsIntegrationWithResponse(ctx context.Context, body CreateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAzureDevopsIntegrationResponse, error)

	// UpsertAzureDevopsIntegrationWithBodyWithResponse request with any body
	UpsertAzureDevopsIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertAzureDevopsIntegrationResponse, error)

	UpsertAzureDevopsIntegrationWithResponse(ctx context.Context, body UpsertAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertAzureDevopsIntegrationResponse, error)

	// DeleteAzureDevopsIntegrationWithResponse request
	DeleteAzureDevopsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteAzureDevopsIntegrationResponse, error)

	// GetAzureDevopsIntegrationWithResponse request
	GetAzureDevopsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAzureDevopsIntegrationResponse, error)

	// UpdateAzureDevopsIntegrationWithBodyWithResponse request with any body
	UpdateAzureDevopsIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAzureDevopsIntegrationResponse, error)

	UpdateAzureDevopsIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateAzureDevopsIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAzureDevopsIntegrationResponse, error)

	// ListBitbucketRepoIntegrationsWithResponse request
	ListBitbucketRepoIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListBitbucketRepoIntegrationsResponse, error)

	// CreateBitbucketRepoIntegrationWithBodyWithResponse request with any body
	CreateBitbucketRepoIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBitbucketRepoIntegrationResponse, error)

	CreateBitbucketRepoIntegrationWithResponse(ctx context.Context, body CreateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBitbucketRepoIntegrationResponse, error)

	// UpsertBitbucketRepoIntegrationWithBodyWithResponse request with any body
	UpsertBitbucketRepoIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertBitbucketRepoIntegrationResponse, error)

	UpsertBitbucketRepoIntegrationWithResponse(ctx context.Context, body UpsertBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertBitbucketRepoIntegrationResponse, error)

	// DeleteBitbucketRepoIntegrationWithResponse request
	DeleteBitbucketRepoIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteBitbucketRepoIntegrationResponse, error)

	// GetBitbucketRepoIntegrationWithResponse request
	GetBitbucketRepoIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetBitbucketRepoIntegrationResponse, error)

	// UpdateBitbucketRepoIntegrationWithBodyWithResponse request with any body
	UpdateBitbucketRepoIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBitbucketRepoIntegrationResponse, error)

	UpdateBitbucketRepoIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateBitbucketRepoIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBitbucketRepoIntegrationResponse, error)

	// ListCloudflareIntegrationsWithResponse request
	ListCloudflareIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListCloudflareIntegrationsResponse, error)

	// CreateCloudflareIntegrationWithBodyWithResponse request with any body
	CreateCloudflareIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateCloudflareIntegrationResponse, error)

	CreateCloudflareIntegrationWithResponse(ctx context.Context, body CreateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateCloudflareIntegrationResponse, error)

	// UpsertCloudflareIntegrationWithBodyWithResponse request with any body
	UpsertCloudflareIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertCloudflareIntegrationResponse, error)

	UpsertCloudflareIntegrationWithResponse(ctx context.Context, body UpsertCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertCloudflareIntegrationResponse, error)

	// DeleteCloudflareIntegrationWithResponse request
	DeleteCloudflareIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteCloudflareIntegrationResponse, error)

	// GetCloudflareIntegrationWithResponse request
	GetCloudflareIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetCloudflareIntegrationResponse, error)

	// UpdateCloudflareIntegrationWithBodyWithResponse request with any body
	UpdateCloudflareIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCloudflareIntegrationResponse, error)

	UpdateCloudflareIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateCloudflareIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCloudflareIntegrationResponse, error)

	// ListDiscordWebhookIntegrationsWithResponse request
	ListDiscordWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListDiscordWebhookIntegrationsResponse, error)

	// CreateDiscordWebhookIntegrationWithBodyWithResponse request with any body
	CreateDiscordWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDiscordWebhookIntegrationResponse, error)

	CreateDiscordWebhookIntegrationWithResponse(ctx context.Context, body CreateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDiscordWebhookIntegrationResponse, error)

	// UpsertDiscordWebhookIntegrationWithBodyWithResponse request with any body
	UpsertDiscordWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertDiscordWebhookIntegrationResponse, error)

	UpsertDiscordWebhookIntegrationWithResponse(ctx context.Context, body UpsertDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertDiscordWebhookIntegrationResponse, error)

	// DeleteDiscordWebhookIntegrationWithResponse request
	DeleteDiscordWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteDiscordWebhookIntegrationResponse, error)

	// GetDiscordWebhookIntegrationWithResponse request
	GetDiscordWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetDiscordWebhookIntegrationResponse, error)

	// UpdateDiscordWebhookIntegrationWithBodyWithResponse request with any body
	UpdateDiscordWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDiscordWebhookIntegrationResponse, error)

	UpdateDiscordWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateDiscordWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDiscordWebhookIntegrationResponse, error)

	// ListEmailIntegrationsWithResponse request
	ListEmailIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListEmailIntegrationsResponse, error)

	// CreateEmailIntegrationWithBodyWithResponse request with any body
	CreateEmailIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEmailIntegrationResponse, error)

	CreateEmailIntegrationWithResponse(ctx context.Context, body CreateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEmailIntegrationResponse, error)

	// UpsertEmailIntegrationWithBodyWithResponse request with any body
	UpsertEmailIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertEmailIntegrationResponse, error)

	UpsertEmailIntegrationWithResponse(ctx context.Context, body UpsertEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertEmailIntegrationResponse, error)

	// DeleteEmailIntegrationWithResponse request
	DeleteEmailIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteEmailIntegrationResponse, error)

	// GetEmailIntegrationWithResponse request
	GetEmailIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetEmailIntegrationResponse, error)

	// UpdateEmailIntegrationWithBodyWithResponse request with any body
	UpdateEmailIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateEmailIntegrationResponse, error)

	UpdateEmailIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateEmailIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateEmailIntegrationResponse, error)

	// ListGcpIntegrationsWithResponse request
	ListGcpIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGcpIntegrationsResponse, error)

	// CreateGcpIntegrationWithBodyWithResponse request with any body
	CreateGcpIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGcpIntegrationResponse, error)

	CreateGcpIntegrationWithResponse(ctx context.Context, body CreateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGcpIntegrationResponse, error)

	// UpsertGcpIntegrationWithBodyWithResponse request with any body
	UpsertGcpIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertGcpIntegrationResponse, error)

	UpsertGcpIntegrationWithResponse(ctx context.Context, body UpsertGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertGcpIntegrationResponse, error)

	// DeleteGcpIntegrationWithResponse request
	DeleteGcpIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteGcpIntegrationResponse, error)

	// GetGcpIntegrationWithResponse request
	GetGcpIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetGcpIntegrationResponse, error)

	// UpdateGcpIntegrationWithBodyWithResponse request with any body
	UpdateGcpIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGcpIntegrationResponse, error)

	UpdateGcpIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateGcpIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGcpIntegrationResponse, error)

	// ListGithubApiKeyIntegrationsWithResponse request
	ListGithubApiKeyIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGithubApiKeyIntegrationsResponse, error)

	// CreateGithubApiKeyIntegrationWithBodyWithResponse request with any body
	CreateGithubApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGithubApiKeyIntegrationResponse, error)

	CreateGithubApiKeyIntegrationWithResponse(ctx context.Context, body CreateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGithubApiKeyIntegrationResponse, error)

	// UpsertGithubApiKeyIntegrationWithBodyWithResponse request with any body
	UpsertGithubApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertGithubApiKeyIntegrationResponse, error)

	UpsertGithubApiKeyIntegrationWithResponse(ctx context.Context, body UpsertGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertGithubApiKeyIntegrationResponse, error)

	// DeleteGithubApiKeyIntegrationWithResponse request
	DeleteGithubApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteGithubApiKeyIntegrationResponse, error)

	// GetGithubApiKeyIntegrationWithResponse request
	GetGithubApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetGithubApiKeyIntegrationResponse, error)

	// UpdateGithubApiKeyIntegrationWithBodyWithResponse request with any body
	UpdateGithubApiKeyIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGithubApiKeyIntegrationResponse, error)

	UpdateGithubApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateGithubApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGithubApiKeyIntegrationResponse, error)

	// ListGitlabApiKeyIntegrationsWithResponse request
	ListGitlabApiKeyIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListGitlabApiKeyIntegrationsResponse, error)

	// CreateGitlabApiKeyIntegrationWithBodyWithResponse request with any body
	CreateGitlabApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGitlabApiKeyIntegrationResponse, error)

	CreateGitlabApiKeyIntegrationWithResponse(ctx context.Context, body CreateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGitlabApiKeyIntegrationResponse, error)

	// UpsertGitlabApiKeyIntegrationWithBodyWithResponse request with any body
	UpsertGitlabApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertGitlabApiKeyIntegrationResponse, error)

	UpsertGitlabApiKeyIntegrationWithResponse(ctx context.Context, body UpsertGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertGitlabApiKeyIntegrationResponse, error)

	// DeleteGitlabApiKeyIntegrationWithResponse request
	DeleteGitlabApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteGitlabApiKeyIntegrationResponse, error)

	// GetGitlabApiKeyIntegrationWithResponse request
	GetGitlabApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetGitlabApiKeyIntegrationResponse, error)

	// UpdateGitlabApiKeyIntegrationWithBodyWithResponse request with any body
	UpdateGitlabApiKeyIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGitlabApiKeyIntegrationResponse, error)

	UpdateGitlabApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateGitlabApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGitlabApiKeyIntegrationResponse, error)

	// ListJiraIntegrationsWithResponse request
	ListJiraIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListJiraIntegrationsResponse, error)

	// CreateJiraIntegrationWithBodyWithResponse request with any body
	CreateJiraIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateJiraIntegrationResponse, error)

	CreateJiraIntegrationWithResponse(ctx context.Context, body CreateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateJiraIntegrationResponse, error)

	// UpsertJiraIntegrationWithBodyWithResponse request with any body
	UpsertJiraIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertJiraIntegrationResponse, error)

	UpsertJiraIntegrationWithResponse(ctx context.Context, body UpsertJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertJiraIntegrationResponse, error)

	// DeleteJiraIntegrationWithResponse request
	DeleteJiraIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteJiraIntegrationResponse, error)

	// GetJiraIntegrationWithResponse request
	GetJiraIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetJiraIntegrationResponse, error)

	// UpdateJiraIntegrationWithBodyWithResponse request with any body
	UpdateJiraIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateJiraIntegrationResponse, error)

	UpdateJiraIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateJiraIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateJiraIntegrationResponse, error)

	// ListKongGatewayIntegrationsWithResponse request
	ListKongGatewayIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListKongGatewayIntegrationsResponse, error)

	// CreateKongGatewayIntegrationWithBodyWithResponse request with any body
	CreateKongGatewayIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateKongGatewayIntegrationResponse, error)

	CreateKongGatewayIntegrationWithResponse(ctx context.Context, body CreateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateKongGatewayIntegrationResponse, error)

	// UpsertKongGatewayIntegrationWithBodyWithResponse request with any body
	UpsertKongGatewayIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertKongGatewayIntegrationResponse, error)

	UpsertKongGatewayIntegrationWithResponse(ctx context.Context, body UpsertKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertKongGatewayIntegrationResponse, error)

	// DeleteKongGatewayIntegrationWithResponse request
	DeleteKongGatewayIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteKongGatewayIntegrationResponse, error)

	// GetKongGatewayIntegrationWithResponse request
	GetKongGatewayIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetKongGatewayIntegrationResponse, error)

	// UpdateKongGatewayIntegrationWithBodyWithResponse request with any body
	UpdateKongGatewayIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKongGatewayIntegrationResponse, error)

	UpdateKongGatewayIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateKongGatewayIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateKongGatewayIntegrationResponse, error)

	// ListKongKonnectIntegrationsWithResponse request
	ListKongKonnectIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListKongKonnectIntegrationsResponse, error)

	// CreateKongKonnectIntegrationWithBodyWithResponse request with any body
	CreateKongKonnectIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateKongKonnectIntegrationResponse, error)

	CreateKongKonnectIntegrationWithResponse(ctx context.Context, body CreateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateKongKonnectIntegrationResponse, error)

	// UpsertKongKonnectIntegrationWithBodyWithResponse request with any body
	UpsertKongKonnectIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertKongKonnectIntegrationResponse, error)

	UpsertKongKonnectIntegrationWithResponse(ctx context.Context, body UpsertKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertKongKonnectIntegrationResponse, error)

	// DeleteKongKonnectIntegrationWithResponse request
	DeleteKongKonnectIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteKongKonnectIntegrationResponse, error)

	// GetKongKonnectIntegrationWithResponse request
	GetKongKonnectIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetKongKonnectIntegrationResponse, error)

	// UpdateKongKonnectIntegrationWithBodyWithResponse request with any body
	UpdateKongKonnectIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKongKonnectIntegrationResponse, error)

	UpdateKongKonnectIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateKongKonnectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateKongKonnectIntegrationResponse, error)

	// ListKubernetesIntegrationsWithResponse request
	ListKubernetesIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListKubernetesIntegrationsResponse, error)

	// CreateKubernetesIntegrationWithBodyWithResponse request with any body
	CreateKubernetesIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateKubernetesIntegrationResponse, error)

	CreateKubernetesIntegrationWithResponse(ctx context.Context, body CreateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateKubernetesIntegrationResponse, error)

	// UpsertKubernetesIntegrationWithBodyWithResponse request with any body
	UpsertKubernetesIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertKubernetesIntegrationResponse, error)

	UpsertKubernetesIntegrationWithResponse(ctx context.Context, body UpsertKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertKubernetesIntegrationResponse, error)

	// DeleteKubernetesIntegrationWithResponse request
	DeleteKubernetesIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteKubernetesIntegrationResponse, error)

	// GetKubernetesIntegrationWithResponse request
	GetKubernetesIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetKubernetesIntegrationResponse, error)

	// UpdateKubernetesIntegrationWithBodyWithResponse request with any body
	UpdateKubernetesIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKubernetesIntegrationResponse, error)

	UpdateKubernetesIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateKubernetesIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateKubernetesIntegrationResponse, error)

	// ListPostmanApiKeyIntegrationsWithResponse request
	ListPostmanApiKeyIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPostmanApiKeyIntegrationsResponse, error)

	// CreatePostmanApiKeyIntegrationWithBodyWithResponse request with any body
	CreatePostmanApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePostmanApiKeyIntegrationResponse, error)

	CreatePostmanApiKeyIntegrationWithResponse(ctx context.Context, body CreatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePostmanApiKeyIntegrationResponse, error)

	// UpsertPostmanApiKeyIntegrationWithBodyWithResponse request with any body
	UpsertPostmanApiKeyIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertPostmanApiKeyIntegrationResponse, error)

	UpsertPostmanApiKeyIntegrationWithResponse(ctx context.Context, body UpsertPostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertPostmanApiKeyIntegrationResponse, error)

	// DeletePostmanApiKeyIntegrationWithResponse request
	DeletePostmanApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeletePostmanApiKeyIntegrationResponse, error)

	// GetPostmanApiKeyIntegrationWithResponse request
	GetPostmanApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetPostmanApiKeyIntegrationResponse, error)

	// UpdatePostmanApiKeyIntegrationWithBodyWithResponse request with any body
	UpdatePostmanApiKeyIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePostmanApiKeyIntegrationResponse, error)

	UpdatePostmanApiKeyIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdatePostmanApiKeyIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePostmanApiKeyIntegrationResponse, error)

	// ListSlackWebhookIntegrationsWithResponse request
	ListSlackWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSlackWebhookIntegrationsResponse, error)

	// CreateSlackWebhookIntegrationWithBodyWithResponse request with any body
	CreateSlackWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSlackWebhookIntegrationResponse, error)

	CreateSlackWebhookIntegrationWithResponse(ctx context.Context, body CreateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSlackWebhookIntegrationResponse, error)

	// UpsertSlackWebhookIntegrationWithBodyWithResponse request with any body
	UpsertSlackWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertSlackWebhookIntegrationResponse, error)

	UpsertSlackWebhookIntegrationWithResponse(ctx context.Context, body UpsertSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertSlackWebhookIntegrationResponse, error)

	// DeleteSlackWebhookIntegrationWithResponse request
	DeleteSlackWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteSlackWebhookIntegrationResponse, error)

	// GetSlackWebhookIntegrationWithResponse request
	GetSlackWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetSlackWebhookIntegrationResponse, error)

	// UpdateSlackWebhookIntegrationWithBodyWithResponse request with any body
	UpdateSlackWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSlackWebhookIntegrationResponse, error)

	UpdateSlackWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateSlackWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSlackWebhookIntegrationResponse, error)

	// ListTeamsWebhookIntegrationsWithResponse request
	ListTeamsWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListTeamsWebhookIntegrationsResponse, error)

	// CreateTeamsWebhookIntegrationWithBodyWithResponse request with any body
	CreateTeamsWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTeamsWebhookIntegrationResponse, error)

	CreateTeamsWebhookIntegrationWithResponse(ctx context.Context, body CreateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTeamsWebhookIntegrationResponse, error)

	// UpsertTeamsWebhookIntegrationWithBodyWithResponse request with any body
	UpsertTeamsWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertTeamsWebhookIntegrationResponse, error)

	UpsertTeamsWebhookIntegrationWithResponse(ctx context.Context, body UpsertTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertTeamsWebhookIntegrationResponse, error)

	// DeleteTeamsWebhookIntegrationWithResponse request
	DeleteTeamsWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteTeamsWebhookIntegrationResponse, error)

	// GetTeamsWebhookIntegrationWithResponse request
	GetTeamsWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetTeamsWebhookIntegrationResponse, error)

	// UpdateTeamsWebhookIntegrationWithBodyWithResponse request with any body
	UpdateTeamsWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTeamsWebhookIntegrationResponse, error)

	UpdateTeamsWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateTeamsWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTeamsWebhookIntegrationResponse, error)

	// ListWebhookIntegrationsWithResponse request
	ListWebhookIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWebhookIntegrationsResponse, error)

	// CreateWebhookIntegrationWithBodyWithResponse request with any body
	CreateWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWebhookIntegrationResponse, error)

	CreateWebhookIntegrationWithResponse(ctx context.Context, body CreateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWebhookIntegrationResponse, error)

	// UpsertWebhookIntegrationWithBodyWithResponse request with any body
	UpsertWebhookIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertWebhookIntegrationResponse, error)

	UpsertWebhookIntegrationWithResponse(ctx context.Context, body UpsertWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertWebhookIntegrationResponse, error)

	// DeleteWebhookIntegrationWithResponse request
	DeleteWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteWebhookIntegrationResponse, error)

	// GetWebhookIntegrationWithResponse request
	GetWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetWebhookIntegrationResponse, error)

	// UpdateWebhookIntegrationWithBodyWithResponse request with any body
	UpdateWebhookIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWebhookIntegrationResponse, error)

	UpdateWebhookIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateWebhookIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWebhookIntegrationResponse, error)

	// ListWizIntegrationsWithResponse request
	ListWizIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWizIntegrationsResponse, error)

	// CreateWizIntegrationWithBodyWithResponse request with any body
	CreateWizIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWizIntegrationResponse, error)

	CreateWizIntegrationWithResponse(ctx context.Context, body CreateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWizIntegrationResponse, error)

	// UpsertWizIntegrationWithBodyWithResponse request with any body
	UpsertWizIntegrationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertWizIntegrationResponse, error)

	UpsertWizIntegrationWithResponse(ctx context.Context, body UpsertWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertWizIntegrationResponse, error)

	// DeleteWizIntegrationWithResponse request
	DeleteWizIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteWizIntegrationResponse, error)

	// GetWizIntegrationWithResponse request
	GetWizIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetWizIntegrationResponse, error)

	// UpdateWizIntegrationWithBodyWithResponse request with any body
	UpdateWizIntegrationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWizIntegrationResponse, error)

	UpdateWizIntegrationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateWizIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWizIntegrationResponse, error)

	// UpdateLocationWithBodyWithResponse request with any body
	UpdateLocationWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)

	UpdateLocationWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)

	// ListLocationsWithResponse request
	ListLocationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListLocationsResponse, error)

	// CreateLocationWithBodyWithResponse request with any body
	CreateLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)

	CreateLocationWithResponse(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)

	// UpsertLocationWithBodyWithResponse request with any body
	UpsertLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertLocationResponse, error)

	UpsertLocationWithResponse(ctx context.Context, body UpsertLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertLocationResponse, error)

	// DeleteLocationWithResponse request
	DeleteLocationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteLocationResponse, error)

	// GetLocationWithResponse request
	GetLocationWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetLocationResponse, error)

	// GetV1OrganizationIdSchemasWithResponse request
	GetV1OrganizationIdSchemasWithResponse(ctx context.Context, id openapi_types.UUID, params *GetV1OrganizationIdSchemasParams, reqEditors ...RequestEditorFn) (*GetV1OrganizationIdSchemasResponse, error)

	// GetV1OrganizationIdSchemasSchemaIdWithResponse request
	GetV1OrganizationIdSchemasSchemaIdWithResponse(ctx context.Context, id openapi_types.UUID, schemaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV1OrganizationIdSchemasSchemaIdResponse, error)

	// GetV1OrganizationIdServicesWithResponse request
	GetV1OrganizationIdServicesWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetV1OrganizationIdServicesResponse, error)

	// CreateRoleWithBodyWithResponse request with any body
	CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

	CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

	// UpsertRoleWithBodyWithResponse request with any body
	UpsertRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpsertRoleResponse, error)

	UpsertRoleWithResponse(ctx context.Context, body UpsertRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpsertRoleResponse, error)

	// DeleteRoleWithResponse request
	DeleteRoleWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error)

	// GetRoleWithResponse request
	GetRoleWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetRoleResponse, error)

	// UpdateRoleWithBodyWithResponse request with any body
	UpdateRoleWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRoleResponse, error)

	UpdateRoleWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRoleResponse, error)

	// GetRolesWithResponse request
	GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error)

	// DeleteUserToRoleWithBodyWithResponse request with any body
	DeleteUserToRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteUserToRoleResponse, error)

	DeleteUserToRoleWithResponse(ctx context.Context, body DeleteUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteUserToRoleResponse, error)

	// CreateUserToRoleWithBodyWithResponse request with any body
	CreateUserToRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserToRoleResponse, error)

	CreateUserToRoleWithResponse(ctx context.Context, body CreateUserToRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserToRoleResponse, error)

	// UpdateServiceWithBodyWithResponse request with any body
	UpdateServiceWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateServiceResponse, error)

	UpdateServiceWithResponse(ctx context.Context, id openapi_types.UUID, body UpdateServiceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateServiceResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CreateAkamaiIntegration200Kind added in v0.0.27

type CreateAkamaiIntegration200Kind string

type CreateAkamaiIntegrationJSONBody added in v0.0.27

type CreateAkamaiIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AccessToken  string `json:"access_token"`
		ClientSecret string `json:"client_secret"`
		ClientToken  string `json:"client_token"`
		Host         string `json:"host"`
	} `json:"parameters"`
}

CreateAkamaiIntegrationJSONBody defines parameters for CreateAkamaiIntegration.

type CreateAkamaiIntegrationJSONRequestBody added in v0.0.27

type CreateAkamaiIntegrationJSONRequestBody CreateAkamaiIntegrationJSONBody

CreateAkamaiIntegrationJSONRequestBody defines body for CreateAkamaiIntegration for application/json ContentType.

type CreateAkamaiIntegrationResponse added in v0.0.27

type CreateAkamaiIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind CreateAkamaiIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccessToken  string `json:"access_token"`
			ClientSecret string `json:"client_secret"`
			ClientToken  string `json:"client_token"`
			Host         string `json:"host"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateAkamaiIntegrationResponse added in v0.0.27

func ParseCreateAkamaiIntegrationResponse(rsp *http.Response) (*CreateAkamaiIntegrationResponse, error)

ParseCreateAkamaiIntegrationResponse parses an HTTP response from a CreateAkamaiIntegrationWithResponse call

func (CreateAkamaiIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateAkamaiIntegrationResponse) StatusCode added in v0.0.27

func (r CreateAkamaiIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateApigeeIntegration200Kind added in v0.0.27

type CreateApigeeIntegration200Kind string

type CreateApigeeIntegrationJSONBody added in v0.0.27

type CreateApigeeIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
		AuthUri                 string `json:"auth_uri"`
		ClientEmail             string `json:"client_email"`
		ClientId                string `json:"client_id"`
		ClientX509CertUrl       string `json:"client_x509_cert_url"`
		PrivateKey              string `json:"private_key"`
		PrivateKeyId            string `json:"private_key_id"`
		ProjectId               string `json:"project_id"`
		TokenUri                string `json:"token_uri"`
		Type                    string `json:"type"`
		UniverseDomain          string `json:"universe_domain"`
	} `json:"parameters"`
}

CreateApigeeIntegrationJSONBody defines parameters for CreateApigeeIntegration.

type CreateApigeeIntegrationJSONRequestBody added in v0.0.27

type CreateApigeeIntegrationJSONRequestBody CreateApigeeIntegrationJSONBody

CreateApigeeIntegrationJSONRequestBody defines body for CreateApigeeIntegration for application/json ContentType.

type CreateApigeeIntegrationResponse added in v0.0.27

type CreateApigeeIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind CreateApigeeIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateApigeeIntegrationResponse added in v0.0.27

func ParseCreateApigeeIntegrationResponse(rsp *http.Response) (*CreateApigeeIntegrationResponse, error)

ParseCreateApigeeIntegrationResponse parses an HTTP response from a CreateApigeeIntegrationWithResponse call

func (CreateApigeeIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateApigeeIntegrationResponse) StatusCode added in v0.0.27

func (r CreateApigeeIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateAwsIntegration200Kind added in v0.0.27

type CreateAwsIntegration200Kind string

type CreateAwsIntegrationJSONBody added in v0.0.27

type CreateAwsIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		PrivKey string `json:"priv_key"`
		PubKey  string `json:"pub_key"`
	} `json:"parameters"`
}

CreateAwsIntegrationJSONBody defines parameters for CreateAwsIntegration.

type CreateAwsIntegrationJSONRequestBody added in v0.0.27

type CreateAwsIntegrationJSONRequestBody CreateAwsIntegrationJSONBody

CreateAwsIntegrationJSONRequestBody defines body for CreateAwsIntegration for application/json ContentType.

type CreateAwsIntegrationResponse added in v0.0.27

type CreateAwsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind CreateAwsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			PrivKey string `json:"priv_key"`
			PubKey  string `json:"pub_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateAwsIntegrationResponse added in v0.0.27

func ParseCreateAwsIntegrationResponse(rsp *http.Response) (*CreateAwsIntegrationResponse, error)

ParseCreateAwsIntegrationResponse parses an HTTP response from a CreateAwsIntegrationWithResponse call

func (CreateAwsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateAwsIntegrationResponse) StatusCode added in v0.0.27

func (r CreateAwsIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateAzureDevopsIntegration200Kind added in v0.0.27

type CreateAzureDevopsIntegration200Kind string

type CreateAzureDevopsIntegrationJSONBody added in v0.0.27

type CreateAzureDevopsIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey      string `json:"api_key"`
		InstanceUrl string `json:"instance_url"`
	} `json:"parameters"`
}

CreateAzureDevopsIntegrationJSONBody defines parameters for CreateAzureDevopsIntegration.

type CreateAzureDevopsIntegrationJSONRequestBody added in v0.0.27

type CreateAzureDevopsIntegrationJSONRequestBody CreateAzureDevopsIntegrationJSONBody

CreateAzureDevopsIntegrationJSONRequestBody defines body for CreateAzureDevopsIntegration for application/json ContentType.

type CreateAzureDevopsIntegrationResponse added in v0.0.27

type CreateAzureDevopsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind CreateAzureDevopsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string `json:"api_key"`
			InstanceUrl string `json:"instance_url"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateAzureDevopsIntegrationResponse added in v0.0.27

func ParseCreateAzureDevopsIntegrationResponse(rsp *http.Response) (*CreateAzureDevopsIntegrationResponse, error)

ParseCreateAzureDevopsIntegrationResponse parses an HTTP response from a CreateAzureDevopsIntegrationWithResponse call

func (CreateAzureDevopsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateAzureDevopsIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateAzureIntegration200Kind added in v0.0.27

type CreateAzureIntegration200Kind string

type CreateAzureIntegrationJSONBody added in v0.0.27

type CreateAzureIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ClientId       string  `json:"client_id"`
		ClientSecret   string  `json:"client_secret"`
		SubscriptionId *string `json:"subscription_id,omitempty"`
		TenantId       string  `json:"tenant_id"`
	} `json:"parameters"`
}

CreateAzureIntegrationJSONBody defines parameters for CreateAzureIntegration.

type CreateAzureIntegrationJSONRequestBody added in v0.0.27

type CreateAzureIntegrationJSONRequestBody CreateAzureIntegrationJSONBody

CreateAzureIntegrationJSONRequestBody defines body for CreateAzureIntegration for application/json ContentType.

type CreateAzureIntegrationResponse added in v0.0.27

type CreateAzureIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind CreateAzureIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ClientId       string  `json:"client_id"`
			ClientSecret   string  `json:"client_secret"`
			SubscriptionId *string `json:"subscription_id,omitempty"`
			TenantId       string  `json:"tenant_id"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateAzureIntegrationResponse added in v0.0.27

func ParseCreateAzureIntegrationResponse(rsp *http.Response) (*CreateAzureIntegrationResponse, error)

ParseCreateAzureIntegrationResponse parses an HTTP response from a CreateAzureIntegrationWithResponse call

func (CreateAzureIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateAzureIntegrationResponse) StatusCode added in v0.0.27

func (r CreateAzureIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateBitbucketRepoIntegration200Kind added in v0.0.27

type CreateBitbucketRepoIntegration200Kind string

type CreateBitbucketRepoIntegrationJSONBody added in v0.0.27

type CreateBitbucketRepoIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey         string  `json:"api_key"`
		InstanceUrl    *string `json:"instance_url,omitempty"`
		RepositoryName string  `json:"repository_name"`
		Username       *string `json:"username,omitempty"`
		WorkspaceName  string  `json:"workspace_name"`
	} `json:"parameters"`
}

CreateBitbucketRepoIntegrationJSONBody defines parameters for CreateBitbucketRepoIntegration.

type CreateBitbucketRepoIntegrationJSONRequestBody added in v0.0.27

type CreateBitbucketRepoIntegrationJSONRequestBody CreateBitbucketRepoIntegrationJSONBody

CreateBitbucketRepoIntegrationJSONRequestBody defines body for CreateBitbucketRepoIntegration for application/json ContentType.

type CreateBitbucketRepoIntegrationResponse added in v0.0.27

type CreateBitbucketRepoIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind CreateBitbucketRepoIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey         string  `json:"api_key"`
			InstanceUrl    *string `json:"instance_url,omitempty"`
			RepositoryName string  `json:"repository_name"`
			Username       *string `json:"username,omitempty"`
			WorkspaceName  string  `json:"workspace_name"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateBitbucketRepoIntegrationResponse added in v0.0.27

func ParseCreateBitbucketRepoIntegrationResponse(rsp *http.Response) (*CreateBitbucketRepoIntegrationResponse, error)

ParseCreateBitbucketRepoIntegrationResponse parses an HTTP response from a CreateBitbucketRepoIntegrationWithResponse call

func (CreateBitbucketRepoIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateBitbucketRepoIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateCloudflareIntegration200Kind added in v0.0.27

type CreateCloudflareIntegration200Kind string

type CreateCloudflareIntegrationJSONBody added in v0.0.27

type CreateCloudflareIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

CreateCloudflareIntegrationJSONBody defines parameters for CreateCloudflareIntegration.

type CreateCloudflareIntegrationJSONRequestBody added in v0.0.27

type CreateCloudflareIntegrationJSONRequestBody CreateCloudflareIntegrationJSONBody

CreateCloudflareIntegrationJSONRequestBody defines body for CreateCloudflareIntegration for application/json ContentType.

type CreateCloudflareIntegrationResponse added in v0.0.27

type CreateCloudflareIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind CreateCloudflareIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateCloudflareIntegrationResponse added in v0.0.27

func ParseCreateCloudflareIntegrationResponse(rsp *http.Response) (*CreateCloudflareIntegrationResponse, error)

ParseCreateCloudflareIntegrationResponse parses an HTTP response from a CreateCloudflareIntegrationWithResponse call

func (CreateCloudflareIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateCloudflareIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateDiscordWebhookIntegration200Kind added in v0.0.27

type CreateDiscordWebhookIntegration200Kind string

type CreateDiscordWebhookIntegrationJSONBody added in v0.0.27

type CreateDiscordWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

CreateDiscordWebhookIntegrationJSONBody defines parameters for CreateDiscordWebhookIntegration.

type CreateDiscordWebhookIntegrationJSONRequestBody added in v0.0.27

type CreateDiscordWebhookIntegrationJSONRequestBody CreateDiscordWebhookIntegrationJSONBody

CreateDiscordWebhookIntegrationJSONRequestBody defines body for CreateDiscordWebhookIntegration for application/json ContentType.

type CreateDiscordWebhookIntegrationResponse added in v0.0.27

type CreateDiscordWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                     `json:"id"`
		Kind CreateDiscordWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateDiscordWebhookIntegrationResponse added in v0.0.27

func ParseCreateDiscordWebhookIntegrationResponse(rsp *http.Response) (*CreateDiscordWebhookIntegrationResponse, error)

ParseCreateDiscordWebhookIntegrationResponse parses an HTTP response from a CreateDiscordWebhookIntegrationWithResponse call

func (CreateDiscordWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateDiscordWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateEmailIntegration200Kind added in v0.0.27

type CreateEmailIntegration200Kind string

type CreateEmailIntegrationJSONBody added in v0.0.27

type CreateEmailIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

CreateEmailIntegrationJSONBody defines parameters for CreateEmailIntegration.

type CreateEmailIntegrationJSONRequestBody added in v0.0.27

type CreateEmailIntegrationJSONRequestBody CreateEmailIntegrationJSONBody

CreateEmailIntegrationJSONRequestBody defines body for CreateEmailIntegration for application/json ContentType.

type CreateEmailIntegrationResponse added in v0.0.27

type CreateEmailIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind CreateEmailIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateEmailIntegrationResponse added in v0.0.27

func ParseCreateEmailIntegrationResponse(rsp *http.Response) (*CreateEmailIntegrationResponse, error)

ParseCreateEmailIntegrationResponse parses an HTTP response from a CreateEmailIntegrationWithResponse call

func (CreateEmailIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateEmailIntegrationResponse) StatusCode added in v0.0.27

func (r CreateEmailIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateGcpIntegration200Kind added in v0.0.27

type CreateGcpIntegration200Kind string

type CreateGcpIntegrationJSONBody added in v0.0.27

type CreateGcpIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
		AuthUri                 string `json:"auth_uri"`
		ClientEmail             string `json:"client_email"`
		ClientId                string `json:"client_id"`
		ClientX509CertUrl       string `json:"client_x509_cert_url"`
		PrivateKey              string `json:"private_key"`
		PrivateKeyId            string `json:"private_key_id"`
		ProjectId               string `json:"project_id"`
		TokenUri                string `json:"token_uri"`
		Type                    string `json:"type"`
		UniverseDomain          string `json:"universe_domain"`
	} `json:"parameters"`
}

CreateGcpIntegrationJSONBody defines parameters for CreateGcpIntegration.

type CreateGcpIntegrationJSONRequestBody added in v0.0.27

type CreateGcpIntegrationJSONRequestBody CreateGcpIntegrationJSONBody

CreateGcpIntegrationJSONRequestBody defines body for CreateGcpIntegration for application/json ContentType.

type CreateGcpIntegrationResponse added in v0.0.27

type CreateGcpIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind CreateGcpIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateGcpIntegrationResponse added in v0.0.27

func ParseCreateGcpIntegrationResponse(rsp *http.Response) (*CreateGcpIntegrationResponse, error)

ParseCreateGcpIntegrationResponse parses an HTTP response from a CreateGcpIntegrationWithResponse call

func (CreateGcpIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateGcpIntegrationResponse) StatusCode added in v0.0.27

func (r CreateGcpIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateGithubApiKeyIntegration200Kind added in v0.0.27

type CreateGithubApiKeyIntegration200Kind string

type CreateGithubApiKeyIntegrationJSONBody added in v0.0.27

type CreateGithubApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

CreateGithubApiKeyIntegrationJSONBody defines parameters for CreateGithubApiKeyIntegration.

type CreateGithubApiKeyIntegrationJSONRequestBody added in v0.0.27

type CreateGithubApiKeyIntegrationJSONRequestBody CreateGithubApiKeyIntegrationJSONBody

CreateGithubApiKeyIntegrationJSONRequestBody defines body for CreateGithubApiKeyIntegration for application/json ContentType.

type CreateGithubApiKeyIntegrationResponse added in v0.0.27

type CreateGithubApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind CreateGithubApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateGithubApiKeyIntegrationResponse added in v0.0.27

func ParseCreateGithubApiKeyIntegrationResponse(rsp *http.Response) (*CreateGithubApiKeyIntegrationResponse, error)

ParseCreateGithubApiKeyIntegrationResponse parses an HTTP response from a CreateGithubApiKeyIntegrationWithResponse call

func (CreateGithubApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateGithubApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateGitlabApiKeyIntegration200Kind added in v0.0.27

type CreateGitlabApiKeyIntegration200Kind string

type CreateGitlabApiKeyIntegrationJSONBody added in v0.0.27

type CreateGitlabApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey      string  `json:"api_key"`
		InstanceUrl *string `json:"instance_url,omitempty"`
	} `json:"parameters"`
}

CreateGitlabApiKeyIntegrationJSONBody defines parameters for CreateGitlabApiKeyIntegration.

type CreateGitlabApiKeyIntegrationJSONRequestBody added in v0.0.27

type CreateGitlabApiKeyIntegrationJSONRequestBody CreateGitlabApiKeyIntegrationJSONBody

CreateGitlabApiKeyIntegrationJSONRequestBody defines body for CreateGitlabApiKeyIntegration for application/json ContentType.

type CreateGitlabApiKeyIntegrationResponse added in v0.0.27

type CreateGitlabApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind CreateGitlabApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string  `json:"api_key"`
			InstanceUrl *string `json:"instance_url,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateGitlabApiKeyIntegrationResponse added in v0.0.27

func ParseCreateGitlabApiKeyIntegrationResponse(rsp *http.Response) (*CreateGitlabApiKeyIntegrationResponse, error)

ParseCreateGitlabApiKeyIntegrationResponse parses an HTTP response from a CreateGitlabApiKeyIntegrationWithResponse call

func (CreateGitlabApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateGitlabApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateJiraIntegration200Kind added in v0.0.27

type CreateJiraIntegration200Kind string

type CreateJiraIntegration200ParametersPropertiesMappingEscapeProperty added in v0.0.27

type CreateJiraIntegration200ParametersPropertiesMappingEscapeProperty string

type CreateJiraIntegrationJSONBody added in v0.0.27

type CreateJiraIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AccountId         string `json:"account_id"`
		ApiKey            string `json:"api_key"`
		Email             string `json:"email"`
		InstanceUrl       string `json:"instance_url"`
		Name              string `json:"name"`
		PropertiesMapping *[]struct {
			EscapeProperty CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty `json:"escape_property"`
			JiraProperty   string                                                                 `json:"jira_property"`
		} `json:"properties_mapping,omitempty"`
	} `json:"parameters"`
}

CreateJiraIntegrationJSONBody defines parameters for CreateJiraIntegration.

type CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty added in v0.0.27

type CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty string

CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty defines parameters for CreateJiraIntegration.

const (
	CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapePropertySeverity CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty = "severity"
)

Defines values for CreateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty.

type CreateJiraIntegrationJSONRequestBody added in v0.0.27

type CreateJiraIntegrationJSONRequestBody CreateJiraIntegrationJSONBody

CreateJiraIntegrationJSONRequestBody defines body for CreateJiraIntegration for application/json ContentType.

type CreateJiraIntegrationResponse added in v0.0.27

type CreateJiraIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID           `json:"id"`
		Kind CreateJiraIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccountId         string `json:"account_id"`
			ApiKey            string `json:"api_key"`
			Email             string `json:"email"`
			InstanceUrl       string `json:"instance_url"`
			Name              string `json:"name"`
			PropertiesMapping *[]struct {
				EscapeProperty CreateJiraIntegration200ParametersPropertiesMappingEscapeProperty `json:"escape_property"`
				JiraProperty   string                                                            `json:"jira_property"`
			} `json:"properties_mapping,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateJiraIntegrationResponse added in v0.0.27

func ParseCreateJiraIntegrationResponse(rsp *http.Response) (*CreateJiraIntegrationResponse, error)

ParseCreateJiraIntegrationResponse parses an HTTP response from a CreateJiraIntegrationWithResponse call

func (CreateJiraIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateJiraIntegrationResponse) StatusCode added in v0.0.27

func (r CreateJiraIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateKongGatewayIntegration200Kind added in v0.0.27

type CreateKongGatewayIntegration200Kind string

type CreateKongGatewayIntegrationJSONBody added in v0.0.27

type CreateKongGatewayIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AdminApiUrl string `json:"admin_api_url"`
		ApiKey      string `json:"api_key"`
	} `json:"parameters"`
}

CreateKongGatewayIntegrationJSONBody defines parameters for CreateKongGatewayIntegration.

type CreateKongGatewayIntegrationJSONRequestBody added in v0.0.27

type CreateKongGatewayIntegrationJSONRequestBody CreateKongGatewayIntegrationJSONBody

CreateKongGatewayIntegrationJSONRequestBody defines body for CreateKongGatewayIntegration for application/json ContentType.

type CreateKongGatewayIntegrationResponse added in v0.0.27

type CreateKongGatewayIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind CreateKongGatewayIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AdminApiUrl string `json:"admin_api_url"`
			ApiKey      string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateKongGatewayIntegrationResponse added in v0.0.27

func ParseCreateKongGatewayIntegrationResponse(rsp *http.Response) (*CreateKongGatewayIntegrationResponse, error)

ParseCreateKongGatewayIntegrationResponse parses an HTTP response from a CreateKongGatewayIntegrationWithResponse call

func (CreateKongGatewayIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateKongGatewayIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateKongKonnectIntegration200Kind added in v0.0.27

type CreateKongKonnectIntegration200Kind string

type CreateKongKonnectIntegration200ParametersRegion added in v0.0.27

type CreateKongKonnectIntegration200ParametersRegion string

type CreateKongKonnectIntegrationJSONBody added in v0.0.27

type CreateKongKonnectIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		Region             CreateKongKonnectIntegrationJSONBodyParametersRegion `json:"region"`
		SystemAccountToken string                                               `json:"system_account_token"`
	} `json:"parameters"`
}

CreateKongKonnectIntegrationJSONBody defines parameters for CreateKongKonnectIntegration.

type CreateKongKonnectIntegrationJSONBodyParametersRegion added in v0.0.27

type CreateKongKonnectIntegrationJSONBodyParametersRegion string

CreateKongKonnectIntegrationJSONBodyParametersRegion defines parameters for CreateKongKonnectIntegration.

const (
	CreateKongKonnectIntegrationJSONBodyParametersRegionAU CreateKongKonnectIntegrationJSONBodyParametersRegion = "AU"
	CreateKongKonnectIntegrationJSONBodyParametersRegionEU CreateKongKonnectIntegrationJSONBodyParametersRegion = "EU"
	CreateKongKonnectIntegrationJSONBodyParametersRegionUS CreateKongKonnectIntegrationJSONBodyParametersRegion = "US"
)

Defines values for CreateKongKonnectIntegrationJSONBodyParametersRegion.

type CreateKongKonnectIntegrationJSONRequestBody added in v0.0.27

type CreateKongKonnectIntegrationJSONRequestBody CreateKongKonnectIntegrationJSONBody

CreateKongKonnectIntegrationJSONRequestBody defines body for CreateKongKonnectIntegration for application/json ContentType.

type CreateKongKonnectIntegrationResponse added in v0.0.27

type CreateKongKonnectIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind CreateKongKonnectIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Region             CreateKongKonnectIntegration200ParametersRegion `json:"region"`
			SystemAccountToken string                                          `json:"system_account_token"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateKongKonnectIntegrationResponse added in v0.0.27

func ParseCreateKongKonnectIntegrationResponse(rsp *http.Response) (*CreateKongKonnectIntegrationResponse, error)

ParseCreateKongKonnectIntegrationResponse parses an HTTP response from a CreateKongKonnectIntegrationWithResponse call

func (CreateKongKonnectIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateKongKonnectIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateKubernetesIntegration200Kind added in v0.0.27

type CreateKubernetesIntegration200Kind string

type CreateKubernetesIntegrationJSONBody added in v0.0.27

type CreateKubernetesIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		Blacklist *struct {
			Namespaces *[]string `json:"namespaces,omitempty"`
		} `json:"blacklist,omitempty"`
		Tags *struct {
			Labels     *[]string `json:"labels,omitempty"`
			Namespaces *bool     `json:"namespaces,omitempty"`
		} `json:"tags,omitempty"`
	} `json:"parameters"`
}

CreateKubernetesIntegrationJSONBody defines parameters for CreateKubernetesIntegration.

type CreateKubernetesIntegrationJSONRequestBody added in v0.0.27

type CreateKubernetesIntegrationJSONRequestBody CreateKubernetesIntegrationJSONBody

CreateKubernetesIntegrationJSONRequestBody defines body for CreateKubernetesIntegration for application/json ContentType.

type CreateKubernetesIntegrationResponse added in v0.0.27

type CreateKubernetesIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind CreateKubernetesIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Blacklist *struct {
				Namespaces *[]string `json:"namespaces,omitempty"`
			} `json:"blacklist,omitempty"`
			Tags *struct {
				Labels     *[]string `json:"labels,omitempty"`
				Namespaces *bool     `json:"namespaces,omitempty"`
			} `json:"tags,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateKubernetesIntegrationResponse added in v0.0.27

func ParseCreateKubernetesIntegrationResponse(rsp *http.Response) (*CreateKubernetesIntegrationResponse, error)

ParseCreateKubernetesIntegrationResponse parses an HTTP response from a CreateKubernetesIntegrationWithResponse call

func (CreateKubernetesIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateKubernetesIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateLocation200Type added in v0.0.14

type CreateLocation200Type string

type CreateLocationJSONBody added in v0.0.14

type CreateLocationJSONBody struct {
	// Key The SSH public key to use to connect to the location.
	Key *string `json:"key,omitempty"`

	// Name The name of the location.
	Name string `json:"name"`

	// PrivateLocationV2 Opt in to the new private location feature
	PrivateLocationV2 *bool `json:"private_location_v2,omitempty"`
}

CreateLocationJSONBody defines parameters for CreateLocation.

type CreateLocationJSONRequestBody added in v0.0.14

type CreateLocationJSONRequestBody CreateLocationJSONBody

CreateLocationJSONRequestBody defines body for CreateLocation for application/json ContentType.

type CreateLocationResponse added in v0.0.14

type CreateLocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Id The location ID.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// Key The SSH public key to use to connect to the location.
		Key *string `json:"key,omitempty"`

		// Name The name of the location.
		Name *string                `json:"name,omitempty"`
		Type *CreateLocation200Type `json:"type,omitempty"`
	}
	JSON400 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateLocationResponse added in v0.0.14

func ParseCreateLocationResponse(rsp *http.Response) (*CreateLocationResponse, error)

ParseCreateLocationResponse parses an HTTP response from a CreateLocationWithResponse call

func (CreateLocationResponse) Status added in v0.0.14

func (r CreateLocationResponse) Status() string

Status returns HTTPResponse.Status

func (CreateLocationResponse) StatusCode added in v0.0.14

func (r CreateLocationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreatePostmanApiKeyIntegration200Kind added in v0.0.27

type CreatePostmanApiKeyIntegration200Kind string

type CreatePostmanApiKeyIntegrationJSONBody added in v0.0.27

type CreatePostmanApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

CreatePostmanApiKeyIntegrationJSONBody defines parameters for CreatePostmanApiKeyIntegration.

type CreatePostmanApiKeyIntegrationJSONRequestBody added in v0.0.27

type CreatePostmanApiKeyIntegrationJSONRequestBody CreatePostmanApiKeyIntegrationJSONBody

CreatePostmanApiKeyIntegrationJSONRequestBody defines body for CreatePostmanApiKeyIntegration for application/json ContentType.

type CreatePostmanApiKeyIntegrationResponse added in v0.0.27

type CreatePostmanApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind CreatePostmanApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreatePostmanApiKeyIntegrationResponse added in v0.0.27

func ParseCreatePostmanApiKeyIntegrationResponse(rsp *http.Response) (*CreatePostmanApiKeyIntegrationResponse, error)

ParseCreatePostmanApiKeyIntegrationResponse parses an HTTP response from a CreatePostmanApiKeyIntegrationWithResponse call

func (CreatePostmanApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreatePostmanApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateRole200ApplicationAccessLevel added in v0.0.27

type CreateRole200ApplicationAccessLevel string

type CreateRole200InventoryAccessLevel added in v0.0.27

type CreateRole200InventoryAccessLevel string

type CreateRole200WorkflowsAccessLevel added in v0.0.27

type CreateRole200WorkflowsAccessLevel string

type CreateRoleJSONBody added in v0.0.27

type CreateRoleJSONBody struct {
	// ApplicationAccessLevel Access Level to the resource.
	ApplicationAccessLevel *CreateRoleJSONBodyApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

	// IntegrationAdministrator Set as administrator of the resource.
	IntegrationAdministrator *bool `json:"integrationAdministrator,omitempty"`

	// InventoryAccessLevel Access Level to the resource.
	InventoryAccessLevel *CreateRoleJSONBodyInventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

	// Name The name of the role.
	Name string `json:"name"`

	// ReportingAdministrator Set as administrator of the resource.
	ReportingAdministrator *bool `json:"reportingAdministrator,omitempty"`

	// WorkflowsAccessLevel Access Level to the resource.
	WorkflowsAccessLevel *CreateRoleJSONBodyWorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
}

CreateRoleJSONBody defines parameters for CreateRole.

type CreateRoleJSONBodyApplicationAccessLevel added in v0.0.27

type CreateRoleJSONBodyApplicationAccessLevel string

CreateRoleJSONBodyApplicationAccessLevel defines parameters for CreateRole.

const (
	CreateRoleJSONBodyApplicationAccessLevelADMIN  CreateRoleJSONBodyApplicationAccessLevel = "ADMIN"
	CreateRoleJSONBodyApplicationAccessLevelEDITOR CreateRoleJSONBodyApplicationAccessLevel = "EDITOR"
	CreateRoleJSONBodyApplicationAccessLevelNONE   CreateRoleJSONBodyApplicationAccessLevel = "NONE"
	CreateRoleJSONBodyApplicationAccessLevelVIEWER CreateRoleJSONBodyApplicationAccessLevel = "VIEWER"
)

Defines values for CreateRoleJSONBodyApplicationAccessLevel.

type CreateRoleJSONBodyInventoryAccessLevel added in v0.0.27

type CreateRoleJSONBodyInventoryAccessLevel string

CreateRoleJSONBodyInventoryAccessLevel defines parameters for CreateRole.

const (
	CreateRoleJSONBodyInventoryAccessLevelADMIN  CreateRoleJSONBodyInventoryAccessLevel = "ADMIN"
	CreateRoleJSONBodyInventoryAccessLevelEDITOR CreateRoleJSONBodyInventoryAccessLevel = "EDITOR"
	CreateRoleJSONBodyInventoryAccessLevelNONE   CreateRoleJSONBodyInventoryAccessLevel = "NONE"
	CreateRoleJSONBodyInventoryAccessLevelVIEWER CreateRoleJSONBodyInventoryAccessLevel = "VIEWER"
)

Defines values for CreateRoleJSONBodyInventoryAccessLevel.

type CreateRoleJSONBodyWorkflowsAccessLevel added in v0.0.27

type CreateRoleJSONBodyWorkflowsAccessLevel string

CreateRoleJSONBodyWorkflowsAccessLevel defines parameters for CreateRole.

const (
	CreateRoleJSONBodyWorkflowsAccessLevelADMIN  CreateRoleJSONBodyWorkflowsAccessLevel = "ADMIN"
	CreateRoleJSONBodyWorkflowsAccessLevelEDITOR CreateRoleJSONBodyWorkflowsAccessLevel = "EDITOR"
	CreateRoleJSONBodyWorkflowsAccessLevelNONE   CreateRoleJSONBodyWorkflowsAccessLevel = "NONE"
	CreateRoleJSONBodyWorkflowsAccessLevelVIEWER CreateRoleJSONBodyWorkflowsAccessLevel = "VIEWER"
)

Defines values for CreateRoleJSONBodyWorkflowsAccessLevel.

type CreateRoleJSONRequestBody added in v0.0.27

type CreateRoleJSONRequestBody CreateRoleJSONBody

CreateRoleJSONRequestBody defines body for CreateRole for application/json ContentType.

type CreateRoleResponse added in v0.0.27

type CreateRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// ApplicationAccessLevel Access Level to the resource.
		ApplicationAccessLevel *CreateRole200ApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

		// Id The ID of the role.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// IntegrationAdministrator Set as administrator of the resource.
		IntegrationAdministrator bool `json:"integrationAdministrator"`

		// InventoryAccessLevel Access Level to the resource.
		InventoryAccessLevel *CreateRole200InventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

		// Name The name of the role.
		Name *string `json:"name,omitempty"`

		// ReportingAdministrator Set as administrator of the resource.
		ReportingAdministrator bool `json:"reportingAdministrator"`

		// WorkflowsAccessLevel Access Level to the resource.
		WorkflowsAccessLevel *CreateRole200WorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
	}
}

func ParseCreateRoleResponse added in v0.0.27

func ParseCreateRoleResponse(rsp *http.Response) (*CreateRoleResponse, error)

ParseCreateRoleResponse parses an HTTP response from a CreateRoleWithResponse call

func (CreateRoleResponse) Status added in v0.0.27

func (r CreateRoleResponse) Status() string

Status returns HTTPResponse.Status

func (CreateRoleResponse) StatusCode added in v0.0.27

func (r CreateRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateSlackWebhookIntegration200Kind added in v0.0.27

type CreateSlackWebhookIntegration200Kind string

type CreateSlackWebhookIntegrationJSONBody added in v0.0.27

type CreateSlackWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

CreateSlackWebhookIntegrationJSONBody defines parameters for CreateSlackWebhookIntegration.

type CreateSlackWebhookIntegrationJSONRequestBody added in v0.0.27

type CreateSlackWebhookIntegrationJSONRequestBody CreateSlackWebhookIntegrationJSONBody

CreateSlackWebhookIntegrationJSONRequestBody defines body for CreateSlackWebhookIntegration for application/json ContentType.

type CreateSlackWebhookIntegrationResponse added in v0.0.27

type CreateSlackWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind CreateSlackWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateSlackWebhookIntegrationResponse added in v0.0.27

func ParseCreateSlackWebhookIntegrationResponse(rsp *http.Response) (*CreateSlackWebhookIntegrationResponse, error)

ParseCreateSlackWebhookIntegrationResponse parses an HTTP response from a CreateSlackWebhookIntegrationWithResponse call

func (CreateSlackWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateSlackWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateTeamsWebhookIntegration200Kind added in v0.0.27

type CreateTeamsWebhookIntegration200Kind string

type CreateTeamsWebhookIntegrationJSONBody added in v0.0.27

type CreateTeamsWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

CreateTeamsWebhookIntegrationJSONBody defines parameters for CreateTeamsWebhookIntegration.

type CreateTeamsWebhookIntegrationJSONRequestBody added in v0.0.27

type CreateTeamsWebhookIntegrationJSONRequestBody CreateTeamsWebhookIntegrationJSONBody

CreateTeamsWebhookIntegrationJSONRequestBody defines body for CreateTeamsWebhookIntegration for application/json ContentType.

type CreateTeamsWebhookIntegrationResponse added in v0.0.27

type CreateTeamsWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind CreateTeamsWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateTeamsWebhookIntegrationResponse added in v0.0.27

func ParseCreateTeamsWebhookIntegrationResponse(rsp *http.Response) (*CreateTeamsWebhookIntegrationResponse, error)

ParseCreateTeamsWebhookIntegrationResponse parses an HTTP response from a CreateTeamsWebhookIntegrationWithResponse call

func (CreateTeamsWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateTeamsWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type CreateUserToRole404Name added in v0.0.27

type CreateUserToRole404Name string

type CreateUserToRoleJSONBody added in v0.0.27

type CreateUserToRoleJSONBody struct {
	// Email The email of the user.
	Email string `json:"email"`

	// Role The name of the role.
	Role string `json:"role"`
}

CreateUserToRoleJSONBody defines parameters for CreateUserToRole.

type CreateUserToRoleJSONRequestBody added in v0.0.27

type CreateUserToRoleJSONRequestBody CreateUserToRoleJSONBody

CreateUserToRoleJSONRequestBody defines body for CreateUserToRole for application/json ContentType.

type CreateUserToRoleResponse added in v0.0.27

type CreateUserToRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Email The email of the user.
		Email *string `json:"email,omitempty"`

		// Role The name of the role.
		Role *string `json:"role,omitempty"`
	}
	JSON404 *struct {
		Messages []string                `json:"messages"`
		Name     CreateUserToRole404Name `json:"name"`
	}
}

func ParseCreateUserToRoleResponse added in v0.0.27

func ParseCreateUserToRoleResponse(rsp *http.Response) (*CreateUserToRoleResponse, error)

ParseCreateUserToRoleResponse parses an HTTP response from a CreateUserToRoleWithResponse call

func (CreateUserToRoleResponse) Status added in v0.0.27

func (r CreateUserToRoleResponse) Status() string

Status returns HTTPResponse.Status

func (CreateUserToRoleResponse) StatusCode added in v0.0.27

func (r CreateUserToRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWebhookIntegration200Kind added in v0.0.27

type CreateWebhookIntegration200Kind string

type CreateWebhookIntegrationJSONBody added in v0.0.27

type CreateWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

CreateWebhookIntegrationJSONBody defines parameters for CreateWebhookIntegration.

type CreateWebhookIntegrationJSONRequestBody added in v0.0.27

type CreateWebhookIntegrationJSONRequestBody CreateWebhookIntegrationJSONBody

CreateWebhookIntegrationJSONRequestBody defines body for CreateWebhookIntegration for application/json ContentType.

type CreateWebhookIntegrationResponse added in v0.0.27

type CreateWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID              `json:"id"`
		Kind CreateWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateWebhookIntegrationResponse added in v0.0.27

func ParseCreateWebhookIntegrationResponse(rsp *http.Response) (*CreateWebhookIntegrationResponse, error)

ParseCreateWebhookIntegrationResponse parses an HTTP response from a CreateWebhookIntegrationWithResponse call

func (CreateWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r CreateWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWizIntegration200Kind added in v0.0.27

type CreateWizIntegration200Kind string

type CreateWizIntegrationJSONBody added in v0.0.27

type CreateWizIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiEndpoint  string `json:"api_endpoint"`
		ClientId     string `json:"client_id"`
		ClientSecret string `json:"client_secret"`
		TokenUri     string `json:"token_uri"`
	} `json:"parameters"`
}

CreateWizIntegrationJSONBody defines parameters for CreateWizIntegration.

type CreateWizIntegrationJSONRequestBody added in v0.0.27

type CreateWizIntegrationJSONRequestBody CreateWizIntegrationJSONBody

CreateWizIntegrationJSONRequestBody defines body for CreateWizIntegration for application/json ContentType.

type CreateWizIntegrationResponse added in v0.0.27

type CreateWizIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind CreateWizIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiEndpoint  string `json:"api_endpoint"`
			ClientId     string `json:"client_id"`
			ClientSecret string `json:"client_secret"`
			TokenUri     string `json:"token_uri"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseCreateWizIntegrationResponse added in v0.0.27

func ParseCreateWizIntegrationResponse(rsp *http.Response) (*CreateWizIntegrationResponse, error)

ParseCreateWizIntegrationResponse parses an HTTP response from a CreateWizIntegrationWithResponse call

func (CreateWizIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (CreateWizIntegrationResponse) StatusCode added in v0.0.27

func (r CreateWizIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAkamaiIntegrationResponse added in v0.0.27

type DeleteAkamaiIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteAkamaiIntegrationResponse added in v0.0.27

func ParseDeleteAkamaiIntegrationResponse(rsp *http.Response) (*DeleteAkamaiIntegrationResponse, error)

ParseDeleteAkamaiIntegrationResponse parses an HTTP response from a DeleteAkamaiIntegrationWithResponse call

func (DeleteAkamaiIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteAkamaiIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteAkamaiIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteApigeeIntegrationResponse added in v0.0.27

type DeleteApigeeIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteApigeeIntegrationResponse added in v0.0.27

func ParseDeleteApigeeIntegrationResponse(rsp *http.Response) (*DeleteApigeeIntegrationResponse, error)

ParseDeleteApigeeIntegrationResponse parses an HTTP response from a DeleteApigeeIntegrationWithResponse call

func (DeleteApigeeIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteApigeeIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteApigeeIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAwsIntegrationResponse added in v0.0.27

type DeleteAwsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteAwsIntegrationResponse added in v0.0.27

func ParseDeleteAwsIntegrationResponse(rsp *http.Response) (*DeleteAwsIntegrationResponse, error)

ParseDeleteAwsIntegrationResponse parses an HTTP response from a DeleteAwsIntegrationWithResponse call

func (DeleteAwsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteAwsIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteAwsIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAzureDevopsIntegrationResponse added in v0.0.27

type DeleteAzureDevopsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteAzureDevopsIntegrationResponse added in v0.0.27

func ParseDeleteAzureDevopsIntegrationResponse(rsp *http.Response) (*DeleteAzureDevopsIntegrationResponse, error)

ParseDeleteAzureDevopsIntegrationResponse parses an HTTP response from a DeleteAzureDevopsIntegrationWithResponse call

func (DeleteAzureDevopsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteAzureDevopsIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteAzureIntegrationResponse added in v0.0.27

type DeleteAzureIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteAzureIntegrationResponse added in v0.0.27

func ParseDeleteAzureIntegrationResponse(rsp *http.Response) (*DeleteAzureIntegrationResponse, error)

ParseDeleteAzureIntegrationResponse parses an HTTP response from a DeleteAzureIntegrationWithResponse call

func (DeleteAzureIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteAzureIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteAzureIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteBitbucketRepoIntegrationResponse added in v0.0.27

type DeleteBitbucketRepoIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteBitbucketRepoIntegrationResponse added in v0.0.27

func ParseDeleteBitbucketRepoIntegrationResponse(rsp *http.Response) (*DeleteBitbucketRepoIntegrationResponse, error)

ParseDeleteBitbucketRepoIntegrationResponse parses an HTTP response from a DeleteBitbucketRepoIntegrationWithResponse call

func (DeleteBitbucketRepoIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteBitbucketRepoIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteCloudflareIntegrationResponse added in v0.0.27

type DeleteCloudflareIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteCloudflareIntegrationResponse added in v0.0.27

func ParseDeleteCloudflareIntegrationResponse(rsp *http.Response) (*DeleteCloudflareIntegrationResponse, error)

ParseDeleteCloudflareIntegrationResponse parses an HTTP response from a DeleteCloudflareIntegrationWithResponse call

func (DeleteCloudflareIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteCloudflareIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteDiscordWebhookIntegrationResponse added in v0.0.27

type DeleteDiscordWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteDiscordWebhookIntegrationResponse added in v0.0.27

func ParseDeleteDiscordWebhookIntegrationResponse(rsp *http.Response) (*DeleteDiscordWebhookIntegrationResponse, error)

ParseDeleteDiscordWebhookIntegrationResponse parses an HTTP response from a DeleteDiscordWebhookIntegrationWithResponse call

func (DeleteDiscordWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteDiscordWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteEmailIntegrationResponse added in v0.0.27

type DeleteEmailIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteEmailIntegrationResponse added in v0.0.27

func ParseDeleteEmailIntegrationResponse(rsp *http.Response) (*DeleteEmailIntegrationResponse, error)

ParseDeleteEmailIntegrationResponse parses an HTTP response from a DeleteEmailIntegrationWithResponse call

func (DeleteEmailIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteEmailIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteEmailIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteGcpIntegrationResponse added in v0.0.27

type DeleteGcpIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteGcpIntegrationResponse added in v0.0.27

func ParseDeleteGcpIntegrationResponse(rsp *http.Response) (*DeleteGcpIntegrationResponse, error)

ParseDeleteGcpIntegrationResponse parses an HTTP response from a DeleteGcpIntegrationWithResponse call

func (DeleteGcpIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteGcpIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteGcpIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteGithubApiKeyIntegrationResponse added in v0.0.27

type DeleteGithubApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteGithubApiKeyIntegrationResponse added in v0.0.27

func ParseDeleteGithubApiKeyIntegrationResponse(rsp *http.Response) (*DeleteGithubApiKeyIntegrationResponse, error)

ParseDeleteGithubApiKeyIntegrationResponse parses an HTTP response from a DeleteGithubApiKeyIntegrationWithResponse call

func (DeleteGithubApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteGithubApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteGitlabApiKeyIntegrationResponse added in v0.0.27

type DeleteGitlabApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteGitlabApiKeyIntegrationResponse added in v0.0.27

func ParseDeleteGitlabApiKeyIntegrationResponse(rsp *http.Response) (*DeleteGitlabApiKeyIntegrationResponse, error)

ParseDeleteGitlabApiKeyIntegrationResponse parses an HTTP response from a DeleteGitlabApiKeyIntegrationWithResponse call

func (DeleteGitlabApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteGitlabApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteJiraIntegrationResponse added in v0.0.27

type DeleteJiraIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteJiraIntegrationResponse added in v0.0.27

func ParseDeleteJiraIntegrationResponse(rsp *http.Response) (*DeleteJiraIntegrationResponse, error)

ParseDeleteJiraIntegrationResponse parses an HTTP response from a DeleteJiraIntegrationWithResponse call

func (DeleteJiraIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteJiraIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteJiraIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteKongGatewayIntegrationResponse added in v0.0.27

type DeleteKongGatewayIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteKongGatewayIntegrationResponse added in v0.0.27

func ParseDeleteKongGatewayIntegrationResponse(rsp *http.Response) (*DeleteKongGatewayIntegrationResponse, error)

ParseDeleteKongGatewayIntegrationResponse parses an HTTP response from a DeleteKongGatewayIntegrationWithResponse call

func (DeleteKongGatewayIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteKongGatewayIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteKongKonnectIntegrationResponse added in v0.0.27

type DeleteKongKonnectIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteKongKonnectIntegrationResponse added in v0.0.27

func ParseDeleteKongKonnectIntegrationResponse(rsp *http.Response) (*DeleteKongKonnectIntegrationResponse, error)

ParseDeleteKongKonnectIntegrationResponse parses an HTTP response from a DeleteKongKonnectIntegrationWithResponse call

func (DeleteKongKonnectIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteKongKonnectIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteKubernetesIntegrationResponse added in v0.0.27

type DeleteKubernetesIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteKubernetesIntegrationResponse added in v0.0.27

func ParseDeleteKubernetesIntegrationResponse(rsp *http.Response) (*DeleteKubernetesIntegrationResponse, error)

ParseDeleteKubernetesIntegrationResponse parses an HTTP response from a DeleteKubernetesIntegrationWithResponse call

func (DeleteKubernetesIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteKubernetesIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteLocationResponse added in v0.0.14

type DeleteLocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Success bool `json:"success"`
	}
	JSON400 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteLocationResponse added in v0.0.14

func ParseDeleteLocationResponse(rsp *http.Response) (*DeleteLocationResponse, error)

ParseDeleteLocationResponse parses an HTTP response from a DeleteLocationWithResponse call

func (DeleteLocationResponse) Status added in v0.0.14

func (r DeleteLocationResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteLocationResponse) StatusCode added in v0.0.14

func (r DeleteLocationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeletePostmanApiKeyIntegrationResponse added in v0.0.27

type DeletePostmanApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeletePostmanApiKeyIntegrationResponse added in v0.0.27

func ParseDeletePostmanApiKeyIntegrationResponse(rsp *http.Response) (*DeletePostmanApiKeyIntegrationResponse, error)

ParseDeletePostmanApiKeyIntegrationResponse parses an HTTP response from a DeletePostmanApiKeyIntegrationWithResponse call

func (DeletePostmanApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeletePostmanApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteRoleResponse added in v0.0.27

type DeleteRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Success *bool `json:"success,omitempty"`
	}
	JSON500 *struct {
		Success *bool `json:"success,omitempty"`
	}
}

func ParseDeleteRoleResponse added in v0.0.27

func ParseDeleteRoleResponse(rsp *http.Response) (*DeleteRoleResponse, error)

ParseDeleteRoleResponse parses an HTTP response from a DeleteRoleWithResponse call

func (DeleteRoleResponse) Status added in v0.0.27

func (r DeleteRoleResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteRoleResponse) StatusCode added in v0.0.27

func (r DeleteRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSlackWebhookIntegrationResponse added in v0.0.27

type DeleteSlackWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteSlackWebhookIntegrationResponse added in v0.0.27

func ParseDeleteSlackWebhookIntegrationResponse(rsp *http.Response) (*DeleteSlackWebhookIntegrationResponse, error)

ParseDeleteSlackWebhookIntegrationResponse parses an HTTP response from a DeleteSlackWebhookIntegrationWithResponse call

func (DeleteSlackWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteSlackWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteTeamsWebhookIntegrationResponse added in v0.0.27

type DeleteTeamsWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteTeamsWebhookIntegrationResponse added in v0.0.27

func ParseDeleteTeamsWebhookIntegrationResponse(rsp *http.Response) (*DeleteTeamsWebhookIntegrationResponse, error)

ParseDeleteTeamsWebhookIntegrationResponse parses an HTTP response from a DeleteTeamsWebhookIntegrationWithResponse call

func (DeleteTeamsWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteTeamsWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type DeleteUserToRole404Name added in v0.0.27

type DeleteUserToRole404Name string

type DeleteUserToRole500Name added in v0.0.27

type DeleteUserToRole500Name string

type DeleteUserToRoleJSONBody added in v0.0.27

type DeleteUserToRoleJSONBody struct {
	// Email The email of the user.
	Email string `json:"email"`

	// Role The name of the role.
	Role string `json:"role"`
}

DeleteUserToRoleJSONBody defines parameters for DeleteUserToRole.

type DeleteUserToRoleJSONRequestBody added in v0.0.27

type DeleteUserToRoleJSONRequestBody DeleteUserToRoleJSONBody

DeleteUserToRoleJSONRequestBody defines body for DeleteUserToRole for application/json ContentType.

type DeleteUserToRoleResponse added in v0.0.27

type DeleteUserToRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Email The email of the user.
		Email *string `json:"email,omitempty"`

		// Role The name of the role.
		Role *string `json:"role,omitempty"`
	}
	JSON404 *struct {
		Messages []string                `json:"messages"`
		Name     DeleteUserToRole404Name `json:"name"`
	}
	JSON500 *struct {
		Messages []string                `json:"messages"`
		Name     DeleteUserToRole500Name `json:"name"`
	}
}

func ParseDeleteUserToRoleResponse added in v0.0.27

func ParseDeleteUserToRoleResponse(rsp *http.Response) (*DeleteUserToRoleResponse, error)

ParseDeleteUserToRoleResponse parses an HTTP response from a DeleteUserToRoleWithResponse call

func (DeleteUserToRoleResponse) Status added in v0.0.27

func (r DeleteUserToRoleResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteUserToRoleResponse) StatusCode added in v0.0.27

func (r DeleteUserToRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteWebhookIntegrationResponse added in v0.0.27

type DeleteWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteWebhookIntegrationResponse added in v0.0.27

func ParseDeleteWebhookIntegrationResponse(rsp *http.Response) (*DeleteWebhookIntegrationResponse, error)

ParseDeleteWebhookIntegrationResponse parses an HTTP response from a DeleteWebhookIntegrationWithResponse call

func (DeleteWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteWizIntegrationResponse added in v0.0.27

type DeleteWizIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id string `json:"id"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseDeleteWizIntegrationResponse added in v0.0.27

func ParseDeleteWizIntegrationResponse(rsp *http.Response) (*DeleteWizIntegrationResponse, error)

ParseDeleteWizIntegrationResponse parses an HTTP response from a DeleteWizIntegrationWithResponse call

func (DeleteWizIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (DeleteWizIntegrationResponse) StatusCode added in v0.0.27

func (r DeleteWizIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAkamaiIntegration200Kind added in v0.0.27

type GetAkamaiIntegration200Kind string

type GetAkamaiIntegrationResponse added in v0.0.27

type GetAkamaiIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind GetAkamaiIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccessToken  string `json:"access_token"`
			ClientSecret string `json:"client_secret"`
			ClientToken  string `json:"client_token"`
			Host         string `json:"host"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetAkamaiIntegrationResponse added in v0.0.27

func ParseGetAkamaiIntegrationResponse(rsp *http.Response) (*GetAkamaiIntegrationResponse, error)

ParseGetAkamaiIntegrationResponse parses an HTTP response from a GetAkamaiIntegrationWithResponse call

func (GetAkamaiIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetAkamaiIntegrationResponse) StatusCode added in v0.0.27

func (r GetAkamaiIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetApigeeIntegration200Kind added in v0.0.27

type GetApigeeIntegration200Kind string

type GetApigeeIntegrationResponse added in v0.0.27

type GetApigeeIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind GetApigeeIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetApigeeIntegrationResponse added in v0.0.27

func ParseGetApigeeIntegrationResponse(rsp *http.Response) (*GetApigeeIntegrationResponse, error)

ParseGetApigeeIntegrationResponse parses an HTTP response from a GetApigeeIntegrationWithResponse call

func (GetApigeeIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetApigeeIntegrationResponse) StatusCode added in v0.0.27

func (r GetApigeeIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetApplicationId200ScansStatus

type GetApplicationId200ScansStatus string

type GetApplicationIdResponse

type GetApplicationIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		AutogeneratedFromInventory bool               `json:"autogeneratedFromInventory"`
		CreatedAt                  time.Time          `json:"createdAt"`
		Cron                       *string            `json:"cron"`
		HasCI                      bool               `json:"hasCI"`
		Id                         openapi_types.UUID `json:"id"`
		LastSuccessfulScan         *struct {
			AlertCounts struct {
				HIGH   float32 `json:"HIGH"`
				INFO   float32 `json:"INFO"`
				LOW    float32 `json:"LOW"`
				MEDIUM float32 `json:"MEDIUM"`
			} `json:"alertCounts"`
			CommitHash             *string            `json:"commitHash"`
			Coverage               *float32           `json:"coverage"`
			CreatedAt              time.Time          `json:"createdAt"`
			Id                     openapi_types.UUID `json:"id"`
			Score                  *float32           `json:"score"`
			SecurityTestCategories []struct {
				Category string  `json:"category"`
				Count    float32 `json:"count"`
				Severity string  `json:"severity"`
			} `json:"securityTestCategories"`
		} `json:"lastSuccessfulScan"`
		Name  string `json:"name"`
		Scans []struct {
			AlertCounts struct {
				HIGH   float32 `json:"HIGH"`
				INFO   float32 `json:"INFO"`
				LOW    float32 `json:"LOW"`
				MEDIUM float32 `json:"MEDIUM"`
			} `json:"alertCounts"`
			CommitHash             *string            `json:"commitHash"`
			Coverage               *float32           `json:"coverage"`
			CreatedAt              time.Time          `json:"createdAt"`
			Id                     openapi_types.UUID `json:"id"`
			Score                  *float32           `json:"score"`
			SecurityTestCategories []struct {
				Category string  `json:"category"`
				Count    float32 `json:"count"`
				Severity string  `json:"severity"`
			} `json:"securityTestCategories"`
			Status GetApplicationId200ScansStatus `json:"status"`
		} `json:"scans"`
		Service struct {
			Tags []struct {
				Color string `json:"color"`
				Name  string `json:"name"`
			} `json:"tags"`
			Url string `json:"url"`
		} `json:"service"`
	}
	JSON400 *struct {
		Error   string         `json:"error"`
		Events  *[]interface{} `json:"events,omitempty"`
		Message string         `json:"message"`
	}
	JSON500 *struct {
		Message string `json:"message"`
	}
}

func ParseGetApplicationIdResponse

func ParseGetApplicationIdResponse(rsp *http.Response) (*GetApplicationIdResponse, error)

ParseGetApplicationIdResponse parses an HTTP response from a GetApplicationIdWithResponse call

func (GetApplicationIdResponse) Status

func (r GetApplicationIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetApplicationIdResponse) StatusCode

func (r GetApplicationIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAwsIntegration200Kind added in v0.0.27

type GetAwsIntegration200Kind string

type GetAwsIntegrationResponse added in v0.0.27

type GetAwsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID       `json:"id"`
		Kind GetAwsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			PrivKey string `json:"priv_key"`
			PubKey  string `json:"pub_key"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetAwsIntegrationResponse added in v0.0.27

func ParseGetAwsIntegrationResponse(rsp *http.Response) (*GetAwsIntegrationResponse, error)

ParseGetAwsIntegrationResponse parses an HTTP response from a GetAwsIntegrationWithResponse call

func (GetAwsIntegrationResponse) Status added in v0.0.27

func (r GetAwsIntegrationResponse) Status() string

Status returns HTTPResponse.Status

func (GetAwsIntegrationResponse) StatusCode added in v0.0.27

func (r GetAwsIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAzureDevopsIntegration200Kind added in v0.0.27

type GetAzureDevopsIntegration200Kind string

type GetAzureDevopsIntegrationResponse added in v0.0.27

type GetAzureDevopsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID               `json:"id"`
		Kind GetAzureDevopsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string `json:"api_key"`
			InstanceUrl string `json:"instance_url"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetAzureDevopsIntegrationResponse added in v0.0.27

func ParseGetAzureDevopsIntegrationResponse(rsp *http.Response) (*GetAzureDevopsIntegrationResponse, error)

ParseGetAzureDevopsIntegrationResponse parses an HTTP response from a GetAzureDevopsIntegrationWithResponse call

func (GetAzureDevopsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetAzureDevopsIntegrationResponse) StatusCode added in v0.0.27

func (r GetAzureDevopsIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAzureIntegration200Kind added in v0.0.27

type GetAzureIntegration200Kind string

type GetAzureIntegrationResponse added in v0.0.27

type GetAzureIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID         `json:"id"`
		Kind GetAzureIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ClientId       string  `json:"client_id"`
			ClientSecret   string  `json:"client_secret"`
			SubscriptionId *string `json:"subscription_id,omitempty"`
			TenantId       string  `json:"tenant_id"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetAzureIntegrationResponse added in v0.0.27

func ParseGetAzureIntegrationResponse(rsp *http.Response) (*GetAzureIntegrationResponse, error)

ParseGetAzureIntegrationResponse parses an HTTP response from a GetAzureIntegrationWithResponse call

func (GetAzureIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetAzureIntegrationResponse) StatusCode added in v0.0.27

func (r GetAzureIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBitbucketRepoIntegration200Kind added in v0.0.27

type GetBitbucketRepoIntegration200Kind string

type GetBitbucketRepoIntegrationResponse added in v0.0.27

type GetBitbucketRepoIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind GetBitbucketRepoIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey         string  `json:"api_key"`
			InstanceUrl    *string `json:"instance_url,omitempty"`
			RepositoryName string  `json:"repository_name"`
			Username       *string `json:"username,omitempty"`
			WorkspaceName  string  `json:"workspace_name"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetBitbucketRepoIntegrationResponse added in v0.0.27

func ParseGetBitbucketRepoIntegrationResponse(rsp *http.Response) (*GetBitbucketRepoIntegrationResponse, error)

ParseGetBitbucketRepoIntegrationResponse parses an HTTP response from a GetBitbucketRepoIntegrationWithResponse call

func (GetBitbucketRepoIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetBitbucketRepoIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type GetCloudflareIntegration200Kind added in v0.0.27

type GetCloudflareIntegration200Kind string

type GetCloudflareIntegrationResponse added in v0.0.27

type GetCloudflareIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID              `json:"id"`
		Kind GetCloudflareIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetCloudflareIntegrationResponse added in v0.0.27

func ParseGetCloudflareIntegrationResponse(rsp *http.Response) (*GetCloudflareIntegrationResponse, error)

ParseGetCloudflareIntegrationResponse parses an HTTP response from a GetCloudflareIntegrationWithResponse call

func (GetCloudflareIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetCloudflareIntegrationResponse) StatusCode added in v0.0.27

func (r GetCloudflareIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDiscordWebhookIntegration200Kind added in v0.0.27

type GetDiscordWebhookIntegration200Kind string

type GetDiscordWebhookIntegrationResponse added in v0.0.27

type GetDiscordWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind GetDiscordWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetDiscordWebhookIntegrationResponse added in v0.0.27

func ParseGetDiscordWebhookIntegrationResponse(rsp *http.Response) (*GetDiscordWebhookIntegrationResponse, error)

ParseGetDiscordWebhookIntegrationResponse parses an HTTP response from a GetDiscordWebhookIntegrationWithResponse call

func (GetDiscordWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetDiscordWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type GetEmailIntegration200Kind added in v0.0.27

type GetEmailIntegration200Kind string

type GetEmailIntegrationResponse added in v0.0.27

type GetEmailIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID         `json:"id"`
		Kind GetEmailIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetEmailIntegrationResponse added in v0.0.27

func ParseGetEmailIntegrationResponse(rsp *http.Response) (*GetEmailIntegrationResponse, error)

ParseGetEmailIntegrationResponse parses an HTTP response from a GetEmailIntegrationWithResponse call

func (GetEmailIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetEmailIntegrationResponse) StatusCode added in v0.0.27

func (r GetEmailIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGcpIntegration200Kind added in v0.0.27

type GetGcpIntegration200Kind string

type GetGcpIntegrationResponse added in v0.0.27

type GetGcpIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID       `json:"id"`
		Kind GetGcpIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetGcpIntegrationResponse added in v0.0.27

func ParseGetGcpIntegrationResponse(rsp *http.Response) (*GetGcpIntegrationResponse, error)

ParseGetGcpIntegrationResponse parses an HTTP response from a GetGcpIntegrationWithResponse call

func (GetGcpIntegrationResponse) Status added in v0.0.27

func (r GetGcpIntegrationResponse) Status() string

Status returns HTTPResponse.Status

func (GetGcpIntegrationResponse) StatusCode added in v0.0.27

func (r GetGcpIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGithubApiKeyIntegration200Kind added in v0.0.27

type GetGithubApiKeyIntegration200Kind string

type GetGithubApiKeyIntegrationResponse added in v0.0.27

type GetGithubApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                `json:"id"`
		Kind GetGithubApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetGithubApiKeyIntegrationResponse added in v0.0.27

func ParseGetGithubApiKeyIntegrationResponse(rsp *http.Response) (*GetGithubApiKeyIntegrationResponse, error)

ParseGetGithubApiKeyIntegrationResponse parses an HTTP response from a GetGithubApiKeyIntegrationWithResponse call

func (GetGithubApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetGithubApiKeyIntegrationResponse) StatusCode added in v0.0.27

func (r GetGithubApiKeyIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetGitlabApiKeyIntegration200Kind added in v0.0.27

type GetGitlabApiKeyIntegration200Kind string

type GetGitlabApiKeyIntegrationResponse added in v0.0.27

type GetGitlabApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                `json:"id"`
		Kind GetGitlabApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string  `json:"api_key"`
			InstanceUrl *string `json:"instance_url,omitempty"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetGitlabApiKeyIntegrationResponse added in v0.0.27

func ParseGetGitlabApiKeyIntegrationResponse(rsp *http.Response) (*GetGitlabApiKeyIntegrationResponse, error)

ParseGetGitlabApiKeyIntegrationResponse parses an HTTP response from a GetGitlabApiKeyIntegrationWithResponse call

func (GetGitlabApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetGitlabApiKeyIntegrationResponse) StatusCode added in v0.0.27

func (r GetGitlabApiKeyIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetJiraIntegration200Kind added in v0.0.27

type GetJiraIntegration200Kind string

type GetJiraIntegration200ParametersPropertiesMappingEscapeProperty added in v0.0.27

type GetJiraIntegration200ParametersPropertiesMappingEscapeProperty string

type GetJiraIntegrationResponse added in v0.0.27

type GetJiraIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID        `json:"id"`
		Kind GetJiraIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccountId         string `json:"account_id"`
			ApiKey            string `json:"api_key"`
			Email             string `json:"email"`
			InstanceUrl       string `json:"instance_url"`
			Name              string `json:"name"`
			PropertiesMapping *[]struct {
				EscapeProperty GetJiraIntegration200ParametersPropertiesMappingEscapeProperty `json:"escape_property"`
				JiraProperty   string                                                         `json:"jira_property"`
			} `json:"properties_mapping,omitempty"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetJiraIntegrationResponse added in v0.0.27

func ParseGetJiraIntegrationResponse(rsp *http.Response) (*GetJiraIntegrationResponse, error)

ParseGetJiraIntegrationResponse parses an HTTP response from a GetJiraIntegrationWithResponse call

func (GetJiraIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetJiraIntegrationResponse) StatusCode added in v0.0.27

func (r GetJiraIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetKongGatewayIntegration200Kind added in v0.0.27

type GetKongGatewayIntegration200Kind string

type GetKongGatewayIntegrationResponse added in v0.0.27

type GetKongGatewayIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID               `json:"id"`
		Kind GetKongGatewayIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AdminApiUrl string `json:"admin_api_url"`
			ApiKey      string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetKongGatewayIntegrationResponse added in v0.0.27

func ParseGetKongGatewayIntegrationResponse(rsp *http.Response) (*GetKongGatewayIntegrationResponse, error)

ParseGetKongGatewayIntegrationResponse parses an HTTP response from a GetKongGatewayIntegrationWithResponse call

func (GetKongGatewayIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetKongGatewayIntegrationResponse) StatusCode added in v0.0.27

func (r GetKongGatewayIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetKongKonnectIntegration200Kind added in v0.0.27

type GetKongKonnectIntegration200Kind string

type GetKongKonnectIntegration200ParametersRegion added in v0.0.27

type GetKongKonnectIntegration200ParametersRegion string

type GetKongKonnectIntegrationResponse added in v0.0.27

type GetKongKonnectIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID               `json:"id"`
		Kind GetKongKonnectIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Region             GetKongKonnectIntegration200ParametersRegion `json:"region"`
			SystemAccountToken string                                       `json:"system_account_token"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetKongKonnectIntegrationResponse added in v0.0.27

func ParseGetKongKonnectIntegrationResponse(rsp *http.Response) (*GetKongKonnectIntegrationResponse, error)

ParseGetKongKonnectIntegrationResponse parses an HTTP response from a GetKongKonnectIntegrationWithResponse call

func (GetKongKonnectIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetKongKonnectIntegrationResponse) StatusCode added in v0.0.27

func (r GetKongKonnectIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetKubernetesIntegration200Kind added in v0.0.27

type GetKubernetesIntegration200Kind string

type GetKubernetesIntegrationResponse added in v0.0.27

type GetKubernetesIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID              `json:"id"`
		Kind GetKubernetesIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Blacklist *struct {
				Namespaces *[]string `json:"namespaces,omitempty"`
			} `json:"blacklist,omitempty"`
			Tags *struct {
				Labels     *[]string `json:"labels,omitempty"`
				Namespaces *bool     `json:"namespaces,omitempty"`
			} `json:"tags,omitempty"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetKubernetesIntegrationResponse added in v0.0.27

func ParseGetKubernetesIntegrationResponse(rsp *http.Response) (*GetKubernetesIntegrationResponse, error)

ParseGetKubernetesIntegrationResponse parses an HTTP response from a GetKubernetesIntegrationWithResponse call

func (GetKubernetesIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetKubernetesIntegrationResponse) StatusCode added in v0.0.27

func (r GetKubernetesIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLocation200Type added in v0.0.14

type GetLocation200Type string

type GetLocationResponse added in v0.0.14

type GetLocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Id The location ID.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// Key The SSH public key to use to connect to the location.
		Key *string `json:"key,omitempty"`

		// Name The name of the location.
		Name *string             `json:"name,omitempty"`
		Type *GetLocation200Type `json:"type,omitempty"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetLocationResponse added in v0.0.14

func ParseGetLocationResponse(rsp *http.Response) (*GetLocationResponse, error)

ParseGetLocationResponse parses an HTTP response from a GetLocationWithResponse call

func (GetLocationResponse) Status added in v0.0.14

func (r GetLocationResponse) Status() string

Status returns HTTPResponse.Status

func (GetLocationResponse) StatusCode added in v0.0.14

func (r GetLocationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationIdApplications200ScansStatus

type GetOrganizationIdApplications200ScansStatus string

type GetOrganizationIdApplicationsResponse

type GetOrganizationIdApplicationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		AutogeneratedFromInventory bool               `json:"autogeneratedFromInventory"`
		CreatedAt                  time.Time          `json:"createdAt"`
		Cron                       *string            `json:"cron"`
		HasCI                      bool               `json:"hasCI"`
		Id                         openapi_types.UUID `json:"id"`
		LastSuccessfulScan         *struct {
			AlertCounts struct {
				HIGH   float32 `json:"HIGH"`
				INFO   float32 `json:"INFO"`
				LOW    float32 `json:"LOW"`
				MEDIUM float32 `json:"MEDIUM"`
			} `json:"alertCounts"`
			CommitHash             *string            `json:"commitHash"`
			Coverage               *float32           `json:"coverage"`
			CreatedAt              time.Time          `json:"createdAt"`
			Id                     openapi_types.UUID `json:"id"`
			Score                  *float32           `json:"score"`
			SecurityTestCategories []struct {
				Category string  `json:"category"`
				Count    float32 `json:"count"`
				Severity string  `json:"severity"`
			} `json:"securityTestCategories"`
		} `json:"lastSuccessfulScan"`
		Name  string `json:"name"`
		Scans []struct {
			AlertCounts struct {
				HIGH   float32 `json:"HIGH"`
				INFO   float32 `json:"INFO"`
				LOW    float32 `json:"LOW"`
				MEDIUM float32 `json:"MEDIUM"`
			} `json:"alertCounts"`
			CommitHash             *string            `json:"commitHash"`
			Coverage               *float32           `json:"coverage"`
			CreatedAt              time.Time          `json:"createdAt"`
			Id                     openapi_types.UUID `json:"id"`
			Score                  *float32           `json:"score"`
			SecurityTestCategories []struct {
				Category string  `json:"category"`
				Count    float32 `json:"count"`
				Severity string  `json:"severity"`
			} `json:"securityTestCategories"`
			Status GetOrganizationIdApplications200ScansStatus `json:"status"`
		} `json:"scans"`
		Service struct {
			Tags []struct {
				Color string `json:"color"`
				Name  string `json:"name"`
			} `json:"tags"`
			Url string `json:"url"`
		} `json:"service"`
	}
}

func ParseGetOrganizationIdApplicationsResponse

func ParseGetOrganizationIdApplicationsResponse(rsp *http.Response) (*GetOrganizationIdApplicationsResponse, error)

ParseGetOrganizationIdApplicationsResponse parses an HTTP response from a GetOrganizationIdApplicationsWithResponse call

func (GetOrganizationIdApplicationsResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationIdApplicationsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetOrganizationIdApplicationsSearchParams

type GetOrganizationIdApplicationsSearchParams struct {
	// Search Search query.
	Search *string `form:"search,omitempty" json:"search,omitempty"`

	// Cursor Cursor to start from. Given by the previous page.
	Cursor *string `form:"cursor,omitempty" json:"cursor,omitempty"`
}

GetOrganizationIdApplicationsSearchParams defines parameters for GetOrganizationIdApplicationsSearch.

type GetOrganizationIdApplicationsSearchResponse

type GetOrganizationIdApplicationsSearchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Cursor *string `json:"cursor"`
		Data   []struct {
			AutogeneratedFromInventory bool               `json:"autogeneratedFromInventory"`
			CreatedAt                  time.Time          `json:"createdAt"`
			Cron                       *string            `json:"cron"`
			HasCI                      bool               `json:"hasCI"`
			Id                         openapi_types.UUID `json:"id"`
			Name                       string             `json:"name"`
			Service                    struct {
				Tags []struct {
					Color string `json:"color"`
					Name  string `json:"name"`
				} `json:"tags"`
				Url string `json:"url"`
			} `json:"service"`
		} `json:"data"`
	}
}

func ParseGetOrganizationIdApplicationsSearchResponse

func ParseGetOrganizationIdApplicationsSearchResponse(rsp *http.Response) (*GetOrganizationIdApplicationsSearchResponse, error)

ParseGetOrganizationIdApplicationsSearchResponse parses an HTTP response from a GetOrganizationIdApplicationsSearchWithResponse call

func (GetOrganizationIdApplicationsSearchResponse) Status

Status returns HTTPResponse.Status

func (GetOrganizationIdApplicationsSearchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPostmanApiKeyIntegration200Kind added in v0.0.27

type GetPostmanApiKeyIntegration200Kind string

type GetPostmanApiKeyIntegrationResponse added in v0.0.27

type GetPostmanApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind GetPostmanApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetPostmanApiKeyIntegrationResponse added in v0.0.27

func ParseGetPostmanApiKeyIntegrationResponse(rsp *http.Response) (*GetPostmanApiKeyIntegrationResponse, error)

ParseGetPostmanApiKeyIntegrationResponse parses an HTTP response from a GetPostmanApiKeyIntegrationWithResponse call

func (GetPostmanApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetPostmanApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type GetRole200ApplicationAccessLevel added in v0.0.27

type GetRole200ApplicationAccessLevel string

type GetRole200InventoryAccessLevel added in v0.0.27

type GetRole200InventoryAccessLevel string

type GetRole200WorkflowsAccessLevel added in v0.0.27

type GetRole200WorkflowsAccessLevel string

type GetRoleResponse added in v0.0.27

type GetRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// ApplicationAccessLevel Access Level to the resource.
		ApplicationAccessLevel *GetRole200ApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

		// Id The ID of the role.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// IntegrationAdministrator Set as administrator of the resource.
		IntegrationAdministrator bool `json:"integrationAdministrator"`

		// InventoryAccessLevel Access Level to the resource.
		InventoryAccessLevel *GetRole200InventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

		// Name The name of the role.
		Name *string `json:"name,omitempty"`

		// ReportingAdministrator Set as administrator of the resource.
		ReportingAdministrator bool `json:"reportingAdministrator"`

		// WorkflowsAccessLevel Access Level to the resource.
		WorkflowsAccessLevel *GetRole200WorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetRoleResponse added in v0.0.27

func ParseGetRoleResponse(rsp *http.Response) (*GetRoleResponse, error)

ParseGetRoleResponse parses an HTTP response from a GetRoleWithResponse call

func (GetRoleResponse) Status added in v0.0.27

func (r GetRoleResponse) Status() string

Status returns HTTPResponse.Status

func (GetRoleResponse) StatusCode added in v0.0.27

func (r GetRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRoles200ApplicationAccessLevel added in v0.0.27

type GetRoles200ApplicationAccessLevel string

type GetRoles200InventoryAccessLevel added in v0.0.27

type GetRoles200InventoryAccessLevel string

type GetRoles200WorkflowsAccessLevel added in v0.0.27

type GetRoles200WorkflowsAccessLevel string

type GetRolesResponse added in v0.0.27

type GetRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		// ApplicationAccessLevel Access Level to the resource.
		ApplicationAccessLevel *GetRoles200ApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

		// Id The ID of the role.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// IntegrationAdministrator Set as administrator of the resource.
		IntegrationAdministrator bool `json:"integrationAdministrator"`

		// InventoryAccessLevel Access Level to the resource.
		InventoryAccessLevel *GetRoles200InventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

		// Name The name of the role.
		Name *string `json:"name,omitempty"`

		// ReportingAdministrator Set as administrator of the resource.
		ReportingAdministrator bool `json:"reportingAdministrator"`

		// WorkflowsAccessLevel Access Level to the resource.
		WorkflowsAccessLevel *GetRoles200WorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
	}
}

func ParseGetRolesResponse added in v0.0.27

func ParseGetRolesResponse(rsp *http.Response) (*GetRolesResponse, error)

ParseGetRolesResponse parses an HTTP response from a GetRolesWithResponse call

func (GetRolesResponse) Status added in v0.0.27

func (r GetRolesResponse) Status() string

Status returns HTTPResponse.Status

func (GetRolesResponse) StatusCode added in v0.0.27

func (r GetRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScansId200SecurityTestsAlertsSeverity

type GetScansId200SecurityTestsAlertsSeverity string

type GetScansId200SecurityTestsSeverity

type GetScansId200SecurityTestsSeverity string

type GetScansId200Status

type GetScansId200Status string

type GetScansIdResponse

type GetScansIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Application struct {
			ActiveSchema struct {
				CreatedAt time.Time          `json:"createdAt"`
				Id        openapi_types.UUID `json:"id"`
			} `json:"activeSchema"`
			CreatedAt time.Time          `json:"createdAt"`
			Id        openapi_types.UUID `json:"id"`
			Name      string             `json:"name"`
			UpdatedAt time.Time          `json:"updatedAt"`
		} `json:"application"`
		CommitHash      *string `json:"commitHash"`
		CompletionRatio float32 `json:"completionRatio"`
		Configuration   struct {
			AuthenticationUsers *[]struct {
				HeaderName  string `json:"headerName"`
				HeaderValue string `json:"headerValue"`
				Name        string `json:"name"`
			} `json:"authenticationUsers"`
			Content               *interface{} `json:"content"`
			CreatedAt             time.Time    `json:"createdAt"`
			IsAuthenticationValid bool         `json:"isAuthenticationValid"`
			IsConfigurationValid  bool         `json:"isConfigurationValid"`
			ReadWrite             bool         `json:"readWrite"`
			UpdatedAt             time.Time    `json:"updatedAt"`
		} `json:"configuration"`
		CreatedAt     time.Time          `json:"createdAt"`
		Id            openapi_types.UUID `json:"id"`
		SecurityTests []struct {
			Alerts []struct {
				Context   string `json:"context"`
				Exchanges []struct {
					Curl string `json:"curl"`
				} `json:"exchanges"`
				Id       openapi_types.UUID                       `json:"id"`
				Path     []string                                 `json:"path"`
				Risks    map[string]*interface{}                  `json:"risks"`
				Severity GetScansId200SecurityTestsAlertsSeverity `json:"severity"`
			} `json:"alerts"`
			Category   string `json:"category"`
			Compliance []struct {
				Name  string `json:"name"`
				Value string `json:"value"`
			} `json:"compliance"`
			Description     string                             `json:"description"`
			FailureName     string                             `json:"failureName"`
			Remediation     string                             `json:"remediation"`
			SecurityTestUid string                             `json:"securityTestUid"`
			Severity        GetScansId200SecurityTestsSeverity `json:"severity"`
		} `json:"securityTests"`
		Status GetScansId200Status `json:"status"`
		Url    string              `json:"url"`
	}
}

func ParseGetScansIdResponse

func ParseGetScansIdResponse(rsp *http.Response) (*GetScansIdResponse, error)

ParseGetScansIdResponse parses an HTTP response from a GetScansIdWithResponse call

func (GetScansIdResponse) Status

func (r GetScansIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetScansIdResponse) StatusCode

func (r GetScansIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSlackWebhookIntegration200Kind added in v0.0.27

type GetSlackWebhookIntegration200Kind string

type GetSlackWebhookIntegrationResponse added in v0.0.27

type GetSlackWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                `json:"id"`
		Kind GetSlackWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetSlackWebhookIntegrationResponse added in v0.0.27

func ParseGetSlackWebhookIntegrationResponse(rsp *http.Response) (*GetSlackWebhookIntegrationResponse, error)

ParseGetSlackWebhookIntegrationResponse parses an HTTP response from a GetSlackWebhookIntegrationWithResponse call

func (GetSlackWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetSlackWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r GetSlackWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTeamsWebhookIntegration200Kind added in v0.0.27

type GetTeamsWebhookIntegration200Kind string

type GetTeamsWebhookIntegrationResponse added in v0.0.27

type GetTeamsWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                `json:"id"`
		Kind GetTeamsWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetTeamsWebhookIntegrationResponse added in v0.0.27

func ParseGetTeamsWebhookIntegrationResponse(rsp *http.Response) (*GetTeamsWebhookIntegrationResponse, error)

ParseGetTeamsWebhookIntegrationResponse parses an HTTP response from a GetTeamsWebhookIntegrationWithResponse call

func (GetTeamsWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetTeamsWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r GetTeamsWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV1OrganizationIdSchemasParams

type GetV1OrganizationIdSchemasParams struct {
	// After Cursor to start from. Given by the previous page.
	After *string `form:"after,omitempty" json:"after,omitempty"`
}

GetV1OrganizationIdSchemasParams defines parameters for GetV1OrganizationIdSchemas.

type GetV1OrganizationIdSchemasResponse

type GetV1OrganizationIdSchemasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Edges []struct {
			Node struct {
				BlobUrl     *string            `json:"blobUrl"`
				Consumer    *string            `json:"consumer"`
				CreatedAt   time.Time          `json:"createdAt"`
				Description *string            `json:"description"`
				DomainId    openapi_types.UUID `json:"domainId"`
				Endpoints   struct {
					Id         openapi_types.UUID `json:"id"`
					Name       string             `json:"name"`
					Operation  string             `json:"operation"`
					Parameters string             `json:"parameters"`
					ReturnType string             `json:"returnType"`
				} `json:"endpoints"`
				GeneratedFromCodeProjectId *struct {
					Id openapi_types.UUID `json:"id"`
				} `json:"generatedFromCodeProjectId"`
				GeneratedFromFrontendId *struct {
					Id openapi_types.UUID `json:"id"`
				} `json:"generatedFromFrontendId"`
				GeneratedFromServiceId *struct {
					Id openapi_types.UUID `json:"id"`
				} `json:"generatedFromServiceId"`
				Id         openapi_types.UUID `json:"id"`
				Kind       string             `json:"kind"`
				LastSeenAt time.Time          `json:"lastSeenAt"`
				Name       string             `json:"name"`
				Tags       []struct {
					Color string             `json:"color"`
					Id    openapi_types.UUID `json:"id"`
					Name  string             `json:"name"`
				} `json:"tags"`
				Url            *string `json:"url"`
				UseInServiceId []struct {
					Id openapi_types.UUID `json:"id"`
				} `json:"useInServiceId"`
			} `json:"node"`
		} `json:"edges"`
		PageInfo struct {
			EndCursor       *string `json:"endCursor"`
			HasNextPage     bool    `json:"hasNextPage"`
			HasPreviousPage bool    `json:"hasPreviousPage"`
			StartCursor     *string `json:"startCursor"`
		} `json:"pageInfo"`
		TotalCount float32 `json:"totalCount"`
	}
}

func ParseGetV1OrganizationIdSchemasResponse

func ParseGetV1OrganizationIdSchemasResponse(rsp *http.Response) (*GetV1OrganizationIdSchemasResponse, error)

ParseGetV1OrganizationIdSchemasResponse parses an HTTP response from a GetV1OrganizationIdSchemasWithResponse call

func (GetV1OrganizationIdSchemasResponse) Status

Status returns HTTPResponse.Status

func (GetV1OrganizationIdSchemasResponse) StatusCode

func (r GetV1OrganizationIdSchemasResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetV1OrganizationIdSchemasSchemaIdResponse

type GetV1OrganizationIdSchemasSchemaIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		BlobUrl     *string   `json:"blobUrl"`
		Consumer    *string   `json:"consumer"`
		CreatedAt   time.Time `json:"createdAt"`
		Description *string   `json:"description"`
		Endpoints   []struct {
			Id         openapi_types.UUID `json:"id"`
			Name       string             `json:"name"`
			Operation  string             `json:"operation"`
			Parameters string             `json:"parameters"`
			ReturnType string             `json:"returnType"`
		} `json:"endpoints"`
		GeneratedFromCodeProject *struct {
			Id openapi_types.UUID `json:"id"`
		} `json:"generatedFromCodeProject"`
		GeneratedFromFrontend *struct {
			Id openapi_types.UUID `json:"id"`
		} `json:"generatedFromFrontend"`
		GeneratedFromService *struct {
			Id openapi_types.UUID `json:"id"`
		} `json:"generatedFromService"`
		Id         openapi_types.UUID `json:"id"`
		Kind       string             `json:"kind"`
		LastSeenAt time.Time          `json:"lastSeenAt"`
		Name       string             `json:"name"`
		Tags       []struct {
			Color string             `json:"color"`
			Id    openapi_types.UUID `json:"id"`
			Name  string             `json:"name"`
		} `json:"tags"`
		TemporaryDownloadUrl *string `json:"temporaryDownloadUrl"`
		Url                  *string `json:"url"`
		UsedInServices       []struct {
			Id openapi_types.UUID `json:"id"`
		} `json:"usedInServices"`
	}
}

func ParseGetV1OrganizationIdSchemasSchemaIdResponse

func ParseGetV1OrganizationIdSchemasSchemaIdResponse(rsp *http.Response) (*GetV1OrganizationIdSchemasSchemaIdResponse, error)

ParseGetV1OrganizationIdSchemasSchemaIdResponse parses an HTTP response from a GetV1OrganizationIdSchemasSchemaIdWithResponse call

func (GetV1OrganizationIdSchemasSchemaIdResponse) Status

Status returns HTTPResponse.Status

func (GetV1OrganizationIdSchemasSchemaIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetV1OrganizationIdServicesResponse

type GetV1OrganizationIdServicesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		ApplicationsCount float32            `json:"applicationsCount"`
		AuthTechnology    *string            `json:"authTechnology"`
		CloudProvider     string             `json:"cloudProvider"`
		CountryCodes      []string           `json:"countryCodes"`
		CreatedAt         time.Time          `json:"createdAt"`
		DomainId          openapi_types.UUID `json:"domainId"`
		Framework         *string            `json:"framework"`
		Id                openapi_types.UUID `json:"id"`
		IpAddresses       []string           `json:"ipAddresses"`
		LastSeenAt        time.Time          `json:"lastSeenAt"`
		SoftwareType      *string            `json:"softwareType"`
		Tags              []struct {
			Color string             `json:"color"`
			Id    openapi_types.UUID `json:"id"`
			Name  string             `json:"name"`
		} `json:"tags"`
		Type        string `json:"type"`
		Url         string `json:"url"`
		WafProvider string `json:"wafProvider"`
	}
}

func ParseGetV1OrganizationIdServicesResponse

func ParseGetV1OrganizationIdServicesResponse(rsp *http.Response) (*GetV1OrganizationIdServicesResponse, error)

ParseGetV1OrganizationIdServicesResponse parses an HTTP response from a GetV1OrganizationIdServicesWithResponse call

func (GetV1OrganizationIdServicesResponse) Status

Status returns HTTPResponse.Status

func (GetV1OrganizationIdServicesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWebhookIntegration200Kind added in v0.0.27

type GetWebhookIntegration200Kind string

type GetWebhookIntegrationResponse added in v0.0.27

type GetWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID           `json:"id"`
		Kind GetWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetWebhookIntegrationResponse added in v0.0.27

func ParseGetWebhookIntegrationResponse(rsp *http.Response) (*GetWebhookIntegrationResponse, error)

ParseGetWebhookIntegrationResponse parses an HTTP response from a GetWebhookIntegrationWithResponse call

func (GetWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (GetWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r GetWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWizIntegration200Kind added in v0.0.27

type GetWizIntegration200Kind string

type GetWizIntegrationResponse added in v0.0.27

type GetWizIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID       `json:"id"`
		Kind GetWizIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiEndpoint  string `json:"api_endpoint"`
			ClientId     string `json:"client_id"`
			ClientSecret string `json:"client_secret"`
			TokenUri     string `json:"token_uri"`
		} `json:"parameters"`
	}
	JSON404 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseGetWizIntegrationResponse added in v0.0.27

func ParseGetWizIntegrationResponse(rsp *http.Response) (*GetWizIntegrationResponse, error)

ParseGetWizIntegrationResponse parses an HTTP response from a GetWizIntegrationWithResponse call

func (GetWizIntegrationResponse) Status added in v0.0.27

func (r GetWizIntegrationResponse) Status() string

Status returns HTTPResponse.Status

func (GetWizIntegrationResponse) StatusCode added in v0.0.27

func (r GetWizIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type ListAkamaiIntegrations200Kind added in v0.0.27

type ListAkamaiIntegrations200Kind string

type ListAkamaiIntegrationsResponse added in v0.0.27

type ListAkamaiIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind ListAkamaiIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccessToken  string `json:"access_token"`
			ClientSecret string `json:"client_secret"`
			ClientToken  string `json:"client_token"`
			Host         string `json:"host"`
		} `json:"parameters"`
	}
}

func ParseListAkamaiIntegrationsResponse added in v0.0.27

func ParseListAkamaiIntegrationsResponse(rsp *http.Response) (*ListAkamaiIntegrationsResponse, error)

ParseListAkamaiIntegrationsResponse parses an HTTP response from a ListAkamaiIntegrationsWithResponse call

func (ListAkamaiIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListAkamaiIntegrationsResponse) StatusCode added in v0.0.27

func (r ListAkamaiIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListApigeeIntegrations200Kind added in v0.0.27

type ListApigeeIntegrations200Kind string

type ListApigeeIntegrationsResponse added in v0.0.27

type ListApigeeIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind ListApigeeIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
}

func ParseListApigeeIntegrationsResponse added in v0.0.27

func ParseListApigeeIntegrationsResponse(rsp *http.Response) (*ListApigeeIntegrationsResponse, error)

ParseListApigeeIntegrationsResponse parses an HTTP response from a ListApigeeIntegrationsWithResponse call

func (ListApigeeIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListApigeeIntegrationsResponse) StatusCode added in v0.0.27

func (r ListApigeeIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAwsIntegrations200Kind added in v0.0.27

type ListAwsIntegrations200Kind string

type ListAwsIntegrationsResponse added in v0.0.27

type ListAwsIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID         `json:"id"`
		Kind ListAwsIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			PrivKey string `json:"priv_key"`
			PubKey  string `json:"pub_key"`
		} `json:"parameters"`
	}
}

func ParseListAwsIntegrationsResponse added in v0.0.27

func ParseListAwsIntegrationsResponse(rsp *http.Response) (*ListAwsIntegrationsResponse, error)

ParseListAwsIntegrationsResponse parses an HTTP response from a ListAwsIntegrationsWithResponse call

func (ListAwsIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListAwsIntegrationsResponse) StatusCode added in v0.0.27

func (r ListAwsIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAzureDevopsIntegrations200Kind added in v0.0.27

type ListAzureDevopsIntegrations200Kind string

type ListAzureDevopsIntegrationsResponse added in v0.0.27

type ListAzureDevopsIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind ListAzureDevopsIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string `json:"api_key"`
			InstanceUrl string `json:"instance_url"`
		} `json:"parameters"`
	}
}

func ParseListAzureDevopsIntegrationsResponse added in v0.0.27

func ParseListAzureDevopsIntegrationsResponse(rsp *http.Response) (*ListAzureDevopsIntegrationsResponse, error)

ParseListAzureDevopsIntegrationsResponse parses an HTTP response from a ListAzureDevopsIntegrationsWithResponse call

func (ListAzureDevopsIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListAzureDevopsIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListAzureIntegrations200Kind added in v0.0.27

type ListAzureIntegrations200Kind string

type ListAzureIntegrationsResponse added in v0.0.27

type ListAzureIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID           `json:"id"`
		Kind ListAzureIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ClientId       string  `json:"client_id"`
			ClientSecret   string  `json:"client_secret"`
			SubscriptionId *string `json:"subscription_id,omitempty"`
			TenantId       string  `json:"tenant_id"`
		} `json:"parameters"`
	}
}

func ParseListAzureIntegrationsResponse added in v0.0.27

func ParseListAzureIntegrationsResponse(rsp *http.Response) (*ListAzureIntegrationsResponse, error)

ParseListAzureIntegrationsResponse parses an HTTP response from a ListAzureIntegrationsWithResponse call

func (ListAzureIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListAzureIntegrationsResponse) StatusCode added in v0.0.27

func (r ListAzureIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListBitbucketRepoIntegrations200Kind added in v0.0.27

type ListBitbucketRepoIntegrations200Kind string

type ListBitbucketRepoIntegrationsResponse added in v0.0.27

type ListBitbucketRepoIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind ListBitbucketRepoIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey         string  `json:"api_key"`
			InstanceUrl    *string `json:"instance_url,omitempty"`
			RepositoryName string  `json:"repository_name"`
			Username       *string `json:"username,omitempty"`
			WorkspaceName  string  `json:"workspace_name"`
		} `json:"parameters"`
	}
}

func ParseListBitbucketRepoIntegrationsResponse added in v0.0.27

func ParseListBitbucketRepoIntegrationsResponse(rsp *http.Response) (*ListBitbucketRepoIntegrationsResponse, error)

ParseListBitbucketRepoIntegrationsResponse parses an HTTP response from a ListBitbucketRepoIntegrationsWithResponse call

func (ListBitbucketRepoIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListBitbucketRepoIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListCloudflareIntegrations200Kind added in v0.0.27

type ListCloudflareIntegrations200Kind string

type ListCloudflareIntegrationsResponse added in v0.0.27

type ListCloudflareIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                `json:"id"`
		Kind ListCloudflareIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
}

func ParseListCloudflareIntegrationsResponse added in v0.0.27

func ParseListCloudflareIntegrationsResponse(rsp *http.Response) (*ListCloudflareIntegrationsResponse, error)

ParseListCloudflareIntegrationsResponse parses an HTTP response from a ListCloudflareIntegrationsWithResponse call

func (ListCloudflareIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListCloudflareIntegrationsResponse) StatusCode added in v0.0.27

func (r ListCloudflareIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListDiscordWebhookIntegrations200Kind added in v0.0.27

type ListDiscordWebhookIntegrations200Kind string

type ListDiscordWebhookIntegrationsResponse added in v0.0.27

type ListDiscordWebhookIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind ListDiscordWebhookIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
}

func ParseListDiscordWebhookIntegrationsResponse added in v0.0.27

func ParseListDiscordWebhookIntegrationsResponse(rsp *http.Response) (*ListDiscordWebhookIntegrationsResponse, error)

ParseListDiscordWebhookIntegrationsResponse parses an HTTP response from a ListDiscordWebhookIntegrationsWithResponse call

func (ListDiscordWebhookIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListDiscordWebhookIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListEmailIntegrations200Kind added in v0.0.27

type ListEmailIntegrations200Kind string

type ListEmailIntegrationsResponse added in v0.0.27

type ListEmailIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID           `json:"id"`
		Kind ListEmailIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
}

func ParseListEmailIntegrationsResponse added in v0.0.27

func ParseListEmailIntegrationsResponse(rsp *http.Response) (*ListEmailIntegrationsResponse, error)

ParseListEmailIntegrationsResponse parses an HTTP response from a ListEmailIntegrationsWithResponse call

func (ListEmailIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListEmailIntegrationsResponse) StatusCode added in v0.0.27

func (r ListEmailIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGcpIntegrations200Kind added in v0.0.27

type ListGcpIntegrations200Kind string

type ListGcpIntegrationsResponse added in v0.0.27

type ListGcpIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID         `json:"id"`
		Kind ListGcpIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
}

func ParseListGcpIntegrationsResponse added in v0.0.27

func ParseListGcpIntegrationsResponse(rsp *http.Response) (*ListGcpIntegrationsResponse, error)

ParseListGcpIntegrationsResponse parses an HTTP response from a ListGcpIntegrationsWithResponse call

func (ListGcpIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListGcpIntegrationsResponse) StatusCode added in v0.0.27

func (r ListGcpIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListGithubApiKeyIntegrations200Kind added in v0.0.27

type ListGithubApiKeyIntegrations200Kind string

type ListGithubApiKeyIntegrationsResponse added in v0.0.27

type ListGithubApiKeyIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind ListGithubApiKeyIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
}

func ParseListGithubApiKeyIntegrationsResponse added in v0.0.27

func ParseListGithubApiKeyIntegrationsResponse(rsp *http.Response) (*ListGithubApiKeyIntegrationsResponse, error)

ParseListGithubApiKeyIntegrationsResponse parses an HTTP response from a ListGithubApiKeyIntegrationsWithResponse call

func (ListGithubApiKeyIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListGithubApiKeyIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListGitlabApiKeyIntegrations200Kind added in v0.0.27

type ListGitlabApiKeyIntegrations200Kind string

type ListGitlabApiKeyIntegrationsResponse added in v0.0.27

type ListGitlabApiKeyIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind ListGitlabApiKeyIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string  `json:"api_key"`
			InstanceUrl *string `json:"instance_url,omitempty"`
		} `json:"parameters"`
	}
}

func ParseListGitlabApiKeyIntegrationsResponse added in v0.0.27

func ParseListGitlabApiKeyIntegrationsResponse(rsp *http.Response) (*ListGitlabApiKeyIntegrationsResponse, error)

ParseListGitlabApiKeyIntegrationsResponse parses an HTTP response from a ListGitlabApiKeyIntegrationsWithResponse call

func (ListGitlabApiKeyIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListGitlabApiKeyIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListJiraIntegrations200Kind added in v0.0.27

type ListJiraIntegrations200Kind string

type ListJiraIntegrations200ParametersPropertiesMappingEscapeProperty added in v0.0.27

type ListJiraIntegrations200ParametersPropertiesMappingEscapeProperty string

type ListJiraIntegrationsResponse added in v0.0.27

type ListJiraIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind ListJiraIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccountId         string `json:"account_id"`
			ApiKey            string `json:"api_key"`
			Email             string `json:"email"`
			InstanceUrl       string `json:"instance_url"`
			Name              string `json:"name"`
			PropertiesMapping *[]struct {
				EscapeProperty ListJiraIntegrations200ParametersPropertiesMappingEscapeProperty `json:"escape_property"`
				JiraProperty   string                                                           `json:"jira_property"`
			} `json:"properties_mapping,omitempty"`
		} `json:"parameters"`
	}
}

func ParseListJiraIntegrationsResponse added in v0.0.27

func ParseListJiraIntegrationsResponse(rsp *http.Response) (*ListJiraIntegrationsResponse, error)

ParseListJiraIntegrationsResponse parses an HTTP response from a ListJiraIntegrationsWithResponse call

func (ListJiraIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListJiraIntegrationsResponse) StatusCode added in v0.0.27

func (r ListJiraIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListKongGatewayIntegrations200Kind added in v0.0.27

type ListKongGatewayIntegrations200Kind string

type ListKongGatewayIntegrationsResponse added in v0.0.27

type ListKongGatewayIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind ListKongGatewayIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AdminApiUrl string `json:"admin_api_url"`
			ApiKey      string `json:"api_key"`
		} `json:"parameters"`
	}
}

func ParseListKongGatewayIntegrationsResponse added in v0.0.27

func ParseListKongGatewayIntegrationsResponse(rsp *http.Response) (*ListKongGatewayIntegrationsResponse, error)

ParseListKongGatewayIntegrationsResponse parses an HTTP response from a ListKongGatewayIntegrationsWithResponse call

func (ListKongGatewayIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListKongGatewayIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListKongKonnectIntegrations200Kind added in v0.0.27

type ListKongKonnectIntegrations200Kind string

type ListKongKonnectIntegrations200ParametersRegion added in v0.0.27

type ListKongKonnectIntegrations200ParametersRegion string

type ListKongKonnectIntegrationsResponse added in v0.0.27

type ListKongKonnectIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind ListKongKonnectIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Region             ListKongKonnectIntegrations200ParametersRegion `json:"region"`
			SystemAccountToken string                                         `json:"system_account_token"`
		} `json:"parameters"`
	}
}

func ParseListKongKonnectIntegrationsResponse added in v0.0.27

func ParseListKongKonnectIntegrationsResponse(rsp *http.Response) (*ListKongKonnectIntegrationsResponse, error)

ParseListKongKonnectIntegrationsResponse parses an HTTP response from a ListKongKonnectIntegrationsWithResponse call

func (ListKongKonnectIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListKongKonnectIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListKubernetesIntegrations200Kind added in v0.0.27

type ListKubernetesIntegrations200Kind string

type ListKubernetesIntegrationsResponse added in v0.0.27

type ListKubernetesIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                `json:"id"`
		Kind ListKubernetesIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Blacklist *struct {
				Namespaces *[]string `json:"namespaces,omitempty"`
			} `json:"blacklist,omitempty"`
			Tags *struct {
				Labels     *[]string `json:"labels,omitempty"`
				Namespaces *bool     `json:"namespaces,omitempty"`
			} `json:"tags,omitempty"`
		} `json:"parameters"`
	}
}

func ParseListKubernetesIntegrationsResponse added in v0.0.27

func ParseListKubernetesIntegrationsResponse(rsp *http.Response) (*ListKubernetesIntegrationsResponse, error)

ParseListKubernetesIntegrationsResponse parses an HTTP response from a ListKubernetesIntegrationsWithResponse call

func (ListKubernetesIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListKubernetesIntegrationsResponse) StatusCode added in v0.0.27

func (r ListKubernetesIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListLocations200Type added in v0.0.14

type ListLocations200Type string

type ListLocationsResponse added in v0.0.14

type ListLocationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		// Id The location ID.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// Key The SSH public key to use to connect to the location.
		Key *string `json:"key,omitempty"`

		// Name The name of the location.
		Name *string               `json:"name,omitempty"`
		Type *ListLocations200Type `json:"type,omitempty"`
	}
}

func ParseListLocationsResponse added in v0.0.14

func ParseListLocationsResponse(rsp *http.Response) (*ListLocationsResponse, error)

ParseListLocationsResponse parses an HTTP response from a ListLocationsWithResponse call

func (ListLocationsResponse) Status added in v0.0.14

func (r ListLocationsResponse) Status() string

Status returns HTTPResponse.Status

func (ListLocationsResponse) StatusCode added in v0.0.14

func (r ListLocationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListPostmanApiKeyIntegrations200Kind added in v0.0.27

type ListPostmanApiKeyIntegrations200Kind string

type ListPostmanApiKeyIntegrationsResponse added in v0.0.27

type ListPostmanApiKeyIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind ListPostmanApiKeyIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
}

func ParseListPostmanApiKeyIntegrationsResponse added in v0.0.27

func ParseListPostmanApiKeyIntegrationsResponse(rsp *http.Response) (*ListPostmanApiKeyIntegrationsResponse, error)

ParseListPostmanApiKeyIntegrationsResponse parses an HTTP response from a ListPostmanApiKeyIntegrationsWithResponse call

func (ListPostmanApiKeyIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListPostmanApiKeyIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListSlackWebhookIntegrations200Kind added in v0.0.27

type ListSlackWebhookIntegrations200Kind string

type ListSlackWebhookIntegrationsResponse added in v0.0.27

type ListSlackWebhookIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind ListSlackWebhookIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
}

func ParseListSlackWebhookIntegrationsResponse added in v0.0.27

func ParseListSlackWebhookIntegrationsResponse(rsp *http.Response) (*ListSlackWebhookIntegrationsResponse, error)

ParseListSlackWebhookIntegrationsResponse parses an HTTP response from a ListSlackWebhookIntegrationsWithResponse call

func (ListSlackWebhookIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListSlackWebhookIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListTeamsWebhookIntegrations200Kind added in v0.0.27

type ListTeamsWebhookIntegrations200Kind string

type ListTeamsWebhookIntegrationsResponse added in v0.0.27

type ListTeamsWebhookIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind ListTeamsWebhookIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
}

func ParseListTeamsWebhookIntegrationsResponse added in v0.0.27

func ParseListTeamsWebhookIntegrationsResponse(rsp *http.Response) (*ListTeamsWebhookIntegrationsResponse, error)

ParseListTeamsWebhookIntegrationsResponse parses an HTTP response from a ListTeamsWebhookIntegrationsWithResponse call

func (ListTeamsWebhookIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListTeamsWebhookIntegrationsResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type ListWebhookIntegrations200Kind added in v0.0.27

type ListWebhookIntegrations200Kind string

type ListWebhookIntegrationsResponse added in v0.0.27

type ListWebhookIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind ListWebhookIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
}

func ParseListWebhookIntegrationsResponse added in v0.0.27

func ParseListWebhookIntegrationsResponse(rsp *http.Response) (*ListWebhookIntegrationsResponse, error)

ParseListWebhookIntegrationsResponse parses an HTTP response from a ListWebhookIntegrationsWithResponse call

func (ListWebhookIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListWebhookIntegrationsResponse) StatusCode added in v0.0.27

func (r ListWebhookIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListWizIntegrations200Kind added in v0.0.27

type ListWizIntegrations200Kind string

type ListWizIntegrationsResponse added in v0.0.27

type ListWizIntegrationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]struct {
		Id   openapi_types.UUID         `json:"id"`
		Kind ListWizIntegrations200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiEndpoint  string `json:"api_endpoint"`
			ClientId     string `json:"client_id"`
			ClientSecret string `json:"client_secret"`
			TokenUri     string `json:"token_uri"`
		} `json:"parameters"`
	}
}

func ParseListWizIntegrationsResponse added in v0.0.27

func ParseListWizIntegrationsResponse(rsp *http.Response) (*ListWizIntegrationsResponse, error)

ParseListWizIntegrationsResponse parses an HTTP response from a ListWizIntegrationsWithResponse call

func (ListWizIntegrationsResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (ListWizIntegrationsResponse) StatusCode added in v0.0.27

func (r ListWizIntegrationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostApplicationsIdStartScan200Status

type PostApplicationsIdStartScan200Status string

type PostApplicationsIdStartScan400EventsSeverity added in v0.0.14

type PostApplicationsIdStartScan400EventsSeverity string

type PostApplicationsIdStartScanJSONBody

type PostApplicationsIdStartScanJSONBody struct {
	CommitAuthor                   *string `json:"commitAuthor,omitempty"`
	CommitAuthorProfilePictureLink *string `json:"commitAuthorProfilePictureLink,omitempty"`
	CommitBranch                   *string `json:"commitBranch,omitempty"`
	CommitHash                     *string `json:"commitHash,omitempty"`
	CommitLink                     *string `json:"commitLink,omitempty"`

	// ConfigurationOverride The configuration override
	ConfigurationOverride *struct {
		Authentication *struct {
			Schema     *string                                                                                  `json:"$schema,omitempty"`
			Presets    *[]PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_Item `json:"presets,omitempty"`
			Procedures *[]struct {
				Injections PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Injections        `json:"injections"`
				Name       string                                                                                                `json:"name"`
				Operations []PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_Item `json:"operations"`
			} `json:"procedures,omitempty"`
			Proxy *string `json:"proxy,omitempty"`
			Users *[]struct {
				Credentials *struct {
					Body    *interface{} `json:"body"`
					Cookies *[]struct {
						Domain   *string                                                                                                `json:"domain,omitempty"`
						HttpOnly *bool                                                                                                  `json:"http_only,omitempty"`
						Name     string                                                                                                 `json:"name"`
						Path     *string                                                                                                `json:"path,omitempty"`
						SameSite *PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite `json:"same_site,omitempty"`
						Secure   *bool                                                                                                  `json:"secure,omitempty"`
						Values   []string                                                                                               `json:"values"`
					} `json:"cookies,omitempty"`
					Headers *[]struct {
						Name   string   `json:"name"`
						Values []string `json:"values"`
					} `json:"headers,omitempty"`
					LocalStorage    *map[string]map[string]string `json:"local_storage,omitempty"`
					Password        *string                       `json:"password,omitempty"`
					QueryParameters *[]struct {
						Name   string   `json:"name"`
						Values []string `json:"values"`
					} `json:"queryParameters,omitempty"`
					SessionStorage *map[string]map[string]string `json:"session_storage,omitempty"`
					Username       *string                       `json:"username,omitempty"`
				} `json:"credentials,omitempty"`
				Name      string  `json:"name"`
				Procedure *string `json:"procedure,omitempty"`
				Refresh   *struct {
					Credentials *struct {
						Body    *interface{} `json:"body"`
						Cookies *[]struct {
							Domain   *string                                                                                                       `json:"domain,omitempty"`
							HttpOnly *bool                                                                                                         `json:"http_only,omitempty"`
							Name     string                                                                                                        `json:"name"`
							Path     *string                                                                                                       `json:"path,omitempty"`
							SameSite *PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite `json:"same_site,omitempty"`
							Secure   *bool                                                                                                         `json:"secure,omitempty"`
							Values   []string                                                                                                      `json:"values"`
						} `json:"cookies,omitempty"`
						Headers *[]struct {
							Name   string   `json:"name"`
							Values []string `json:"values"`
						} `json:"headers,omitempty"`
						LocalStorage    *map[string]map[string]string `json:"local_storage,omitempty"`
						Password        *string                       `json:"password,omitempty"`
						QueryParameters *[]struct {
							Name   string   `json:"name"`
							Values []string `json:"values"`
						} `json:"queryParameters,omitempty"`
						SessionStorage *map[string]map[string]string `json:"session_storage,omitempty"`
						Username       *string                       `json:"username,omitempty"`
					} `json:"credentials,omitempty"`
					Keep           bool     `json:"keep"`
					Procedure      *string  `json:"procedure,omitempty"`
					SessionSeconds *float32 `json:"sessionSeconds,omitempty"`
					Variables      *[]struct {
						Name  string `json:"name"`
						Value string `json:"value"`
					} `json:"variables,omitempty"`
				} `json:"refresh,omitempty"`
				RepeaterMtls *bool `json:"repeater_mtls,omitempty"`
				Variables    *[]struct {
					Name  string `json:"name"`
					Value string `json:"value"`
				} `json:"variables,omitempty"`
			} `json:"users,omitempty"`
			Validation *bool `json:"validation,omitempty"`
		} `json:"authentication,omitempty"`
		Checks *map[string]*interface{} `json:"checks,omitempty"`
		Client *struct {
			DiscretMode       *bool    `json:"discret_mode,omitempty"`
			MaxRequests       *float32 `json:"max_requests,omitempty"`
			ProxyId           *string  `json:"proxy_id,omitempty"`
			RequestTimeout    *float32 `json:"request_timeout,omitempty"`
			RequestsPerMinute *float32 `json:"requests_per_minute,omitempty"`
			UserAgent         *string  `json:"user_agent,omitempty"`
			XTracingHeader    *string  `json:"x_tracing_header,omitempty"`
		} `json:"client,omitempty"`
		CustomRules *[]struct {
			Alert struct {
				Category   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCategory `json:"category"`
				Compliance *struct {
					Cwe      *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe      `json:"cwe,omitempty"`
					Fedramp  *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp  `json:"fedramp,omitempty"`
					Gdpr     *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr     `json:"gdpr,omitempty"`
					Hipaa    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceHipaa    `json:"hipaa,omitempty"`
					Iso27001 *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceIso27001 `json:"iso27001,omitempty"`
					Nis2     *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2     `json:"nis2,omitempty"`
					Nist     *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNist     `json:"nist,omitempty"`
					Owasp    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwasp    `json:"owasp,omitempty"`
					OwaspLlm *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwaspLlm `json:"owasp_llm,omitempty"`
					PciDss   *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss   `json:"pci-dss,omitempty"`
					Psd2     *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePsd2     `json:"psd2,omitempty"`
					Soc2     *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceSoc2     `json:"soc2,omitempty"`
				} `json:"compliance,omitempty"`
				Context     string                                                                           `json:"context"`
				Description *string                                                                          `json:"description,omitempty"`
				Name        string                                                                           `json:"name"`
				Remediation *string                                                                          `json:"remediation,omitempty"`
				Severity    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity `json:"severity"`
			} `json:"alert"`
			Detect    []PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_Item `json:"detect"`
			Id        string                                                                              `json:"id"`
			Seed      *[]PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Seed_Item  `json:"seed,omitempty"`
			Transform *struct {
				Mutate  []PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Mutate_Item  `json:"mutate"`
				Trigger []PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_Item `json:"trigger"`
			} `json:"transform,omitempty"`
		} `json:"custom_rules,omitempty"`
		Internal *struct {
			ArgumentMaxGeneratedDepth   *float32                                                                   `json:"argument_max_generated_depth,omitempty"`
			CancelUnhealthyScanAfter    *float32                                                                   `json:"cancel_unhealthy_scan_after,omitempty"`
			EscapeIdentifier            *string                                                                    `json:"escape_identifier,omitempty"`
			ExportSchema                *bool                                                                      `json:"export_schema,omitempty"`
			FrontendMaxGeneratedDepth   *float32                                                                   `json:"frontend_max_generated_depth,omitempty"`
			GraphqlMaxGeneratedDepth    *float32                                                                   `json:"graphql_max_generated_depth,omitempty"`
			GraphqlNoOperationName      *bool                                                                      `json:"graphql_no_operation_name,omitempty"`
			GraphqlPersistedQueriesFile *string                                                                    `json:"graphql_persisted_queries_file,omitempty"`
			GraphqlPersistedQueriesRaw  *string                                                                    `json:"graphql_persisted_queries_raw,omitempty"`
			GraphqlPersistedQueriesUrl  *string                                                                    `json:"graphql_persisted_queries_url,omitempty"`
			Initiator                   *PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalInitiator `json:"initiator,omitempty"`
			LocalSchemaPath             *string                                                                    `json:"local_schema_path,omitempty"`
			NoSplit                     *bool                                                                      `json:"no_split,omitempty"`
			OracleIterator              *struct {
				BlacklistParams struct {
					Mutation *[]string `json:"mutation,omitempty"`
					Objects  *[]string `json:"objects,omitempty"`
					Query    *[]string `json:"query,omitempty"`
					Routes   *[]struct {
						Method *string `json:"method,omitempty"`
						Path   *string `json:"path,omitempty"`
					} `json:"routes,omitempty"`
					Subscription *[]string `json:"subscription,omitempty"`
				} `json:"blacklist_params"`
				Iterator                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalOracleIteratorIterator `json:"iterator"`
				MaxDuration                float32                                                                                `json:"max_duration"`
				SentFailureThreshold       float32                                                                                `json:"sent_failure_threshold"`
				SentSuccessThreshold       float32                                                                                `json:"sent_success_threshold"`
				SentUnprocessableThreshold float32                                                                                `json:"sent_unprocessable_threshold"`
			} `json:"oracle_iterator,omitempty"`
			S3Object                            *string   `json:"s3_object,omitempty"`
			S3PersistenceFolder                 *string   `json:"s3_persistence_folder,omitempty"`
			ScanId                              *string   `json:"scan_id,omitempty"`
			ServerUrlOverride                   *string   `json:"server_url_override,omitempty"`
			SkipFingerprinting                  *bool     `json:"skip_fingerprinting,omitempty"`
			SkipGeneratingUnspecifiedEnumValues *bool     `json:"skip_generating_unspecified_enum_values,omitempty"`
			SkipSourcing                        *bool     `json:"skip_sourcing,omitempty"`
			SkipValidation                      *bool     `json:"skip_validation,omitempty"`
			SkippedSourcingStrategies           *[]string `json:"skipped_sourcing_strategies,omitempty"`
			Verbose                             *bool     `json:"verbose,omitempty"`
			WizardChildIndex                    *string   `json:"wizard_child_index,omitempty"`
			WizardParentScanId                  *string   `json:"wizard_parent_scan_id,omitempty"`
		} `json:"internal,omitempty"`
		Scan *struct {
			ApiType   *PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanApiType `json:"api_type,omitempty"`
			Blacklist *struct {
				Mutation *[]string `json:"mutation,omitempty"`
				Objects  *[]string `json:"objects,omitempty"`
				Query    *[]string `json:"query,omitempty"`
				Routes   *[]struct {
					Method *string `json:"method,omitempty"`
					Path   *string `json:"path,omitempty"`
				} `json:"routes,omitempty"`
				Subscription *[]string `json:"subscription,omitempty"`
			} `json:"blacklist,omitempty"`
			ForceFullScan                    *bool                                                                `json:"force_full_scan,omitempty"`
			FrontendBaseUrls                 *map[string]float32                                                  `json:"frontend_base_urls,omitempty"`
			FrontendCrawlingOnly             *bool                                                                `json:"frontend_crawling_only,omitempty"`
			FrontendIntegratedAuthentication *bool                                                                `json:"frontend_integrated_authentication,omitempty"`
			FrontendParallelWorkers          *float32                                                             `json:"frontend_parallel_workers,omitempty"`
			FrontendScopesRegexes            *[]string                                                            `json:"frontend_scopes_regexes,omitempty"`
			FrontendSinglePageWorker         *bool                                                                `json:"frontend_single_page_worker,omitempty"`
			Hotstart                         *[]string                                                            `json:"hotstart,omitempty"`
			HotstartOnly                     *bool                                                                `json:"hotstart_only,omitempty"`
			MaxDuration                      *float32                                                             `json:"max_duration,omitempty"`
			NullIsUnauthenticated            *bool                                                                `json:"null_is_unauthenticated,omitempty"`
			Profile                          *PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanProfile `json:"profile,omitempty"`
			ReadOnly                         *bool                                                                `json:"read_only,omitempty"`
			Scalars                          *map[string]struct {
				Description     string                                                                          `json:"description"`
				Entropy         *float32                                                                        `json:"entropy,omitempty"`
				Examples        *[]string                                                                       `json:"examples,omitempty"`
				IgnoredNames    *[]string                                                                       `json:"ignored_names,omitempty"`
				IgnoredPatterns *[]string                                                                       `json:"ignored_patterns,omitempty"`
				Names           *[]string                                                                       `json:"names,omitempty"`
				Parents         *[]string                                                                       `json:"parents,omitempty"`
				Patterns        *[]string                                                                       `json:"patterns,omitempty"`
				Sensitivity     *PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity `json:"sensitivity,omitempty"`
				Strategy        *PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsStrategy    `json:"strategy,omitempty"`
			} `json:"scalars,omitempty"`
		} `json:"scan,omitempty"`
		UndefinedBlobStr *string `json:"undefined_blob_str,omitempty"`
		Url              *string `json:"url,omitempty"`
	} `json:"configurationOverride,omitempty"`
	ForceLockBypass *bool   `json:"forceLockBypass,omitempty"`
	SchemaUrl       *string `json:"schemaUrl,omitempty"`
}

PostApplicationsIdStartScanJSONBody defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0 struct {
	Extractions *[]struct {
		Key      string                                                                                            `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation `json:"location"`
		Name     string                                                                                            `json:"name"`
		Regex    *string                                                                                           `json:"regex,omitempty"`
	} `json:"extractions,omitempty"`
	Injections *[]struct {
		Key      string                                                                                           `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation `json:"location"`
		Prefix   *string                                                                                          `json:"prefix,omitempty"`
		Variable string                                                                                           `json:"variable"`
	} `json:"injections,omitempty"`
	Request struct {
		Body            *interface{}                                                                                `json:"body"`
		Cookies         *map[string]string                                                                          `json:"cookies,omitempty"`
		Headers         *map[string]string                                                                          `json:"headers,omitempty"`
		Method          PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod `json:"method"`
		QueryParameters *map[string]string                                                                          `json:"query_parameters,omitempty"`
		Url             string                                                                                      `json:"url"`
	} `json:"request"`
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0Type `json:"type"`
	Users []struct {
		Body            *interface{}       `json:"body"`
		Cookies         *map[string]string `json:"cookies,omitempty"`
		Headers         *map[string]string `json:"headers,omitempty"`
		Password        *string            `json:"password,omitempty"`
		QueryParameters *map[string]string `json:"queryParameters,omitempty"`
		Username        string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0ExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0InjectionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0RequestMethod.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0Type defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0TypeHttp PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0Type = "http"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets0Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1 struct {
	ClientId     string                                                                             `json:"client_id"`
	ClientSecret string                                                                             `json:"client_secret"`
	Type         PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1Type `json:"type"`
	Url          string                                                                             `json:"url"`
	Users        []struct {
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Headers  *map[string]string `json:"headers,omitempty"`
		Password string             `json:"password"`
		Scopes   *[]string          `json:"scopes,omitempty"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10 struct {
	Extractions *[]struct {
		Jq       *string                                                                                            `json:"jq,omitempty"`
		Key      string                                                                                             `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation `json:"location"`
		Name     string                                                                                             `json:"name"`
		Origin   string                                                                                             `json:"origin"`
		Regex    *string                                                                                            `json:"regex,omitempty"`
	} `json:"extractions,omitempty"`
	Injections *PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_10_Injections `json:"injections,omitempty"`
	LoginUrl   string                                                                                          `json:"login_url"`
	Type       PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Type             `json:"type"`
	Users      []struct {
		AdditionalFields *[]struct {
			AutoSubmit *bool  `json:"auto_submit,omitempty"`
			Locator    string `json:"locator"`
			Value      string `json:"value"`
		} `json:"additional_fields,omitempty"`
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Headers  *map[string]string `json:"headers,omitempty"`
		Password string             `json:"password"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10ExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0 = []struct {
	Key      string                                                                                             `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location `json:"location"`
	Prefix   *string                                                                                            `json:"prefix,omitempty"`
	Variable string                                                                                             `json:"variable"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0LocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0LocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0LocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0LocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections0Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1 = []struct {
	Key      string                                                                                             `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location `json:"location"`
	Origin   string                                                                                             `json:"origin"`
	Variable string                                                                                             `json:"variable"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1LocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1LocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1LocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1LocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections1Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Injections3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Type defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10TypeBrowserAgent PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Type = "browser_agent"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets10Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11 struct {
	Extractions *[]struct {
		Jq       *string                                                                                            `json:"jq,omitempty"`
		Key      string                                                                                             `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation `json:"location"`
		Name     string                                                                                             `json:"name"`
		Origin   string                                                                                             `json:"origin"`
		Regex    *string                                                                                            `json:"regex,omitempty"`
	} `json:"extractions,omitempty"`
	Injections *PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Injections `json:"injections,omitempty"`
	Type       PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Type             `json:"type"`
	Users      []struct {
		Actions  []PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Users_Actions_Item `json:"actions"`
		Cookies  *map[string]string                                                                                       `json:"cookies,omitempty"`
		Headers  *map[string]string                                                                                       `json:"headers,omitempty"`
		Username string                                                                                                   `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11ExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0 = []struct {
	Key      string                                                                                             `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location `json:"location"`
	Prefix   *string                                                                                            `json:"prefix,omitempty"`
	Variable string                                                                                             `json:"variable"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0LocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0LocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0LocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0LocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections0Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1 = []struct {
	Key      string                                                                                             `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location `json:"location"`
	Origin   string                                                                                             `json:"origin"`
	Variable string                                                                                             `json:"variable"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1LocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1LocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1LocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1LocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections1Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Injections3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Type defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11TypeBrowserActions PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Type = "browser_actions"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0Action `json:"action"`
	Locator string                                                                                             `json:"locator"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0ActionClick PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0Action = "click"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions0Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1 struct {
	Action     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1Action `json:"action"`
	AutoSubmit *bool                                                                                              `json:"auto_submit,omitempty"`
	Locator    string                                                                                             `json:"locator"`
	Value      string                                                                                             `json:"value"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1ActionFill PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1Action = "fill"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions1Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2 struct {
	Action PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2Action `json:"action"`
	Url    string                                                                                             `json:"url"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2ActionGoto PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2Action = "goto"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions2Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3Action `json:"action"`
	Locator string                                                                                             `json:"locator"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3ActionCheck PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3Action = "check"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions3Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4Action `json:"action"`
	Locator string                                                                                             `json:"locator"`
	Value   string                                                                                             `json:"value"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4ActionSelect PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4Action = "select"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions4Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5Action `json:"action"`
	Locator string                                                                                             `json:"locator"`
	Timeout float32                                                                                            `json:"timeout"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5ActionWaitElement PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5Action = "wait_element"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions5Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6 struct {
	Action PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6Action `json:"action"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6ActionWaitPageLoaded PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6Action = "wait_page_loaded"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions6Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7 struct {
	Action     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7Action `json:"action"`
	UrlPattern string                                                                                             `json:"url_pattern"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7ActionFocusPage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7Action = "focus_page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions7Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8Action `json:"action"`
	Seconds float32                                                                                            `json:"seconds"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8ActionSleep PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8Action = "sleep"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets11UsersActions8Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets1Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2 struct {
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2Type `json:"type"`
	Url   string                                                                             `json:"url"`
	Users []struct {
		Audience     *string            `json:"audience,omitempty"`
		ClientId     string             `json:"client_id"`
		ClientSecret string             `json:"client_secret"`
		Cookies      *map[string]string `json:"cookies,omitempty"`
		Headers      *map[string]string `json:"headers,omitempty"`
		Scopes       *[]string          `json:"scopes,omitempty"`
		Username     string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2Type defines parameters for PostApplicationsIdStartScan.

const (
	OauthClientCredentials PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2Type = "oauth_client_credentials"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets2Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3 struct {
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3Type `json:"type"`
	Users []struct {
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Headers  *map[string]string `json:"headers,omitempty"`
		Password string             `json:"password"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets3Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4 struct {
	Extractions *[]struct {
		Key      string                                                                                            `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation `json:"location"`
		Name     string                                                                                            `json:"name"`
		Regex    *string                                                                                           `json:"regex,omitempty"`
	} `json:"extractions,omitempty"`
	Injections *[]struct {
		Key      string                                                                                           `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation `json:"location"`
		Prefix   *string                                                                                          `json:"prefix,omitempty"`
		Variable string                                                                                           `json:"variable"`
	} `json:"injections,omitempty"`
	Query string                                                                             `json:"query"`
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4Type `json:"type"`
	Url   string                                                                             `json:"url"`
	Users []struct {
		Cookies   *map[string]string `json:"cookies,omitempty"`
		Headers   *map[string]string `json:"headers,omitempty"`
		Username  string             `json:"username"`
		Variables map[string]string  `json:"variables"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4ExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4InjectionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets4Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5 struct {
	FirstRequest struct {
		Body            *interface{}                                                                                     `json:"body"`
		Cookies         *map[string]string                                                                               `json:"cookies,omitempty"`
		Headers         *map[string]string                                                                               `json:"headers,omitempty"`
		Method          PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod `json:"method"`
		QueryParameters *map[string]string                                                                               `json:"query_parameters,omitempty"`
		Url             string                                                                                           `json:"url"`
	} `json:"first_request"`
	SecondRequest *struct {
		Method *PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod `json:"method,omitempty"`
		Url    *string                                                                                            `json:"url,omitempty"`
	} `json:"second_request,omitempty"`
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5Type `json:"type"`
	Users []struct {
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Headers  *map[string]string `json:"headers,omitempty"`
		Password string             `json:"password"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5FirstRequestMethod.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5SecondRequestMethod.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5Type defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5TypeDigest PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5Type = "digest"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets5Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6 struct {
	ClientId     string                                                                               `json:"client_id"`
	ClientSecret string                                                                               `json:"client_secret"`
	Region       PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region `json:"region"`
	Type         PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Type   `json:"type"`
	Users        []struct {
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Headers  *map[string]string `json:"headers,omitempty"`
		Password string             `json:"password"`
		Scopes   *[]string          `json:"scopes,omitempty"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region defines parameters for PostApplicationsIdStartScan.

const (
	AfSouth1     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "af-south-1"
	ApEast1      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-east-1"
	ApNortheast1 PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-northeast-1"
	ApNortheast2 PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-northeast-2"
	ApNortheast3 PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-northeast-3"
	ApSouth1     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-south-1"
	ApSoutheast1 PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-southeast-1"
	ApSoutheast2 PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ap-southeast-2"
	CaCentral1   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "ca-central-1"
	CnNorth1     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "cn-north-1"
	CnNorthwest1 PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "cn-northwest-1"
	EuCentral1   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "eu-central-1"
	EuNorth1     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "eu-north-1"
	EuSouth1     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "eu-south-1"
	EuWest1      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "eu-west-1"
	EuWest2      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "eu-west-2"
	EuWest3      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "eu-west-3"
	MeSouth1     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "me-south-1"
	SaEast1      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "sa-east-1"
	UsEast1      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "us-east-1"
	UsEast2      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "us-east-2"
	UsWest1      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "us-west-1"
	UsWest2      PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region = "us-west-2"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Region.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets6Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7 struct {
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7Type `json:"type"`
	Users []struct {
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Headers  map[string]string  `json:"headers"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets7Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8 struct {
	Extractions []struct {
		Key      string                                                                                            `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation `json:"location"`
		Name     string                                                                                            `json:"name"`
		Regex    *string                                                                                           `json:"regex,omitempty"`
	} `json:"extractions"`
	Injections []struct {
		Key      string                                                                                           `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation `json:"location"`
		Prefix   *string                                                                                          `json:"prefix,omitempty"`
		Variable string                                                                                           `json:"variable"`
	} `json:"injections"`
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8Type `json:"type"`
	Users []struct {
		Cookies  *map[string]string `json:"cookies,omitempty"`
		Curl     string             `json:"curl"`
		Headers  *map[string]string `json:"headers,omitempty"`
		Username string             `json:"username"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8ExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8InjectionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets8Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9 struct {
	Injections *[]struct {
		Key      string                                                                                           `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation `json:"location"`
		Prefix   *string                                                                                          `json:"prefix,omitempty"`
		Variable string                                                                                           `json:"variable"`
	} `json:"injections,omitempty"`
	Requests []struct {
		Curl        string `json:"curl"`
		Extractions *[]struct {
			Key      string                                                                                                    `json:"key"`
			Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation `json:"location"`
			Name     string                                                                                                    `json:"name"`
			Regex    *string                                                                                                   `json:"regex,omitempty"`
		} `json:"extractions,omitempty"`
	} `json:"requests"`
	Type  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9Type `json:"type"`
	Users []struct {
		Cookies   *map[string]string `json:"cookies,omitempty"`
		Headers   *map[string]string `json:"headers,omitempty"`
		Username  string             `json:"username"`
		Variables *map[string]string `json:"variables,omitempty"`
	} `json:"users"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9InjectionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9RequestsExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9Type added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9Type string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9Type defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationPresets9Type.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0 = []struct {
	Key      string                                                                                              `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location `json:"location"`
	Prefix   *string                                                                                             `json:"prefix,omitempty"`
	Variable string                                                                                              `json:"variable"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0LocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0LocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0LocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0LocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections0Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1 = []struct {
	Key      string                                                                                              `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location `json:"location"`
	Origin   string                                                                                              `json:"origin"`
	Variable string                                                                                              `json:"variable"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1LocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1LocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1LocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1LocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresInjections1Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0 struct {
	Extractions []struct {
		Key      string                                                                                                         `json:"key"`
		Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation `json:"location"`
		Name     string                                                                                                         `json:"name"`
		Regex    *string                                                                                                        `json:"regex,omitempty"`
	} `json:"extractions"`
	Parameters struct {
		Body    *interface{} `json:"body"`
		Cookies []struct {
			Domain   *string                                                                                                               `json:"domain,omitempty"`
			HttpOnly *bool                                                                                                                 `json:"http_only,omitempty"`
			Name     string                                                                                                                `json:"name"`
			Path     *string                                                                                                               `json:"path,omitempty"`
			SameSite *PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite `json:"same_site,omitempty"`
			Secure   *bool                                                                                                                 `json:"secure,omitempty"`
			Values   []string                                                                                                              `json:"values"`
		} `json:"cookies"`
		FollowRedirects *float32 `json:"follow_redirects,omitempty"`
		Headers         []struct {
			Name   string   `json:"name"`
			Values []string `json:"values"`
		} `json:"headers"`
		Insecure        *bool                                                                                                       `json:"insecure,omitempty"`
		Method          PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod `json:"method"`
		Proxy           *string                                                                                                     `json:"proxy,omitempty"`
		QueryParameters []struct {
			Name   string   `json:"name"`
			Values []string `json:"values"`
		} `json:"queryParameters"`
		Timeout *float32 `json:"timeout,omitempty"`
		Url     string   `json:"url"`
	} `json:"parameters"`
	Tech PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0Tech `json:"tech"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ExtractionsLocation.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSiteLax    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite = "Lax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSiteNone   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite = "None"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSiteStrict PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite = "Strict"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersCookiesSameSite.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0ParametersMethod.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0Tech added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0Tech string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0Tech defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0TechHttp PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0Tech = "http"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations0Tech.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1 struct {
	Extractions PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_1_Extractions `json:"extractions"`
	Parameters  struct {
		FirstRequest struct {
			Body    *interface{} `json:"body"`
			Cookies []struct {
				Domain   *string                                                                                                                           `json:"domain,omitempty"`
				HttpOnly *bool                                                                                                                             `json:"http_only,omitempty"`
				Name     string                                                                                                                            `json:"name"`
				Path     *string                                                                                                                           `json:"path,omitempty"`
				SameSite *PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite `json:"same_site,omitempty"`
				Secure   *bool                                                                                                                             `json:"secure,omitempty"`
				Values   []string                                                                                                                          `json:"values"`
			} `json:"cookies"`
			FollowRedirects *float32 `json:"follow_redirects,omitempty"`
			Headers         []struct {
				Name   string   `json:"name"`
				Values []string `json:"values"`
			} `json:"headers"`
			Insecure        *bool                                                                                                                   `json:"insecure,omitempty"`
			Method          PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod `json:"method"`
			Proxy           *string                                                                                                                 `json:"proxy,omitempty"`
			QueryParameters []struct {
				Name   string   `json:"name"`
				Values []string `json:"values"`
			} `json:"queryParameters"`
			Timeout *float32 `json:"timeout,omitempty"`
			Url     string   `json:"url"`
		} `json:"first_request"`
		SecondRequest *struct {
			Method *PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod `json:"method,omitempty"`
			Url    *string                                                                                                                   `json:"url,omitempty"`
		} `json:"second_request,omitempty"`
	} `json:"parameters"`
	Tech PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Tech `json:"tech"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0 = []struct {
	Key      string                                                                                                          `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location `json:"location"`
	Name     string                                                                                                          `json:"name"`
	Regex    *string                                                                                                         `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0LocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0LocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0LocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0LocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions0Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1 = []struct {
	Jq       *string                                                                                                         `json:"jq,omitempty"`
	Key      string                                                                                                          `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location `json:"location"`
	Name     string                                                                                                          `json:"name"`
	Origin   string                                                                                                          `json:"origin"`
	Regex    *string                                                                                                         `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1LocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1LocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1LocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1LocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Extractions1Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSiteLax    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite = "Lax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSiteNone   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite = "None"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSiteStrict PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite = "Strict"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestCookiesSameSite.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersFirstRequestMethod.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1ParametersSecondRequestMethod.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Tech added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Tech string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Tech defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1TechDigest PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Tech = "digest"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations1Tech.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2 struct {
	Extractions PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_2_Extractions `json:"extractions"`
	Parameters  struct {
		AdditionalFields *[]struct {
			Action     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsAction `json:"action"`
			AutoSubmit *bool                                                                                                                       `json:"auto_submit,omitempty"`
			Locator    string                                                                                                                      `json:"locator"`
			Value      string                                                                                                                      `json:"value"`
		} `json:"additional_fields,omitempty"`
		LoginUrl string  `json:"login_url"`
		Password string  `json:"password"`
		Proxy    *string `json:"proxy,omitempty"`
		Username string  `json:"username"`
	} `json:"parameters"`
	Tech PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Tech `json:"tech"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0 = []struct {
	Key      string                                                                                                          `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location `json:"location"`
	Name     string                                                                                                          `json:"name"`
	Regex    *string                                                                                                         `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0LocationBody   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location = "body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0LocationCookie PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location = "cookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0LocationHeader PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location = "header"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0LocationQuery  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location = "query"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions0Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1 = []struct {
	Jq       *string                                                                                                         `json:"jq,omitempty"`
	Key      string                                                                                                          `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location `json:"location"`
	Name     string                                                                                                          `json:"name"`
	Origin   string                                                                                                          `json:"origin"`
	Regex    *string                                                                                                         `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1LocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1LocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1LocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1LocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Extractions1Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsAction added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsAction string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsAction defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsActionFill PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsAction = "fill"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2ParametersAdditionalFieldsAction.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Tech added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Tech string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Tech defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2TechBrowserAgent PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Tech = "browser_agent"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations2Tech.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3 struct {
	Extractions PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Extractions `json:"extractions"`
	Parameters  struct {
		Actions []PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Parameters_Actions_Item `json:"actions"`
		Proxy   *string                                                                                                                    `json:"proxy,omitempty"`
	} `json:"parameters"`
	Tech PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Tech `json:"tech"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0 = []struct {
	Key      string                                                                                                          `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0Location `json:"location"`
	Name     string                                                                                                          `json:"name"`
	Regex    *string                                                                                                         `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions0Location defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1 = []struct {
	Jq       *string                                                                                                         `json:"jq,omitempty"`
	Key      string                                                                                                          `json:"key"`
	Location PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location `json:"location"`
	Name     string                                                                                                          `json:"name"`
	Origin   string                                                                                                          `json:"origin"`
	Regex    *string                                                                                                         `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1LocationBrowserCookies        PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location = "browser_cookies"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1LocationBrowserLocalStorage   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location = "browser_local_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1LocationBrowserSessionStorage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location = "browser_session_storage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1LocationPage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location = "page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Extractions1Location.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0Action `json:"action"`
	Locator string                                                                                                              `json:"locator"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0ActionClick PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0Action = "click"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions0Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1 struct {
	Action     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1Action `json:"action"`
	AutoSubmit *bool                                                                                                               `json:"auto_submit,omitempty"`
	Locator    string                                                                                                              `json:"locator"`
	Value      string                                                                                                              `json:"value"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1Action defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions1Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2 struct {
	Action PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2Action `json:"action"`
	Url    string                                                                                                              `json:"url"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2ActionGoto PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2Action = "goto"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions2Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3Action `json:"action"`
	Locator string                                                                                                              `json:"locator"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3ActionCheck PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3Action = "check"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions3Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4Action `json:"action"`
	Locator string                                                                                                              `json:"locator"`
	Value   string                                                                                                              `json:"value"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4ActionSelect PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4Action = "select"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions4Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5Action `json:"action"`
	Locator string                                                                                                              `json:"locator"`
	Timeout float32                                                                                                             `json:"timeout"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5ActionWaitElement PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5Action = "wait_element"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions5Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6 struct {
	Action PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6Action `json:"action"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6ActionWaitPageLoaded PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6Action = "wait_page_loaded"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions6Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7 struct {
	Action     PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7Action `json:"action"`
	UrlPattern string                                                                                                              `json:"url_pattern"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7ActionFocusPage PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7Action = "focus_page"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions7Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8 struct {
	Action  PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8Action `json:"action"`
	Seconds float32                                                                                                             `json:"seconds"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8Action added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8Action string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8Action defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8ActionSleep PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8Action = "sleep"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3ParametersActions8Action.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Tech added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Tech string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Tech defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3TechBrowserActions PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Tech = "browser_actions"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationProceduresOperations3Tech.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSiteLax    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite = "Lax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSiteNone   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite = "None"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSiteStrict PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite = "Strict"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersCredentialsCookiesSameSite.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSiteLax    PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite = "Lax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSiteNone   PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite = "None"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSiteStrict PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite = "Strict"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideAuthenticationUsersRefreshCredentialsCookiesSameSite.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCategory added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCategory string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCategory defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe defines parameters for PostApplicationsIdStartScan.

const (
	N116  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "116"
	N119  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "119"
	N1195 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "1195"
	N16   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "16"
	N20   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "20"
	N200  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "200"
	N209  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "209"
	N215  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "215"
	N22   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "22"
	N264  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "264"
	N284  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "284"
	N285  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "285"
	N287  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "287"
	N295  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "295"
	N306  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "306"
	N307  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "307"
	N319  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "319"
	N326  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "326"
	N346  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "346"
	N347  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "347"
	N352  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "352"
	N354  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "354"
	N400  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "400"
	N444  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "444"
	N453  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "453"
	N489  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "489"
	N502  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "502"
	N523  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "523"
	N524  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "524"
	N548  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "548"
	N551  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "551"
	N573  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "573"
	N601  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "601"
	N611  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "611"
	N614  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "614"
	N676  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "676"
	N704  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "704"
	N710  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "710"
	N730  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "730"
	N732  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "732"
	N758  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "758"
	N770  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "770"
	N78   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "78"
	N79   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "79"
	N829  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "829"
	N862  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "862"
	N863  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "863"
	N89   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "89"
	N915  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "915"
	N918  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "918"
	N93   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "93"
	N94   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "94"
	N942  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "942"
	N943  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe = "943"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceCwe.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp defines parameters for PostApplicationsIdStartScan.

const (
	AC14 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-14"
	AC17 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-17"
	AC2  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-2"
	AC22 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-22"
	AC3  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-3"
	AC4  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-4"
	AC6  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-6"
	AC7  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "AC-7"
	CM2  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "CM-2"
	CM3  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "CM-3"
	SA11 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SA-11"
	SC12 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-12"
	SC13 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-13"
	SC17 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-17"
	SC18 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-18"
	SC20 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-20"
	SC28 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-28"
	SC5  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-5"
	SC7  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-7"
	SC8  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SC-8"
	SI10 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SI-10"
	SI11 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SI-11"
	SI2  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SI-2"
	SI3  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SI-3"
	SI4  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SI-4"
	SI7  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp = "SI-7"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceFedramp.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdprArticle25 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr = "Article-25"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdprArticle32 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr = "Article-32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdprArticle33 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr = "Article-33"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdprArticle5  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr = "Article-5"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceGdpr.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceHipaa added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceHipaa string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceHipaa defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceIso27001 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceIso27001 string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceIso27001 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article21 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-21"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article22 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-22"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article23 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-23"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article28 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-28"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article29 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-29"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article33 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-33"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2Article6  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2 = "Article-6"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNis2.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNist added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNist string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNist defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceNist.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwasp added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwasp string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwasp defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwaspLlm added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwaspLlm string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceOwaspLlm defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss defines parameters for PostApplicationsIdStartScan.

const (
	N1024 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "10.2.4"
	N123  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "1.2.3"
	N13   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "1.3"
	N137  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "1.3.7"
	N222  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "2.2.2"
	N225  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "2.2.5"
	N41   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "4.1"
	N61   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.1"
	N62   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.2"
	N65   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5"
	N651  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.1"
	N6510 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.10"
	N652  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.2"
	N653  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.3"
	N654  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.4"
	N655  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.5"
	N656  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.6"
	N657  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.7"
	N658  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.8"
	N659  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "6.5.9"
	N71   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "7.1"
	N712  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "7.1.2"
	N821  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss = "8.2.1"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePciDss.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePsd2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePsd2 string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertCompliancePsd2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceSoc2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceSoc2 string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertComplianceSoc2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverityHIGH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity = "HIGH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverityINFO   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity = "INFO"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverityLOW    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity = "LOW"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverityMEDIUM PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity = "MEDIUM"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesAlertSeverity.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IfScanType PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0If = "scan.type"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0In added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0In string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0In defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0InGRAPHQL PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0In = "GRAPHQL"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0InREST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0In = "REST"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0In.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0Is added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0Is string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0Is defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsGRAPHQL PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0Is = "GRAPHQL"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsREST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0Is = "REST"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0Is.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNotGRAPHQL PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNot = "GRAPHQL"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNotREST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNot = "REST"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect0IsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10 struct {
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10If `json:"if"`
	Key *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"key,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10IfRequestHeaders PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10If = "request.headers"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect10If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11 struct {
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11If `json:"if"`
	Key *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"key,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11IfResponseHeaders PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11If = "response.headers"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect11If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12If              `json:"if"`
	In    *[]PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_In_Item `json:"in,omitempty"`
	Is    *PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_Is        `json:"is,omitempty"`
	IsNot *PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_IsNot     `json:"is_not,omitempty"`
	Jq    *string                                                                                    `json:"jq,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IfResponseBodyJson PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12If = "response.body.json"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12In0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12In0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12In0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12In1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12In1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12In1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12Is3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect12IsNot3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13If              `json:"if"`
	In    *[]PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_In_Item `json:"in,omitempty"`
	Is    *PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_Is        `json:"is,omitempty"`
	IsNot *PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_IsNot     `json:"is_not,omitempty"`
	Jq    *string                                                                                    `json:"jq,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IfRequestBodyJson PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13If = "request.body.json"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13In0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13In0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13In0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13In1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13In1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13In1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13Is3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect13IsNot3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14 struct {
	Contains *string                                                                       `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14If `json:"if"`
	In       *[]string                                                                     `json:"in,omitempty"`
	Is       *string                                                                       `json:"is,omitempty"`
	IsNot    *string                                                                       `json:"is_not,omitempty"`
	Regex    *string                                                                       `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14IfResponseBodyText PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14If = "response.body.text"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect14If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15 struct {
	Contains *string                                                                       `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15If `json:"if"`
	In       *[]string                                                                     `json:"in,omitempty"`
	Is       *string                                                                       `json:"is,omitempty"`
	IsNot    *string                                                                       `json:"is_not,omitempty"`
	Regex    *string                                                                       `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15IfRequestBodyText PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15If = "request.body.text"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect15If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16 struct {
	If   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16If `json:"if"`
	Name *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"name,omitempty"`
	Type *struct {
		In    *[]PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn  `json:"in,omitempty"`
		Is    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs    `json:"is,omitempty"`
		IsNot *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot `json:"is_not,omitempty"`
	} `json:"type,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16IfRequestObject PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16If = "request.object"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeInZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIn.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIs.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNotZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect16TypeIsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17 struct {
	If   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17If `json:"if"`
	Name *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"name,omitempty"`
	Type *struct {
		In    *[]PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn  `json:"in,omitempty"`
		Is    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs    `json:"is,omitempty"`
		IsNot *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot `json:"is_not,omitempty"`
	} `json:"type,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17IfResponseObject PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17If = "response.object"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeInZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIn.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIs.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNotZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect17TypeIsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IfRequestMethod PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18If = "request.method"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18InTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18In.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18Is.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNotTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect18IsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19 struct {
	And []interface{}                                                                 `json:"and"`
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19If `json:"if"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19IfAnd PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19If = "and"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect19If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IfHelpersRequestCrud PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1If = "helpers.request.crud"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1InCREATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In = "CREATE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1InDELETE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1InREAD   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In = "READ"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1InUPDATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In = "UPDATE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1In.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsCREATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is = "CREATE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsDELETE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsREAD   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is = "READ"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsUPDATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is = "UPDATE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1Is.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNotCREATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot = "CREATE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNotDELETE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNotREAD   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot = "READ"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNotUPDATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot = "UPDATE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect1IsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2 struct {
	Gt    *float32                                                                     `json:"gt,omitempty"`
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2If `json:"if"`
	In    *[]float32                                                                   `json:"in,omitempty"`
	Is    *float32                                                                     `json:"is,omitempty"`
	IsNot *float32                                                                     `json:"is_not,omitempty"`
	Lt    *float32                                                                     `json:"lt,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20 struct {
	If PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20If `json:"if"`
	Or []interface{}                                                                 `json:"or"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20IfOr PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20If = "or"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect20If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21 struct {
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21If `json:"if"`
	Not *interface{}                                                                  `json:"not"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21IfNot PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21If = "not"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect21If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2IfResponseStatusCode PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2If = "response.status_code"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect2If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3 struct {
	Gt    *float32                                                                     `json:"gt,omitempty"`
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3If `json:"if"`
	In    *[]float32                                                                   `json:"in,omitempty"`
	Is    *float32                                                                     `json:"is,omitempty"`
	IsNot *float32                                                                     `json:"is_not,omitempty"`
	Lt    *float32                                                                     `json:"lt,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3IfResponseDurationMs PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3If = "response.duration_ms"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect3If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4If `json:"if"`
	Is    *bool                                                                        `json:"is,omitempty"`
	IsNot *bool                                                                        `json:"is_not,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4IfSchemaNeedAuthentication PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4If = "schema.need_authentication"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect4If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5If `json:"if"`
	Is    *bool                                                                        `json:"is,omitempty"`
	IsNot *bool                                                                        `json:"is_not,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5IfRequestIsAuthenticated PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5If = "request.is_authenticated"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect5If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6 struct {
	Contains *string                                                                      `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6If `json:"if"`
	In       *[]string                                                                    `json:"in,omitempty"`
	Is       *string                                                                      `json:"is,omitempty"`
	IsNot    *string                                                                      `json:"is_not,omitempty"`
	Regex    *string                                                                      `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6IfSchemaPathRef PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6If = "schema.path_ref"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect6If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7If `json:"if"`
	Is    *bool                                                                        `json:"is,omitempty"`
	IsNot *bool                                                                        `json:"is_not,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7IfHelpersResponseIsSuccessful PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7If = "helpers.response.is_successful"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect7If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8 struct {
	Contains *string                                                                      `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8If `json:"if"`
	In       *[]string                                                                    `json:"in,omitempty"`
	Is       *string                                                                      `json:"is,omitempty"`
	IsNot    *string                                                                      `json:"is_not,omitempty"`
	Regex    *string                                                                      `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8IfSchemaUrl PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8If = "schema.url"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect8If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9 struct {
	Contains *string                                                                      `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9If `json:"if"`
	In       *[]string                                                                    `json:"in,omitempty"`
	Is       *string                                                                      `json:"is,omitempty"`
	IsNot    *string                                                                      `json:"is_not,omitempty"`
	Regex    *string                                                                      `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9IfRequestUser PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9If = "request.user"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesDetect9If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0 struct {
	Body     *string                                                                          `json:"body,omitempty"`
	Headers  *map[string]string                                                               `json:"headers,omitempty"`
	Method   *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method  `json:"method,omitempty"`
	Params   *map[string]string                                                               `json:"params,omitempty"`
	Path     *string                                                                          `json:"path,omitempty"`
	Protocol PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Protocol `json:"protocol"`
	User     *string                                                                          `json:"user,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0MethodTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Method.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Protocol added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Protocol string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Protocol defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed0Protocol.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1 struct {
	Protocol PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1Protocol `json:"protocol"`
	Raw      string                                                                           `json:"raw"`
	User     *string                                                                          `json:"user,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1Protocol added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1Protocol string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1Protocol defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesSeed1Protocol.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0 struct {
	Key          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0Key `json:"key"`
	RegexReplace *struct {
		Pattern     string `json:"pattern"`
		Replacement string `json:"replacement"`
	} `json:"regex_replace,omitempty"`
	Value  *string   `json:"value,omitempty"`
	Values *[]string `json:"values,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0KeySchemaUrl PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0Key = "schema.url"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate0Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1 struct {
	Key          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1Key `json:"key"`
	RegexReplace *struct {
		Pattern     string `json:"pattern"`
		Replacement string `json:"replacement"`
	} `json:"regex_replace,omitempty"`
	Value  *string   `json:"value,omitempty"`
	Values *[]string `json:"values,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1KeySchemaPathRef PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1Key = "schema.path_ref"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate1Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2 struct {
	DropUser     *bool                                                                                  `json:"drop_user,omitempty"`
	Key          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2Key `json:"key"`
	RegexReplace *struct {
		Pattern     string `json:"pattern"`
		Replacement string `json:"replacement"`
	} `json:"regex_replace,omitempty"`
	Value  *string   `json:"value,omitempty"`
	Values *[]string `json:"values,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2KeyRequestUser PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2Key = "request.user"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate2Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3 struct {
	Delete       *bool                                                                                  `json:"delete,omitempty"`
	Key          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3Key `json:"key"`
	Name         string                                                                                 `json:"name"`
	RegexReplace *struct {
		Pattern     string `json:"pattern"`
		Replacement string `json:"replacement"`
	} `json:"regex_replace,omitempty"`
	Value  *string   `json:"value,omitempty"`
	Values *[]string `json:"values,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3KeyRequestHeaders PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3Key = "request.headers"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate3Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4 struct {
	Jq  *string                                                                                `json:"jq,omitempty"`
	Key PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4Key `json:"key"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4KeyRequestBodyJson PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4Key = "request.body.json"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate4Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5 struct {
	Key          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5Key `json:"key"`
	RegexReplace *struct {
		Pattern     string `json:"pattern"`
		Replacement string `json:"replacement"`
	} `json:"regex_replace,omitempty"`
	Value  *string   `json:"value,omitempty"`
	Values *[]string `json:"values,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5KeyRequestBodyText PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5Key = "request.body.text"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate5Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6 struct {
	Key    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6Key `json:"key"`
	Mutate struct {
		RegexReplace *struct {
			Pattern     string `json:"pattern"`
			Replacement string `json:"replacement"`
		} `json:"regex_replace,omitempty"`
		Value  *string   `json:"value,omitempty"`
		Values *[]string `json:"values,omitempty"`
	} `json:"mutate"`
	Select struct {
		Name *struct {
			Contains *string   `json:"contains,omitempty"`
			In       *[]string `json:"in,omitempty"`
			Is       *string   `json:"is,omitempty"`
			IsNot    *string   `json:"is_not,omitempty"`
			Regex    *string   `json:"regex,omitempty"`
		} `json:"name,omitempty"`
		Type *struct {
			In    *[]PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn  `json:"in,omitempty"`
			Is    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs    `json:"is,omitempty"`
			IsNot *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot `json:"is_not,omitempty"`
		} `json:"type,omitempty"`
		Value *struct {
			Contains *string   `json:"contains,omitempty"`
			In       *[]string `json:"in,omitempty"`
			Is       *string   `json:"is,omitempty"`
			IsNot    *string   `json:"is_not,omitempty"`
			Regex    *string   `json:"regex,omitempty"`
		} `json:"value,omitempty"`
	} `json:"select"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6KeyRequestObject PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6Key = "request.object"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeInZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIn.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIs.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNotZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate6SelectTypeIsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7 struct {
	Key    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Key       `json:"key"`
	Value  *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value    `json:"value,omitempty"`
	Values *[]PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values `json:"values,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Key added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Key string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Key defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7KeyRequestMethod PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Key = "request.method"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Key.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValueCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValueDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValueGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValueHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValueOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuePATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuePOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuePUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValueTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Value.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7ValuesTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformMutate7Values.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IfScanType PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0If = "scan.type"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0In added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0In string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0In defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0InGRAPHQL PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0In = "GRAPHQL"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0InREST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0In = "REST"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0In.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0Is added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0Is string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0Is defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsGRAPHQL PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0Is = "GRAPHQL"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsREST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0Is = "REST"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0Is.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNotGRAPHQL PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNot = "GRAPHQL"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNotREST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNot = "REST"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger0IsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10 struct {
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10If `json:"if"`
	Key *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"key,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger10If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11 struct {
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11If `json:"if"`
	Key *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"key,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11IfResponseHeaders PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11If = "response.headers"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger11If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IfResponseBodyJson PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12If = "response.body.json"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12In0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12In0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12In0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12In1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12In1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12In1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12Is3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger12IsNot3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13In0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13In0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13In0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13In1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13In1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13In1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13Is3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot0 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot0 map[string]*interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot0 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot1 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot1 = []interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot1 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot2 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot3 = interface{}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger13IsNot3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14 struct {
	Contains *string                                                                                 `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14If `json:"if"`
	In       *[]string                                                                               `json:"in,omitempty"`
	Is       *string                                                                                 `json:"is,omitempty"`
	IsNot    *string                                                                                 `json:"is_not,omitempty"`
	Regex    *string                                                                                 `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14IfResponseBodyText PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14If = "response.body.text"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger14If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15 struct {
	Contains *string                                                                                 `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15If `json:"if"`
	In       *[]string                                                                               `json:"in,omitempty"`
	Is       *string                                                                                 `json:"is,omitempty"`
	IsNot    *string                                                                                 `json:"is_not,omitempty"`
	Regex    *string                                                                                 `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger15If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16 struct {
	If   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16If `json:"if"`
	Name *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"name,omitempty"`
	Type *struct {
		In    *[]PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn  `json:"in,omitempty"`
		Is    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs    `json:"is,omitempty"`
		IsNot *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot `json:"is_not,omitempty"`
	} `json:"type,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeInZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIn.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIs.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNotZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger16TypeIsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17 struct {
	If   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17If `json:"if"`
	Name *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"name,omitempty"`
	Type *struct {
		In    *[]PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn  `json:"in,omitempty"`
		Is    *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs    `json:"is,omitempty"`
		IsNot *PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot `json:"is_not,omitempty"`
	} `json:"type,omitempty"`
	Value *struct {
		Contains *string   `json:"contains,omitempty"`
		In       *[]string `json:"in,omitempty"`
		Is       *string   `json:"is,omitempty"`
		IsNot    *string   `json:"is_not,omitempty"`
		Regex    *string   `json:"regex,omitempty"`
	} `json:"value,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17IfResponseObject PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17If = "response.object"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeInZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIn.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAbbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "abbysale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAbstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "abstract"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAbuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "abuseipdb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAccuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "accuweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "adafruit_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "adobe_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "adobe_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "adzuna_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "adzuna_public"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aeroworkflow_client"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aeroworkflow_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "age_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAgora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "agora"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "airbrakeproject_private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "airbrakeproject_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAirbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "airbrakeuserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "airship_private"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "airtable_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAirvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "airvisual"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "alconost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "alegra"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aletheiaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "algolia_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlgoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "algoliaadminkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "alibaba_access_key_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "alibaba_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAlienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "alienvault"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAllsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "allsports"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAmadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "amadeus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAmbee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ambee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAmount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "amount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAmplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "amplitudeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAnypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "anypoint"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apacta"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApi2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "api2cart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apideck_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apideck_user"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apiflash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apifonica"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apimatic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apiscience"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apollo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAppcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "appcues"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAppfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "appfollow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApplication                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "application"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAppsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "appsynergy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsApptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "apptivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "area_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "artifactory_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsArtsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "artsy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "asana_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "asana_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAsanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "asanaoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAsanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "asanapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAssemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "assemblyai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "atlassian_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAudd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "audd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAuth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "auth0managementapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAuthentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "authentication"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAuthor                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "author"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "authorization_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "authress_service_client_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAutodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "autodesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAutoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "autoklose"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAutopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "autopilot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAvazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "avazapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aviationstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aws_mws_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aws_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAxonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "axonaut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "aylien"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsAyrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ayrshare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bank"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bank_account"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bank_card"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bannerbear"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBaremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "baremetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBase64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBaseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "baseapiio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bcrypt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "beamer_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bearer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bearer_uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBeebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "beebole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBesttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "besttime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBillomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "billomat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitbar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitbucket_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitbucket_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitcoin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitcoinaverage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitfinex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitlyaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bitmex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bittrex_access_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bittrex_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBlazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "blazemeter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBlitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "blitapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBlogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "blogger"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "body_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bombbomb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBoolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "boolean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "boolean_wannabe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBoostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "boostnote"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBorgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "borgbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBrandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "brandfetch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBrowshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "browshot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBuddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "buddyns"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bugherd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bugsnag"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBuilding                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "building"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBuildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "buildkite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "bulbul"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsBusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "business_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsButtercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "buttercms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCaflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "caflou"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCalendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "calendarific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCalendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "calendlyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCalorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "calorieninja"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCampayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "campayn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cannyio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCapsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "capsulecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCaptaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "captaindata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCarboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "carboninterface"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "card_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCarrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "carrier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cashboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCaspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "caspio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCategory                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "category"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCensys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "censys"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCentralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "centralstationcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cexio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsChatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "chatfule"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsChecio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "checio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsChecklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "checklyhq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCheckvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "checkvist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cicero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCircleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "circleci"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCity                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "city"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clearbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clickhelp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cliengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clinchpad"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clockify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clockworksms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clojars_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClosecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "closecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudelements"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudflareapitoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudflarecakey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudflareglobalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudimage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudmersive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloudplan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloverly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cloze"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsClustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "clustdoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCodacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "codacy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "codecov_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCoinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "coinapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "coinbase_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCoinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "coinlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCoinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "coinlib"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsColumn                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "column"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCommand                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "command"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCommercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "commercejs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "commit_hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCommodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "commodities"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCompanyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "companyhub"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "confirmation_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "confluent_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "confluent_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "content_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "contentful_delivery_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsContentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "contentfulpersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsConvertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "convertkit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsConvier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "convier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCountry                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "country"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "country_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCountrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "countrylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCounty                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "county"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "coupon_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCourier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "courier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCoveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "coveralls"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "credit_card_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCrowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "crowdin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cryptocompare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "currency_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCurrencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "currencycloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCurrencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "currencyfreaks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCurrencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "currencylayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCurrencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "currencyscoop"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCurrentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "currentsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCustomerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "customerguru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCustomerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "customerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsCvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "cvv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsD7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "d7network"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dailyco"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dandelion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "databricks_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "datadog_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDatadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "datadogtoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDatafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "datafire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDatagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "datagov"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDate                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "date"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDatetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "datetime"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDebounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "debounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDeepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "deepai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDeepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "deepgram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "defined_networking_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDelighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "delighted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "delivery_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "department_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDetectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "detectlanguage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "device_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "device_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dfuse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDid                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "did"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDiffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "diffbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "digitalocean_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "digitalocean_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "digitalocean_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDigitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "digitaloceantoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDirectory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "directory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDiscount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "discount"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDitto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ditto"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dnscheck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "docker_hub_private_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "document_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDocumo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "documo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDomain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "domain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "doppler_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dotmailer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dovico"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "driving_license"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dronahq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "droneci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dropbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dropbox_long_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dropbox_short_lived_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "duffel_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDuration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "duration"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dwolla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dynalist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dynatrace_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsDyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "dyspatch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "e_commerce_indicator"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "eagleeyenetworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEasyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "easyinsight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "easypost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "easypost_test_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEdamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "edamam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEdenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "edenai"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "eightxeight"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsElasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "elasticemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEmail                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "email"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEnablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "enablex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEnigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "enigma"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEnvironment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "environment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEthereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ethereum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEthplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ethplorer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "etsy_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEtsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "etsyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "event_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsEverhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "everhour"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsExchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "exchangerateapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsExchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "exchangeratesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFacebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "facebook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFacebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "facebookoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFaceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "faceplusplus"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fakejson"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fastforex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fastly_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fastlypersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFeedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "feedier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fetchrss"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFigmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "figmapersonalaccesstoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFile                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "file"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fileio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFinage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "finage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFinancialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "financialmodelingprep"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFindl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "findl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "finicity_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "finicity_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "finnhub_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fixerio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flatio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fleetbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flickr_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flightapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flightstats"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFloat                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "float"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flowflu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flutterwave_encryption_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flutterwave_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "flutterwave_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fmfw"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsForm                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "form"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFormbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "formbucket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFormio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "formio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFoursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "foursquare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "frameio_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "french_phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "freshbooks_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFreshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "freshdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFront                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "front"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fulcrum"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fullstory"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFunc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "func"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fusebill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsFxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "fxmarket"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gcp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGeckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "geckoboard"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gender"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "generic_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gengo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGeoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "geoapify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGeocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "geocode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGeocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "geocodify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGeocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "geocodio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGeoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "geoipifi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGetemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "getemail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGetemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "getemails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGetgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "getgeoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGetgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "getgist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGetsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "getsandbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "github_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "github_fine_grained_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "github_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "github_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "github_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGithubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "githubapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gitlab_pat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gitlab_ptt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gitlab_rrt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gitlabv2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGlassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "glassnode"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gocanvas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gocardless_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGoodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "goodday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "google_api_public_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "grafana_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "grafana_cloud_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "grafana_service_account_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGraphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "graphcms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGraphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "graphhopper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGroovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "groovehq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGuardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "guardianapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGuru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "guru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsGyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "gyazo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHappi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "happi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHappyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "happyscribe"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHarvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "harvest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hashicorp_tf_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hellosign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHelpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "helpcrunch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHelpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "helpscout"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hereapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "heroku_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hex_color_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hexadecimal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hiveage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHolidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "holidayapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHost                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "host"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "house_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hsl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hsla"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHtml2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "html2pdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "html_body"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "http_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hubspot_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hubspotapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "huggingface_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "huggingface_organization_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHumanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "humanity"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hunter"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsHypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "hypertrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIbmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ibmclouduserkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "iconfinder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsId                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "identity_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "iexcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsImagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "imagekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsImagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "imagga"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsImpala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "impala"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "infracost_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInjection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "injection"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInsightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "insightly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "instagram_oauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInteger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "integer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInteger32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "integer32"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInteger64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "integer64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIntegromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "integromat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "intercom_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIntrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "intrinio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsInvoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "invoiceocean"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipc_patent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipgeolocation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipinfodb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipquality"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipstack_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipv4"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIpv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ipv6"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsIsbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "isbn"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsItem                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "item"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jdbc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jfrog_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jfrog_identity_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jiratoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJoin                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "join"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jotform"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJson                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "json"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jumpcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJuro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "juro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jwt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsJwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "jwt_base64"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kanban"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKarmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "karmacrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKeenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "keenio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "key_kms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kickbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKlipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "klipfolio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kontent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kraken_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kucoin_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kucoin_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsKylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "kylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "language_iso_639_1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "language_iso_639_2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLanguagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "languagelayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lastfm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLatitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "latitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "launchdarkly_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLeadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "leadfeeder"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "legal_name"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lendflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lessannoyingcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lexigram"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLimit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "limit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linear_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linear_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linearapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linemessaging"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linenotify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linkedin_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "linkedin_client_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLiveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "liveagent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLivestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "livestorm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "llm_input"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lob_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lob_pub_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLocale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "locale"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLocation                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "location"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLocationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "locationiq"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLoginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "loginradius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "lokalisetoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLong                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "long"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLongitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "longitude"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLoyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "loyverse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsLuno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "luno"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsM3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "m3o"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMacaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "macaddress"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMadkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "madkudu"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMagnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "magnetic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailboxlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailchimp_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailerlite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailgun_private_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailgun_pub_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailgun_signing_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailjetbasicauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailjetsms"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailmodo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mailsac"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mandrill"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsManifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "manifest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mapbox_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mapquest"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMarketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "marketstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mattermost_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mattermostpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mavenlink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMaxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "maxmindlicense"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMd5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "md5"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMeaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "meaningcloud"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mediastack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMeistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "meistertask"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMerchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "merchant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mesibo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "messagebird_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "messagebird_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMetaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "metaapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMetrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "metrilo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "microsoft_teams_webhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMicrosoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "microsoftteamswebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMidise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "midise"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mime_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mindmeister"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mixmax"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mixpanel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsModeration                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "moderation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMonday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "monday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMonero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "monero"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mongo_db_object_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMonth                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "month"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMoonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "moonclerck"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMoonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "moonclerk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMoosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "moosend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "mrticktock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMyfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "myfreshworks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsMyintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "myintervals"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nasdaqdatalink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNavigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "navigation"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nethunt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "netlify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNeutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "neutrinoapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "new_relic_browser_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "new_relic_user_api_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "new_relic_user_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNewrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "newrelicpersonalapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNewsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "newsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNewscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "newscatcher"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nexmoapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nftport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nicereply"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nimble"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nitro"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNoticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "noticeable"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNotion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "notion"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nozbeteams"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "npm_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNumverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "numverify"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nutritionix"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nylas"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "nytimes_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "oanda"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOffset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "offset"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "okta_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOmnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "omnisend"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOnedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "onedesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOnelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "onelogin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOnepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "onepagecrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOnwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "onwaterio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "oopspam"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "openai_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOpencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "opencagedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOpengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "opengraphr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOpenuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "openuv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOpenweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "openweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOptimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "optimizely"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOrganization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "organization"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsOwlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "owlbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pagerdutyapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pandadoc"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pandascore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsParalleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "paralleldots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPartnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "partnerstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPassbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "passbase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPassport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "passport"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPassword                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pastebin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPaymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "paymoapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPaymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "paymongo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPaypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "paypaloauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPaystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "paystack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pdflayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pdfshift"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPeopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "peopledatalabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pepipost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPermission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "permission"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPhone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "phone"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pin_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pipedream"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pipedrive"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pivotaltracker"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pixabay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "plaid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "plaid_client_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "plaid_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "plaidkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "plan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "planetscale_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "planetscale_oauth_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "planetscale_password"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlanviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "planviewleankit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlanyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "planyo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPlivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "plivo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPolicy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "policy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPoloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "poloniex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPolygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "polygon"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPort                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "port"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPosition                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "position"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPositionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "positionstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPostageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "postageapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPosthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "posthog"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "postman_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPostmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "postmark"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPowrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "powrbot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "prefect_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPrice                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "price"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "private_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPrivatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "privatekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsProspectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "prospectcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsProspectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "prospectio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsProtocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "protocol"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsProtocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "protocolsio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsProxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "proxycrawl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pubnubpublishkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pulumi_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPurestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "purestake"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pushbulletapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pusherchannelkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsPypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "pypi_upload_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsQualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "qualaroo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsQubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "qubole"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsQuickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "quickmetrics"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rapidapi_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRaven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "raven"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rawg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRazorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "razorpay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "readme_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsReallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "reallysimplesystems"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "reason_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rebrandly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsReference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "reference"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRefiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "refiner"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRegion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "region"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRepairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "repairshopr"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRestpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "restpack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRestpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "restpackhtmltopdfapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRestpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "restpackscreenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "return_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rev"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRevampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "revampcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rgb"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rgba"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRingcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ringcentral"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRitekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ritekit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRoaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "roaring"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rocketreach"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRole                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "role"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRoninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "roninapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRoom                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "room"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRoute4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "route4me"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rownd"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "rubygems_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsRunrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "runrunit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSalesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "salesblink"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSalescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "salescookie"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSalesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "salesflare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSatismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "satismeterprojectkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSatismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "satismeterwritekey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSaucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "saucelabs"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scalewaykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scalingo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scrapeowl"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scraperapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scraperbox"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scrapersite"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scrapestack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scrapfly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scrapingant"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "scrapingbee"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScreenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "screenshotapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsScreenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "screenshotlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSearch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "search"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSecret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSecuritytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "securitytrails"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSegmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "segmentapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSelectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "selectpdf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSemaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "semaphore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sendbird_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sendbird_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sendbirdorganizationapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sendgrid_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sendinblue_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sendinbluev2"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sentiment"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sentry_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sentrytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "serial_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSerphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "serphouse"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSerpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "serpstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sha1"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sha256"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sheety"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sherpadesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shipday"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shipping_method"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shippo_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shodankey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shopify_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shopify_custom_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shopify_private_app_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shopify_shared_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shortcut"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shotstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shutterstock"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsShutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "shutterstockoauth"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sidekiq_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sidekiq_sensitive_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSignalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "signalwire"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSignaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "signaturit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSignupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "signupgenius"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sigopt"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSimplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "simplesat"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSimplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "simplynoted"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSimvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "simvoly"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sinchmessage"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sirv"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSiteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "siteleaf"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSkrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "skrappio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSkybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "skybiometry"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_app_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_config_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_config_refresh_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_legacy_bot_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_legacy_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_legacy_workspace_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_user_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slack_webhook_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slackwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSlug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "slug"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSmartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "smartsheets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSmartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "smartystreets"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSmooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "smooch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSnipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "snipcart"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "snyk_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSnykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "snykkey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "social_security_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "software_component"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sparkpost"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSplunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "splunkobservabilitytoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSpoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "spoonacular"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sportsmonk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSpotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "spotifykey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "square_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSquareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "squareapp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "squarespace_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSquareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "squareup"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ssh_url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sslmate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStatus                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "status"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "status_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "status_message"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "stitchdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "stockdata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStorecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "storecove"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "stormglass"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStoryblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "storyblok"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStorychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "storychief"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStrava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "strava"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStreak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "streak"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "street_address"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsString                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "string"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "stripe_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "stripe_public_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsStytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "stytch"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sugester"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sumologic_access_id"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sumologic_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "sumologickey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSupernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "supernotesapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSurveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "surveyanyplace"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSurveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "surveybot"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSurveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "surveysparrow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSurvicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "survicate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSwell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "swell"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsSwiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "swiftype"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tallyfy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tatumio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTaxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "taxjar"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTeamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "teamgate"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTeamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "teamworkcrm"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTeamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "teamworkdesk"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTeamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "teamworkspaces"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTechnicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "technicalanalysisapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "telegram_bot_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTelegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "telegrambottoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTelnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "telnyx"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTerraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "terraformcloudpersonaltoken"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsText2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "text2data"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTextmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "textmagic"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTheoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "theoddsapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsThinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "thinkific"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsThousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "thousandeyes"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTicketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ticketmaster"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tiingo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTime                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "time"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTimestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "timestamp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTimezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "timezoneapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTitle                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "title"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tmetric"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTodoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "todoist"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsToggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "toggltrack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tomorrowio"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tomtom"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tradier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTravelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "travelpayouts"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "travisci_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTrelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "trelloapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tru"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twelvedata"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twilio_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twitch_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twitter_access_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twitter_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twitter_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twitter_api_secret"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "twitter_bearer_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "tyntec"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsTypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "typeform_api_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUbidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "ubidots"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUnifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "unifyid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUnplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "unplugg"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "unsanitized_payload"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUnsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "unsplash"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUpcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "upcdatabase"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "uplead"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "uploadcare"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUpwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "upwave"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "uri"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUrl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "url"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUrlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "urlscan"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "us_bank_account_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "us_bank_routing_number"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "us_zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "user_agent"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUsername                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "username"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUserstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "userstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsUuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "uuid"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vatlayer"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vault_batch_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vault_service_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vehicle_type"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vercel"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVerifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "verifier"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVerimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "verimail"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVersion                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "version"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVersioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "versioneye"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsView                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "view"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsViewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "viewneo"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVirustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "virustotal"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVisualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "visualcrossing"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVoicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "voicegain"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vouchery"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vpnapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vultrapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsVyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "vyte"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWalkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "walkscore"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWeatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "weatherbit"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWeatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "weatherstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWebex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "webex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWebflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "webflow"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWebscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "webscraper"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWebscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "webscraping"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWebsite                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "website"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "wepay"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWhoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "whoxy"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWorksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "worksnaps"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWorkstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "workstack"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWorldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "worldcoinindex"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWorldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "worldweather"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsWrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "wrike"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "yandex_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "yandex_api_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "yandex_aws_access_token"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYear                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "year"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYouneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "youneedabudget"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "yousign"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsYoutubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "youtubeapikey"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zapierwebhook"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zendesk_secret_key"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zendeskapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zenkitapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zenscrape"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zenserp"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zeplin"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zerobounce"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zip_code"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zipapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zipbooks"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zipcodeapi"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsZonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIs.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot defines parameters for PostApplicationsIdStartScan.

const (
	Abbysale                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "abbysale"
	Abstract                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "abstract"
	Abuseipdb                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "abuseipdb"
	Accuweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "accuweather"
	AdafruitApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "adafruit_api_key"
	AdobeClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "adobe_client_id"
	AdobeClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "adobe_client_secret"
	AdzunaPrivate                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "adzuna_private"
	AdzunaPublic                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "adzuna_public"
	AeroworkflowClient              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aeroworkflow_client"
	AeroworkflowPrivate             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aeroworkflow_private"
	AgeSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "age_secret_key"
	Agora                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "agora"
	AirbrakeprojectPrivateKey       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "airbrakeproject_private_key"
	AirbrakeprojectPubKey           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "airbrakeproject_pub_key"
	Airbrakeuserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "airbrakeuserkey"
	AirshipPrivate                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "airship_private"
	AirtableApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "airtable_api_key"
	Airvisual                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "airvisual"
	Alconost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "alconost"
	Alegra                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "alegra"
	Aletheiaapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aletheiaapi"
	AlgoliaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "algolia_api_key"
	Algoliaadminkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "algoliaadminkey"
	AlibabaAccessKeyId              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "alibaba_access_key_id"
	AlibabaSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "alibaba_secret_key"
	Alienvault                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "alienvault"
	Allsports                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "allsports"
	Amadeus                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "amadeus"
	Ambee                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ambee"
	Amount                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "amount"
	Amplitudeapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "amplitudeapikey"
	Anypoint                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "anypoint"
	Apacta                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apacta"
	Api2cart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "api2cart"
	ApideckSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apideck_secret"
	ApideckUser                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apideck_user"
	Apiflash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apiflash"
	Apifonica                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apifonica"
	Apify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apify"
	Apimatic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apimatic"
	Apiscience                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apiscience"
	Apollo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apollo"
	Appcues                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "appcues"
	Appfollow                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "appfollow"
	Application                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "application"
	Appsynergy                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "appsynergy"
	Apptivo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "apptivo"
	AreaCode                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "area_code"
	ArtifactorySecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "artifactory_secret"
	Artsy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "artsy"
	AsanaClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "asana_client_id"
	AsanaClientSecret               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "asana_client_secret"
	Asanaoauth                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "asanaoauth"
	Asanapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "asanapersonalaccesstoken"
	Assemblyai                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "assemblyai"
	AtlassianApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "atlassian_api_token"
	Audd                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "audd"
	Auth0managementapitoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "auth0managementapitoken"
	Authentication                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "authentication"
	Author                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "author"
	AuthorizationCode               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "authorization_code"
	AuthressServiceClientAccessKey  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "authress_service_client_access_key"
	Autodesk                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "autodesk"
	Autoklose                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "autoklose"
	Autopilot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "autopilot"
	Avazapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "avazapersonalaccesstoken"
	Aviationstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aviationstack"
	AwsAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aws_access_token"
	AwsMwsId                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aws_mws_id"
	AwsSecretKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aws_secret_key"
	Axonaut                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "axonaut"
	Aylien                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "aylien"
	Ayrshare                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ayrshare"
	Bank                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bank"
	BankAccount                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bank_account"
	BankCard                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bank_card"
	Bannerbear                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bannerbear"
	Baremetrics                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "baremetrics"
	Base64                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "base64"
	Baseapiio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "baseapiio"
	Bcrypt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bcrypt"
	BeamerApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "beamer_api_token"
	Bearer                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bearer"
	BearerUuid                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bearer_uuid"
	Beebole                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "beebole"
	Besttime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "besttime"
	Billomat                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "billomat"
	Bitbar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitbar"
	BitbucketClientId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitbucket_client_id"
	BitbucketClientSecret           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitbucket_client_secret"
	Bitcoin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitcoin"
	Bitcoinaverage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitcoinaverage"
	Bitfinex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitfinex"
	Bitlyaccesstoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitlyaccesstoken"
	Bitmex                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bitmex"
	BittrexAccessKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bittrex_access_key"
	BittrexSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bittrex_secret_key"
	Blazemeter                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "blazemeter"
	Blitapp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "blitapp"
	Blogger                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "blogger"
	BodyType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "body_type"
	Bombbomb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bombbomb"
	Boolean                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "boolean"
	BooleanWannabe                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "boolean_wannabe"
	Boostnote                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "boostnote"
	Borgbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "borgbase"
	Brandfetch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "brandfetch"
	Browshot                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "browshot"
	Buddyns                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "buddyns"
	Bugherd                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bugherd"
	Bugsnag                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bugsnag"
	Building                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "building"
	Buildkite                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "buildkite"
	Bulbul                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "bulbul"
	BusinessType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "business_type"
	Buttercms                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "buttercms"
	Caflou                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "caflou"
	Calendarific                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "calendarific"
	Calendlyapikey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "calendlyapikey"
	Calorieninja                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "calorieninja"
	Campayn                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "campayn"
	Cannyio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cannyio"
	Capsulecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "capsulecrm"
	Captaindata                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "captaindata"
	Carboninterface                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "carboninterface"
	CardType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "card_type"
	Carrier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "carrier"
	Cashboard                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cashboard"
	Caspio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "caspio"
	Category                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "category"
	Censys                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "censys"
	Centralstationcrm               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "centralstationcrm"
	Cexio                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cexio"
	Chatfule                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "chatfule"
	Checio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "checio"
	Checklyhq                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "checklyhq"
	Checkvist                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "checkvist"
	Cicero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cicero"
	Circleci                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "circleci"
	City                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "city"
	Clearbit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clearbit"
	Clickhelp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clickhelp"
	Cliengo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cliengo"
	Clinchpad                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clinchpad"
	Clockify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clockify"
	Clockworksms                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clockworksms"
	ClojarsApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clojars_api_token"
	Closecrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "closecrm"
	Cloudelements                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudelements"
	Cloudflareapitoken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudflareapitoken"
	Cloudflarecakey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudflarecakey"
	Cloudflareglobalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudflareglobalapikey"
	Cloudimage                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudimage"
	Cloudmersive                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudmersive"
	Cloudplan                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloudplan"
	Cloverly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloverly"
	Cloze                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cloze"
	Clustdoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "clustdoc"
	Codacy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "codacy"
	CodecovAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "codecov_access_token"
	Coinapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "coinapi"
	CoinbaseAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "coinbase_access_token"
	Coinlayer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "coinlayer"
	Coinlib                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "coinlib"
	Column                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "column"
	Command                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "command"
	Commercejs                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "commercejs"
	CommitHash                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "commit_hash"
	Commodities                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "commodities"
	Companyhub                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "companyhub"
	ConfirmationCode                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "confirmation_code"
	ConfluentAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "confluent_access_token"
	ConfluentSecretKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "confluent_secret_key"
	ContentType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "content_type"
	ContentfulDeliveryApiToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "contentful_delivery_api_token"
	Contentfulpersonalaccesstoken   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "contentfulpersonalaccesstoken"
	Convertkit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "convertkit"
	Convier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "convier"
	Country                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "country"
	CountryCode                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "country_code"
	Countrylayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "countrylayer"
	County                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "county"
	CouponCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "coupon_code"
	Courier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "courier"
	Coveralls                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "coveralls"
	CreditCardNumber                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "credit_card_number"
	Crowdin                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "crowdin"
	Cryptocompare                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cryptocompare"
	Cuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cuid"
	CurrencyCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "currency_code"
	Currencycloud                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "currencycloud"
	Currencyfreaks                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "currencyfreaks"
	Currencylayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "currencylayer"
	Currencyscoop                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "currencyscoop"
	Currentsapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "currentsapi"
	Customerguru                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "customerguru"
	Customerio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "customerio"
	Cvv                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "cvv"
	D7network                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "d7network"
	Dailyco                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dailyco"
	Dandelion                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dandelion"
	Dash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dash"
	DatabricksApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "databricks_api_token"
	DatadogAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "datadog_access_token"
	Datadogtoken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "datadogtoken"
	Datafire                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "datafire"
	Datagov                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "datagov"
	Date                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "date"
	Datetime                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "datetime"
	Debounce                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "debounce"
	Deepai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "deepai"
	Deepgram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "deepgram"
	DefinedNetworkingApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "defined_networking_api_token"
	Delighted                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "delighted"
	DeliveryMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "delivery_method"
	DepartmentName                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "department_name"
	Detectlanguage                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "detectlanguage"
	DeviceName                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "device_name"
	DeviceType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "device_type"
	Dfuse                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dfuse"
	Did                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "did"
	Diffbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "diffbot"
	DigitaloceanAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "digitalocean_access_token"
	DigitaloceanPat                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "digitalocean_pat"
	DigitaloceanRefreshToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "digitalocean_refresh_token"
	Digitaloceantoken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "digitaloceantoken"
	Directory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "directory"
	Discount                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "discount"
	Ditto                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ditto"
	Dnscheck                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dnscheck"
	DockerHubPrivateAccessToken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "docker_hub_private_access_token"
	DocumentType                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "document_type"
	Documo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "documo"
	Domain                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "domain"
	DopplerApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "doppler_api_token"
	Dotmailer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dotmailer"
	Dovico                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dovico"
	DrivingLicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "driving_license"
	Dronahq                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dronahq"
	DroneciAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "droneci_access_token"
	DropboxApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dropbox_api_token"
	DropboxLongLivedApiToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dropbox_long_lived_api_token"
	DropboxShortLivedApiToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dropbox_short_lived_api_token"
	DuffelApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "duffel_api_token"
	Duration                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "duration"
	Dwolla                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dwolla"
	Dynalist                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dynalist"
	DynatraceApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dynatrace_api_token"
	Dyspatch                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "dyspatch"
	ECommerceIndicator              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "e_commerce_indicator"
	Eagleeyenetworks                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "eagleeyenetworks"
	Easyinsight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "easyinsight"
	EasypostApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "easypost_api_token"
	EasypostTestApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "easypost_test_api_token"
	Edamam                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "edamam"
	Edenai                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "edenai"
	Eightxeight                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "eightxeight"
	Elasticemail                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "elasticemail"
	Email                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "email"
	Enablex                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "enablex"
	Enigma                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "enigma"
	Environment                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "environment"
	Ethereum                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ethereum"
	Ethplorer                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ethplorer"
	EtsyAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "etsy_access_token"
	Etsyapikey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "etsyapikey"
	EventType                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "event_type"
	Everhour                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "everhour"
	Exchangerateapi                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "exchangerateapi"
	Exchangeratesapi                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "exchangeratesapi"
	Facebook                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "facebook"
	Facebookoauth                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "facebookoauth"
	Faceplusplus                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "faceplusplus"
	Fakejson                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fakejson"
	Fastforex                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fastforex"
	FastlyApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fastly_api_token"
	Fastlypersonaltoken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fastlypersonaltoken"
	Fee                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fee"
	Feedier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "feedier"
	Fetchrss                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fetchrss"
	Figmapersonalaccesstoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "figmapersonalaccesstoken"
	File                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "file"
	Fileio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fileio"
	Finage                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "finage"
	Financialmodelingprep           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "financialmodelingprep"
	Findl                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "findl"
	FinicityApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "finicity_api_token"
	FinicityClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "finicity_client_secret"
	FinnhubAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "finnhub_access_token"
	Fixerio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fixerio"
	Flatio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flatio"
	Fleetbase                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fleetbase"
	FlickrAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flickr_access_token"
	Flightapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flightapi"
	Flightstats                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flightstats"
	Float                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "float"
	Flowflu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flowflu"
	FlutterwaveEncryptionKey        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flutterwave_encryption_key"
	FlutterwavePublicKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flutterwave_public_key"
	FlutterwaveSecretKey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "flutterwave_secret_key"
	Fmfw                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fmfw"
	Form                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "form"
	Formbucket                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "formbucket"
	Formio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "formio"
	Foursquare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "foursquare"
	FrameioApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "frameio_api_token"
	FrenchPhone                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "french_phone"
	FreshbooksAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "freshbooks_access_token"
	Freshdesk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "freshdesk"
	Front                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "front"
	Fulcrum                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fulcrum"
	Fullstory                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fullstory"
	Func                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "func"
	Fusebill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fusebill"
	Fxmarket                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "fxmarket"
	GcpApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gcp_api_key"
	Geckoboard                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "geckoboard"
	Gender                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gender"
	GenericApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "generic_api_key"
	Gengo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gengo"
	Geoapify                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "geoapify"
	Geocode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "geocode"
	Geocodify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "geocodify"
	Geocodio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "geocodio"
	Geoipifi                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "geoipifi"
	Getemail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "getemail"
	Getemails                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "getemails"
	Getgeoapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "getgeoapi"
	Getgist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "getgist"
	Getsandbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "getsandbox"
	GithubAppToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "github_app_token"
	GithubFineGrainedPat            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "github_fine_grained_pat"
	GithubOauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "github_oauth"
	GithubPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "github_pat"
	GithubRefreshToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "github_refresh_token"
	Githubapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "githubapp"
	GitlabPat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gitlab_pat"
	GitlabPtt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gitlab_ptt"
	GitlabRrt                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gitlab_rrt"
	Gitlabv2                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gitlabv2"
	GitterAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gitter_access_token"
	Glassnode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "glassnode"
	Gocanvas                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gocanvas"
	GocardlessApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gocardless_api_token"
	Goodday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "goodday"
	GoogleApiPublicKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "google_api_public_key"
	GrafanaApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "grafana_api_key"
	GrafanaCloudApiToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "grafana_cloud_api_token"
	GrafanaServiceAccountToken      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "grafana_service_account_token"
	Graphcms                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "graphcms"
	Graphhopper                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "graphhopper"
	Groovehq                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "groovehq"
	Guardianapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "guardianapi"
	Guru                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "guru"
	Gyazo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "gyazo"
	Happi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "happi"
	Happyscribe                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "happyscribe"
	Harvest                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "harvest"
	Hash                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hash"
	HashicorpTfApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hashicorp_tf_api_token"
	Hellosign                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hellosign"
	Helpcrunch                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "helpcrunch"
	Helpscout                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "helpscout"
	Hereapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hereapi"
	HerokuApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "heroku_api_key"
	HexColorCode                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hex_color_code"
	Hexadecimal                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hexadecimal"
	Hive                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hive"
	Hiveage                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hiveage"
	Holidayapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "holidayapi"
	Host                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "host"
	HouseNumber                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "house_number"
	Hsl                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hsl"
	Hsla                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hsla"
	Html2pdf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "html2pdf"
	HtmlBody                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "html_body"
	HttpMethod                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "http_method"
	HubspotApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hubspot_api_key"
	Hubspotapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hubspotapikey"
	HuggingfaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "huggingface_access_token"
	HuggingfaceOrganizationApiToken PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "huggingface_organization_api_token"
	Humanity                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "humanity"
	Hunter                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hunter"
	Hypertrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "hypertrack"
	Ibmclouduserkey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ibmclouduserkey"
	Iconfinder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "iconfinder"
	Id                              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "id"
	IdentityNumber                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "identity_number"
	Iexcloud                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "iexcloud"
	Imagekit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "imagekit"
	Imagga                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "imagga"
	Impala                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "impala"
	InfracostApiToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "infracost_api_token"
	Injection                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "injection"
	Insightly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "insightly"
	InstagramOauth                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "instagram_oauth"
	Integer                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "integer"
	Integer32                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "integer32"
	Integer64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "integer64"
	Integromat                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "integromat"
	IntercomApiKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "intercom_api_key"
	Intrinio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "intrinio"
	Invoiceocean                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "invoiceocean"
	Ipapi                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipapi"
	IpcPatent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipc_patent"
	Ipgeolocation                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipgeolocation"
	Ipify                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipify"
	Ipinfodb                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipinfodb"
	Ipquality                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipquality"
	IpstackToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipstack_token"
	Ipv4                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipv4"
	Ipv6                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ipv6"
	Isbn                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "isbn"
	Item                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "item"
	Jdbc                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jdbc"
	JfrogApiKey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jfrog_api_key"
	JfrogIdentityToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jfrog_identity_token"
	Jiratoken                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jiratoken"
	Join                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "join"
	Jotform                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jotform"
	Json                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "json"
	Jumpcloud                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jumpcloud"
	Juro                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "juro"
	Jwt                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jwt"
	JwtBase64                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "jwt_base64"
	Kanban                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kanban"
	Karmacrm                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "karmacrm"
	Keenio                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "keenio"
	KeyKms                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "key_kms"
	Kickbox                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kickbox"
	Klipfolio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "klipfolio"
	Kontent                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kontent"
	KrakenAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kraken_access_token"
	KucoinAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kucoin_access_token"
	KucoinSecretKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kucoin_secret_key"
	Kylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "kylas"
	LanguageIso6391                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "language_iso_639_1"
	LanguageIso6392                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "language_iso_639_2"
	Languagelayer                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "languagelayer"
	Lastfm                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lastfm"
	Latitude                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "latitude"
	LaunchdarklyAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "launchdarkly_access_token"
	Leadfeeder                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "leadfeeder"
	LegalName                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "legal_name"
	Lendflow                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lendflow"
	Lessannoyingcrm                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lessannoyingcrm"
	Lexigram                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lexigram"
	Limit                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "limit"
	LinearApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linear_api_key"
	LinearClientSecret              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linear_client_secret"
	Linearapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linearapi"
	Linemessaging                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linemessaging"
	Linenotify                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linenotify"
	LinkedinClientId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linkedin_client_id"
	LinkedinClientSecret            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "linkedin_client_secret"
	Liveagent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "liveagent"
	Livestorm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "livestorm"
	LlmInput                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "llm_input"
	LobApiKey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lob_api_key"
	LobPubApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lob_pub_api_key"
	Locale                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "locale"
	Location                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "location"
	Locationiq                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "locationiq"
	Loginradius                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "loginradius"
	Lokalisetoken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "lokalisetoken"
	Long                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "long"
	Longitude                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "longitude"
	Loyverse                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "loyverse"
	Luno                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "luno"
	M3o                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "m3o"
	Mac                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mac"
	Macaddress                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "macaddress"
	Madkudu                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "madkudu"
	Magnetic                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "magnetic"
	Mailboxlayer                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailboxlayer"
	MailchimpApiKey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailchimp_api_key"
	Mailerlite                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailerlite"
	MailgunPrivateApiToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailgun_private_api_token"
	MailgunPubKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailgun_pub_key"
	MailgunSigningKey               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailgun_signing_key"
	Mailjetbasicauth                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailjetbasicauth"
	Mailjetsms                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailjetsms"
	Mailmodo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailmodo"
	Mailsac                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mailsac"
	Mandrill                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mandrill"
	Manifest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "manifest"
	MapboxApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mapbox_api_token"
	Mapquest                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mapquest"
	Marketstack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "marketstack"
	Mask                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mask"
	MattermostAccessToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mattermost_access_token"
	Mattermostpersonaltoken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mattermostpersonaltoken"
	Mavenlink                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mavenlink"
	Maxmindlicense                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "maxmindlicense"
	Md5                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "md5"
	Meaningcloud                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "meaningcloud"
	Mediastack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mediastack"
	Meistertask                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "meistertask"
	Merchant                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "merchant"
	Mesibo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mesibo"
	MessagebirdApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "messagebird_api_token"
	MessagebirdClientId             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "messagebird_client_id"
	Metaapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "metaapi"
	Metrilo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "metrilo"
	MicrosoftTeamsWebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "microsoft_teams_webhook"
	Microsoftteamswebhook           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "microsoftteamswebhook"
	Midise                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "midise"
	MimeType                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mime_type"
	Mindmeister                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mindmeister"
	Mite                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mite"
	Mixmax                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mixmax"
	Mixpanel                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mixpanel"
	Moderation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "moderation"
	Monday                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "monday"
	Monero                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "monero"
	MongoDbObjectId                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mongo_db_object_id"
	Month                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "month"
	Moonclerck                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "moonclerck"
	Moonclerk                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "moonclerk"
	Moosend                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "moosend"
	Mrticktock                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "mrticktock"
	Myfreshworks                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "myfreshworks"
	Myintervals                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "myintervals"
	Nasdaqdatalink                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nasdaqdatalink"
	Navigation                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "navigation"
	Nethunt                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nethunt"
	NetlifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "netlify_access_token"
	Neutrinoapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "neutrinoapi"
	NewRelicBrowserApiToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "new_relic_browser_api_token"
	NewRelicUserApiId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "new_relic_user_api_id"
	NewRelicUserApiKey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "new_relic_user_api_key"
	Newrelicpersonalapikey          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "newrelicpersonalapikey"
	Newsapi                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "newsapi"
	Newscatcher                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "newscatcher"
	Nexmoapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nexmoapikey"
	Nftport                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nftport"
	Nicereply                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nicereply"
	Nimble                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nimble"
	Nitro                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nitro"
	Noticeable                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "noticeable"
	Notion                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "notion"
	Nozbeteams                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nozbeteams"
	NpmAccessToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "npm_access_token"
	Numverify                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "numverify"
	Nutritionix                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nutritionix"
	Nylas                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nylas"
	NytimesAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "nytimes_access_token"
	Oanda                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "oanda"
	Offset                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "offset"
	OktaAccessToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "okta_access_token"
	Omnisend                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "omnisend"
	Onedesk                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "onedesk"
	Onelogin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "onelogin"
	Onepagecrm                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "onepagecrm"
	Onwaterio                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "onwaterio"
	Oopspam                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "oopspam"
	OpenaiApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "openai_api_key"
	Opencagedata                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "opencagedata"
	Opengraphr                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "opengraphr"
	Openuv                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "openuv"
	Openweather                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "openweather"
	Optimizely                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "optimizely"
	Organization                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "organization"
	Owlbot                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "owlbot"
	Pagerdutyapikey                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pagerdutyapikey"
	Pandadoc                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pandadoc"
	Pandascore                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pandascore"
	Paralleldots                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "paralleldots"
	Partnerstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "partnerstack"
	Passbase                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "passbase"
	Passport                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "passport"
	Password                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "password"
	Pastebin                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pastebin"
	Paymoapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "paymoapp"
	Paymongo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "paymongo"
	Paypaloauth                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "paypaloauth"
	Paystack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "paystack"
	Pdflayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pdflayer"
	Pdfshift                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pdfshift"
	Peopledatalabs                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "peopledatalabs"
	Pepipost                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pepipost"
	Permission                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "permission"
	Phone                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "phone"
	PinCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pin_code"
	Pipedream                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pipedream"
	Pipedrive                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pipedrive"
	Pivotaltracker                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pivotaltracker"
	Pixabay                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pixabay"
	PlaidApiToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "plaid_api_token"
	PlaidClientId                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "plaid_client_id"
	PlaidSecretKey                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "plaid_secret_key"
	Plaidkey                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "plaidkey"
	Plan                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "plan"
	PlanetscaleApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "planetscale_api_token"
	PlanetscaleOauthToken           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "planetscale_oauth_token"
	PlanetscalePassword             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "planetscale_password"
	Planviewleankit                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "planviewleankit"
	Planyo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "planyo"
	Plivo                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "plivo"
	Policy                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "policy"
	Poloniex                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "poloniex"
	Polygon                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "polygon"
	Port                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "port"
	Position                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "position"
	Positionstack                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "positionstack"
	Postageapp                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "postageapp"
	Posthog                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "posthog"
	PostmanApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "postman_api_token"
	Postmark                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "postmark"
	Powrbot                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "powrbot"
	PrefectApiToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "prefect_api_token"
	Price                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "price"
	PrivateKey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "private_key"
	Privatekey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "privatekey"
	Prospectcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "prospectcrm"
	Prospectio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "prospectio"
	Protocol                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "protocol"
	Protocolsio                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "protocolsio"
	Proxycrawl                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "proxycrawl"
	Pubnubpublishkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pubnubpublishkey"
	PulumiApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pulumi_api_token"
	Purestake                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "purestake"
	Pushbulletapikey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pushbulletapikey"
	Pusherchannelkey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pusherchannelkey"
	PypiUploadToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "pypi_upload_token"
	Qualaroo                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "qualaroo"
	Qubole                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "qubole"
	Quickmetrics                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "quickmetrics"
	RapidapiAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rapidapi_access_token"
	Raven                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "raven"
	Rawg                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rawg"
	Razorpay                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "razorpay"
	ReadmeApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "readme_api_token"
	Reallysimplesystems             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "reallysimplesystems"
	ReasonCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "reason_code"
	Rebrandly                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rebrandly"
	Reference                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "reference"
	Refiner                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "refiner"
	Region                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "region"
	Repairshopr                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "repairshopr"
	Restpack                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "restpack"
	Restpackhtmltopdfapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "restpackhtmltopdfapi"
	Restpackscreenshotapi           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "restpackscreenshotapi"
	ReturnType                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "return_type"
	Rev                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rev"
	Revampcrm                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "revampcrm"
	Rgb                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rgb"
	Rgba                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rgba"
	Ringcentral                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ringcentral"
	Ritekit                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ritekit"
	Roaring                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "roaring"
	Rocketreach                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rocketreach"
	Role                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "role"
	Roninapp                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "roninapp"
	Room                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "room"
	Route4me                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "route4me"
	Rownd                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rownd"
	RubygemsApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "rubygems_api_token"
	Runrunit                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "runrunit"
	Salesblink                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "salesblink"
	Salescookie                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "salescookie"
	Salesflare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "salesflare"
	Satismeterprojectkey            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "satismeterprojectkey"
	Satismeterwritekey              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "satismeterwritekey"
	Saucelabs                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "saucelabs"
	Scalewaykey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scalewaykey"
	ScalingoApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scalingo_api_token"
	Scrapeowl                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scrapeowl"
	Scraperapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scraperapi"
	Scraperbox                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scraperbox"
	Scrapersite                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scrapersite"
	Scrapestack                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scrapestack"
	Scrapfly                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scrapfly"
	Scrapingant                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scrapingant"
	Scrapingbee                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "scrapingbee"
	Screenshotapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "screenshotapi"
	Screenshotlayer                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "screenshotlayer"
	Search                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "search"
	Secret                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "secret"
	Securitytrails                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "securitytrails"
	Segmentapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "segmentapikey"
	Selectpdf                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "selectpdf"
	Semaphore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "semaphore"
	SendbirdAccessId                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sendbird_access_id"
	SendbirdAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sendbird_access_token"
	Sendbirdorganizationapi         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sendbirdorganizationapi"
	SendgridApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sendgrid_api_token"
	SendinblueApiToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sendinblue_api_token"
	Sendinbluev2                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sendinbluev2"
	Sentiment                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sentiment"
	SentryAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sentry_access_token"
	Sentrytoken                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sentrytoken"
	SerialNumber                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "serial_number"
	Serphouse                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "serphouse"
	Serpstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "serpstack"
	Sha1                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sha1"
	Sha256                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sha256"
	Sheety                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sheety"
	Sherpadesk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sherpadesk"
	Shipday                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shipday"
	ShippingMethod                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shipping_method"
	ShippoApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shippo_api_token"
	Shodankey                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shodankey"
	ShopifyAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shopify_access_token"
	ShopifyCustomAccessToken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shopify_custom_access_token"
	ShopifyPrivateAppAccessToken    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shopify_private_app_access_token"
	ShopifySharedSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shopify_shared_secret"
	Shortcut                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shortcut"
	Shotstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shotstack"
	Shutterstock                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shutterstock"
	Shutterstockoauth               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "shutterstockoauth"
	SidekiqSecret                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sidekiq_secret"
	SidekiqSensitiveUrl             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sidekiq_sensitive_url"
	Signalwire                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "signalwire"
	Signaturit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "signaturit"
	Signupgenius                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "signupgenius"
	Sigopt                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sigopt"
	Simplesat                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "simplesat"
	Simplynoted                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "simplynoted"
	Simvoly                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "simvoly"
	Sinchmessage                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sinchmessage"
	Sirv                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sirv"
	Siteleaf                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "siteleaf"
	Skrappio                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "skrappio"
	Skybiometry                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "skybiometry"
	SlackAppToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_app_token"
	SlackBotToken                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_bot_token"
	SlackConfigAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_config_access_token"
	SlackConfigRefreshToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_config_refresh_token"
	SlackLegacyBotToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_legacy_bot_token"
	SlackLegacyToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_legacy_token"
	SlackLegacyWorkspaceToken       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_legacy_workspace_token"
	SlackUserToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_user_token"
	SlackWebhookUrl                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slack_webhook_url"
	Slackwebhook                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slackwebhook"
	Slug                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "slug"
	Smartsheets                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "smartsheets"
	Smartystreets                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "smartystreets"
	Smooch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "smooch"
	Snipcart                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "snipcart"
	SnykApiToken                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "snyk_api_token"
	Snykkey                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "snykkey"
	SocialSecurityNumber            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "social_security_number"
	SoftwareComponent               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "software_component"
	Sparkpost                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sparkpost"
	Splunkobservabilitytoken        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "splunkobservabilitytoken"
	Spoonacular                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "spoonacular"
	Sportsmonk                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sportsmonk"
	Spotifykey                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "spotifykey"
	SquareAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "square_access_token"
	Squareapp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "squareapp"
	SquarespaceAccessToken          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "squarespace_access_token"
	Squareup                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "squareup"
	SshUrl                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ssh_url"
	Sslmate                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sslmate"
	Status                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "status"
	StatusCode                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "status_code"
	StatusMessage                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "status_message"
	Stitchdata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "stitchdata"
	Stockdata                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "stockdata"
	Storecove                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "storecove"
	Stormglass                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "stormglass"
	Storyblok                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "storyblok"
	Storychief                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "storychief"
	Strava                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "strava"
	Streak                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "streak"
	StreetAddress                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "street_address"
	String                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "string"
	StripeAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "stripe_access_token"
	StripePublicAccessToken         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "stripe_public_access_token"
	Stytch                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "stytch"
	Sugester                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sugester"
	SumologicAccessId               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sumologic_access_id"
	SumologicAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sumologic_access_token"
	Sumologickey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "sumologickey"
	Supernotesapi                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "supernotesapi"
	Surveyanyplace                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "surveyanyplace"
	Surveybot                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "surveybot"
	Surveysparrow                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "surveysparrow"
	Survicate                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "survicate"
	Swell                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "swell"
	Swiftype                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "swiftype"
	Tallyfy                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tallyfy"
	Tatumio                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tatumio"
	Taxjar                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "taxjar"
	Teamgate                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "teamgate"
	Teamworkcrm                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "teamworkcrm"
	Teamworkdesk                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "teamworkdesk"
	Teamworkspaces                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "teamworkspaces"
	Technicalanalysisapi            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "technicalanalysisapi"
	TelegramBotApiToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "telegram_bot_api_token"
	Telegrambottoken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "telegrambottoken"
	Telnyx                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "telnyx"
	Terraformcloudpersonaltoken     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "terraformcloudpersonaltoken"
	Text2data                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "text2data"
	Textmagic                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "textmagic"
	Theoddsapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "theoddsapi"
	Thinkific                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "thinkific"
	Thousandeyes                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "thousandeyes"
	Ticketmaster                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ticketmaster"
	Tiingo                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tiingo"
	Time                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "time"
	Timestamp                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "timestamp"
	Timezoneapi                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "timezoneapi"
	Title                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "title"
	Tmetric                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tmetric"
	Todoist                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "todoist"
	Toggltrack                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "toggltrack"
	Tomorrowio                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tomorrowio"
	Tomtom                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tomtom"
	Tradier                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tradier"
	Travelpayouts                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "travelpayouts"
	TravisciAccessToken             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "travisci_access_token"
	Trelloapikey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "trelloapikey"
	Tru                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tru"
	Twelvedata                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twelvedata"
	TwilioApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twilio_api_key"
	TwitchApiToken                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twitch_api_token"
	TwitterAccessSecret             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twitter_access_secret"
	TwitterAccessToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twitter_access_token"
	TwitterApiKey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twitter_api_key"
	TwitterApiSecret                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twitter_api_secret"
	TwitterBearerToken              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "twitter_bearer_token"
	Tyntec                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "tyntec"
	TypeformApiToken                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "typeform_api_token"
	Ubidots                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "ubidots"
	Unifyid                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "unifyid"
	Unplugg                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "unplugg"
	UnsanitizedPayload              PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "unsanitized_payload"
	Unsplash                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "unsplash"
	Upcdatabase                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "upcdatabase"
	Uplead                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "uplead"
	Uploadcare                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "uploadcare"
	Upwave                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "upwave"
	Uri                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "uri"
	Url                             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "url"
	Urlscan                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "urlscan"
	UsBankAccountNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "us_bank_account_number"
	UsBankRoutingNumber             PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "us_bank_routing_number"
	UsZipCode                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "us_zip_code"
	UserAgent                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "user_agent"
	Username                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "username"
	Userstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "userstack"
	Uuid                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "uuid"
	Vatlayer                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vatlayer"
	VaultBatchToken                 PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vault_batch_token"
	VaultServiceToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vault_service_token"
	VehicleType                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vehicle_type"
	Vercel                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vercel"
	Verifier                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "verifier"
	Verimail                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "verimail"
	Version                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "version"
	Versioneye                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "versioneye"
	View                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "view"
	Viewneo                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "viewneo"
	Virustotal                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "virustotal"
	Visualcrossing                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "visualcrossing"
	Voicegain                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "voicegain"
	Vouchery                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vouchery"
	Vpnapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vpnapi"
	Vultrapikey                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vultrapikey"
	Vyte                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "vyte"
	Walkscore                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "walkscore"
	Weatherbit                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "weatherbit"
	Weatherstack                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "weatherstack"
	Webex                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "webex"
	Webflow                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "webflow"
	Webscraper                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "webscraper"
	Webscraping                     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "webscraping"
	Website                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "website"
	Wepay                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "wepay"
	Whoxy                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "whoxy"
	Worksnaps                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "worksnaps"
	Workstack                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "workstack"
	Worldcoinindex                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "worldcoinindex"
	Worldweather                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "worldweather"
	Wrike                           PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "wrike"
	YandexAccessToken               PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "yandex_access_token"
	YandexApiKey                    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "yandex_api_key"
	YandexAwsAccessToken            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "yandex_aws_access_token"
	Year                            PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "year"
	Youneedabudget                  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "youneedabudget"
	Yousign                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "yousign"
	Youtubeapikey                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "youtubeapikey"
	Zapierwebhook                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zapierwebhook"
	ZendeskSecretKey                PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zendesk_secret_key"
	Zendeskapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zendeskapi"
	Zenkitapi                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zenkitapi"
	Zenscrape                       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zenscrape"
	Zenserp                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zenserp"
	Zeplin                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zeplin"
	Zerobounce                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zerobounce"
	ZipCode                         PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zip_code"
	Zipapi                          PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zipapi"
	Zipbooks                        PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zipbooks"
	Zipcodeapi                      PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zipcodeapi"
	Zonkafeedback                   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot = "zonkafeedback"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger17TypeIsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18 added in v0.0.27

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18InTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18In.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsCONNECT PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "CONNECT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsDELETE  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsGET     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "GET"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsHEAD    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "HEAD"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsOPTIONS PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "OPTIONS"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsPATCH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "PATCH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsPOST    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "POST"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsPUT     PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "PUT"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18IsTRACE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is = "TRACE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger18Is.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19 struct {
	And []interface{}                                                                           `json:"and"`
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19If `json:"if"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19IfAnd PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19If = "and"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger19If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IfHelpersRequestCrud PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1If = "helpers.request.crud"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1InCREATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In = "CREATE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1InDELETE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1InREAD   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In = "READ"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1InUPDATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In = "UPDATE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1In.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsCREATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is = "CREATE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsDELETE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsREAD   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is = "READ"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsUPDATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is = "UPDATE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1Is.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNotCREATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot = "CREATE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNotDELETE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot = "DELETE"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNotREAD   PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot = "READ"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNotUPDATE PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot = "UPDATE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger1IsNot.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2 struct {
	Gt    *float32                                                                               `json:"gt,omitempty"`
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2If `json:"if"`
	In    *[]float32                                                                             `json:"in,omitempty"`
	Is    *float32                                                                               `json:"is,omitempty"`
	IsNot *float32                                                                               `json:"is_not,omitempty"`
	Lt    *float32                                                                               `json:"lt,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20 struct {
	If PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20If `json:"if"`
	Or []interface{}                                                                           `json:"or"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20IfOr PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20If = "or"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger20If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21 struct {
	If  PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21If `json:"if"`
	Not *interface{}                                                                            `json:"not"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21IfNot PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21If = "not"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger21If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2IfResponseStatusCode PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2If = "response.status_code"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger2If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3 struct {
	Gt    *float32                                                                               `json:"gt,omitempty"`
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3If `json:"if"`
	In    *[]float32                                                                             `json:"in,omitempty"`
	Is    *float32                                                                               `json:"is,omitempty"`
	IsNot *float32                                                                               `json:"is_not,omitempty"`
	Lt    *float32                                                                               `json:"lt,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3IfResponseDurationMs PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3If = "response.duration_ms"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger3If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4If `json:"if"`
	Is    *bool                                                                                  `json:"is,omitempty"`
	IsNot *bool                                                                                  `json:"is_not,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4IfSchemaNeedAuthentication PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4If = "schema.need_authentication"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger4If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5If `json:"if"`
	Is    *bool                                                                                  `json:"is,omitempty"`
	IsNot *bool                                                                                  `json:"is_not,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5IfRequestIsAuthenticated PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5If = "request.is_authenticated"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger5If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6 struct {
	Contains *string                                                                                `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6If `json:"if"`
	In       *[]string                                                                              `json:"in,omitempty"`
	Is       *string                                                                                `json:"is,omitempty"`
	IsNot    *string                                                                                `json:"is_not,omitempty"`
	Regex    *string                                                                                `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger6If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7 struct {
	If    PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7If `json:"if"`
	Is    *bool                                                                                  `json:"is,omitempty"`
	IsNot *bool                                                                                  `json:"is_not,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7If defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7IfHelpersResponseIsSuccessful PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7If = "helpers.response.is_successful"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger7If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8 struct {
	Contains *string                                                                                `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8If `json:"if"`
	In       *[]string                                                                              `json:"in,omitempty"`
	Is       *string                                                                                `json:"is,omitempty"`
	IsNot    *string                                                                                `json:"is_not,omitempty"`
	Regex    *string                                                                                `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger8If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9 added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9 struct {
	Contains *string                                                                                `json:"contains,omitempty"`
	If       PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9If `json:"if"`
	In       *[]string                                                                              `json:"in,omitempty"`
	Is       *string                                                                                `json:"is,omitempty"`
	IsNot    *string                                                                                `json:"is_not,omitempty"`
	Regex    *string                                                                                `json:"regex,omitempty"`
}

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9 defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9If added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9If string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9If defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideCustomRulesTransformTrigger9If.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalInitiator added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalInitiator string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalInitiator defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalInitiator.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalOracleIteratorIterator added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalOracleIteratorIterator string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalOracleIteratorIterator defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideInternalOracleIteratorIterator.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanApiType added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanApiType string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanApiType defines parameters for PostApplicationsIdStartScan.

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanApiType.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanProfile added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanProfile string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanProfile defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity defines parameters for PostApplicationsIdStartScan.

const (
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivityHIGH   PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity = "HIGH"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivityLOW    PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity = "LOW"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivityMEDIUM PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity = "MEDIUM"
	PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivityNONE   PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity = "NONE"
)

Defines values for PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsSensitivity.

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsStrategy added in v0.0.27

type PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsStrategy string

PostApplicationsIdStartScanJSONBodyConfigurationOverrideScanScalarsStrategy defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_10_Injections added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_10_Injections struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_10_Injections defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Injections added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Injections struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Injections defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Users_Actions_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Users_Actions_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_11_Users_Actions_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Presets_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Injections added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Injections struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Injections defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_1_Extractions added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_1_Extractions struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_1_Extractions defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_2_Extractions added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_2_Extractions struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_2_Extractions defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Extractions added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Extractions struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Extractions defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Parameters_Actions_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Parameters_Actions_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_3_Parameters_Actions_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_Authentication_Procedures_Operations_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_In_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_In_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_In_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_Is added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_Is struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_Is defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_IsNot struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_12_IsNot defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_In_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_In_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_In_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_Is added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_Is struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_Is defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_IsNot struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_13_IsNot defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Detect_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Seed_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Seed_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Seed_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Mutate_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Mutate_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Mutate_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_In_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_In_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_In_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_Is added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_Is struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_Is defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_IsNot struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_12_IsNot defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_In_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_In_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_In_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_Is added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_Is struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_Is defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_IsNot added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_IsNot struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_13_IsNot defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_Item added in v0.0.27

type PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_Item struct {
	// contains filtered or unexported fields
}

PostApplicationsIdStartScanJSONBody_ConfigurationOverride_CustomRules_Transform_Trigger_Item defines parameters for PostApplicationsIdStartScan.

type PostApplicationsIdStartScanJSONRequestBody

type PostApplicationsIdStartScanJSONRequestBody PostApplicationsIdStartScanJSONBody

PostApplicationsIdStartScanJSONRequestBody defines body for PostApplicationsIdStartScan for application/json ContentType.

type PostApplicationsIdStartScanResponse

type PostApplicationsIdStartScanResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		CompletionRatio     float32                              `json:"completionRatio"`
		CreatedAt           time.Time                            `json:"createdAt"`
		CreatedSince        float32                              `json:"createdSince"`
		Duration            *float32                             `json:"duration"`
		Id                  openapi_types.UUID                   `json:"id"`
		ReadonlyAccessToken string                               `json:"readonlyAccessToken"`
		Status              PostApplicationsIdStartScan200Status `json:"status"`
	}
	JSON400 *struct {
		Error  string `json:"error"`
		Events *[]struct {
			Logline  string                                        `json:"logline"`
			Severity *PostApplicationsIdStartScan400EventsSeverity `json:"severity"`
		} `json:"events,omitempty"`
		Message string `json:"message"`
	}
	JSON500 *struct {
		Message string `json:"message"`
	}
}

func ParsePostApplicationsIdStartScanResponse

func ParsePostApplicationsIdStartScanResponse(rsp *http.Response) (*PostApplicationsIdStartScanResponse, error)

ParsePostApplicationsIdStartScanResponse parses an HTTP response from a PostApplicationsIdStartScanWithResponse call

func (PostApplicationsIdStartScanResponse) Status

Status returns HTTPResponse.Status

func (PostApplicationsIdStartScanResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostApplicationsIdUploadSchemaJSONBody

type PostApplicationsIdUploadSchemaJSONBody struct {
	Schema    *string `json:"schema,omitempty"`
	SchemaUrl *string `json:"schemaUrl,omitempty"`
}

PostApplicationsIdUploadSchemaJSONBody defines parameters for PostApplicationsIdUploadSchema.

type PostApplicationsIdUploadSchemaJSONRequestBody

type PostApplicationsIdUploadSchemaJSONRequestBody PostApplicationsIdUploadSchemaJSONBody

PostApplicationsIdUploadSchemaJSONRequestBody defines body for PostApplicationsIdUploadSchema for application/json ContentType.

type PostApplicationsIdUploadSchemaResponse

type PostApplicationsIdUploadSchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id openapi_types.UUID `json:"id"`
	}
	JSON400 *struct {
		Error   string         `json:"error"`
		Events  *[]interface{} `json:"events,omitempty"`
		Message string         `json:"message"`
	}
	JSON500 *struct {
		Message string `json:"message"`
	}
}

func ParsePostApplicationsIdUploadSchemaResponse

func ParsePostApplicationsIdUploadSchemaResponse(rsp *http.Response) (*PostApplicationsIdUploadSchemaResponse, error)

ParsePostApplicationsIdUploadSchemaResponse parses an HTTP response from a PostApplicationsIdUploadSchemaWithResponse call

func (PostApplicationsIdUploadSchemaResponse) Status

Status returns HTTPResponse.Status

func (PostApplicationsIdUploadSchemaResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostCreateApplicationJSONBody

type PostCreateApplicationJSONBody struct {
	Authentication *interface{} `json:"authentication"`

	// Cron The cron expression for the application. If not provided, the application will not be scheduled.
	Cron *string `json:"cron"`

	// DisableScheduling [DEPRECATED] Use the cron argument instead. This argument remains for compatibility with legacy usages of the API.
	DisableScheduling *bool                             `json:"disableScheduling,omitempty"`
	FullConfiguration *interface{}                      `json:"fullConfiguration"`
	Labels            *[]string                         `json:"labels,omitempty"`
	LocationId        *openapi_types.UUID               `json:"locationId,omitempty"`
	Name              string                            `json:"name"`
	OrganizationId    openapi_types.UUID                `json:"organizationId"`
	ReadWrite         bool                              `json:"readWrite"`
	Schema            *string                           `json:"schema,omitempty"`
	SchemaUrl         *string                           `json:"schemaUrl,omitempty"`
	ServerUrl         string                            `json:"serverUrl"`
	Type              PostCreateApplicationJSONBodyType `json:"type"`
}

PostCreateApplicationJSONBody defines parameters for PostCreateApplication.

type PostCreateApplicationJSONBodyType

type PostCreateApplicationJSONBodyType string

PostCreateApplicationJSONBodyType defines parameters for PostCreateApplication.

const (
	FRONTEND PostCreateApplicationJSONBodyType = "FRONTEND"
	GRAPHQL  PostCreateApplicationJSONBodyType = "GRAPHQL"
	REST     PostCreateApplicationJSONBodyType = "REST"
)

Defines values for PostCreateApplicationJSONBodyType.

type PostCreateApplicationJSONRequestBody

type PostCreateApplicationJSONRequestBody PostCreateApplicationJSONBody

PostCreateApplicationJSONRequestBody defines body for PostCreateApplication for application/json ContentType.

type PostCreateApplicationResponse

type PostCreateApplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Href     string             `json:"href"`
		Id       openapi_types.UUID `json:"id"`
		LastScan struct {
			ScanId openapi_types.UUID `json:"scanId"`
		} `json:"lastScan"`
		Name string `json:"name"`
	}
	JSON400 *struct {
		Error   string         `json:"error"`
		Events  *[]interface{} `json:"events,omitempty"`
		Message string         `json:"message"`
	}
	JSON500 *struct {
		Message string `json:"message"`
	}
}

func ParsePostCreateApplicationResponse

func ParsePostCreateApplicationResponse(rsp *http.Response) (*PostCreateApplicationResponse, error)

ParsePostCreateApplicationResponse parses an HTTP response from a PostCreateApplicationWithResponse call

func (PostCreateApplicationResponse) Status

Status returns HTTPResponse.Status

func (PostCreateApplicationResponse) StatusCode

func (r PostCreateApplicationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type UpdateAkamaiIntegration200Kind added in v0.0.27

type UpdateAkamaiIntegration200Kind string

type UpdateAkamaiIntegrationJSONBody added in v0.0.27

type UpdateAkamaiIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AccessToken  string `json:"access_token"`
		ClientSecret string `json:"client_secret"`
		ClientToken  string `json:"client_token"`
		Host         string `json:"host"`
	} `json:"parameters"`
}

UpdateAkamaiIntegrationJSONBody defines parameters for UpdateAkamaiIntegration.

type UpdateAkamaiIntegrationJSONRequestBody added in v0.0.27

type UpdateAkamaiIntegrationJSONRequestBody UpdateAkamaiIntegrationJSONBody

UpdateAkamaiIntegrationJSONRequestBody defines body for UpdateAkamaiIntegration for application/json ContentType.

type UpdateAkamaiIntegrationResponse added in v0.0.27

type UpdateAkamaiIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind UpdateAkamaiIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccessToken  string `json:"access_token"`
			ClientSecret string `json:"client_secret"`
			ClientToken  string `json:"client_token"`
			Host         string `json:"host"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateAkamaiIntegrationResponse added in v0.0.27

func ParseUpdateAkamaiIntegrationResponse(rsp *http.Response) (*UpdateAkamaiIntegrationResponse, error)

ParseUpdateAkamaiIntegrationResponse parses an HTTP response from a UpdateAkamaiIntegrationWithResponse call

func (UpdateAkamaiIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateAkamaiIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateAkamaiIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateApigeeIntegration200Kind added in v0.0.27

type UpdateApigeeIntegration200Kind string

type UpdateApigeeIntegrationJSONBody added in v0.0.27

type UpdateApigeeIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
		AuthUri                 string `json:"auth_uri"`
		ClientEmail             string `json:"client_email"`
		ClientId                string `json:"client_id"`
		ClientX509CertUrl       string `json:"client_x509_cert_url"`
		PrivateKey              string `json:"private_key"`
		PrivateKeyId            string `json:"private_key_id"`
		ProjectId               string `json:"project_id"`
		TokenUri                string `json:"token_uri"`
		Type                    string `json:"type"`
		UniverseDomain          string `json:"universe_domain"`
	} `json:"parameters"`
}

UpdateApigeeIntegrationJSONBody defines parameters for UpdateApigeeIntegration.

type UpdateApigeeIntegrationJSONRequestBody added in v0.0.27

type UpdateApigeeIntegrationJSONRequestBody UpdateApigeeIntegrationJSONBody

UpdateApigeeIntegrationJSONRequestBody defines body for UpdateApigeeIntegration for application/json ContentType.

type UpdateApigeeIntegrationResponse added in v0.0.27

type UpdateApigeeIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind UpdateApigeeIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateApigeeIntegrationResponse added in v0.0.27

func ParseUpdateApigeeIntegrationResponse(rsp *http.Response) (*UpdateApigeeIntegrationResponse, error)

ParseUpdateApigeeIntegrationResponse parses an HTTP response from a UpdateApigeeIntegrationWithResponse call

func (UpdateApigeeIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateApigeeIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateApigeeIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAwsIntegration200Kind added in v0.0.27

type UpdateAwsIntegration200Kind string

type UpdateAwsIntegrationJSONBody added in v0.0.27

type UpdateAwsIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		PrivKey string `json:"priv_key"`
		PubKey  string `json:"pub_key"`
	} `json:"parameters"`
}

UpdateAwsIntegrationJSONBody defines parameters for UpdateAwsIntegration.

type UpdateAwsIntegrationJSONRequestBody added in v0.0.27

type UpdateAwsIntegrationJSONRequestBody UpdateAwsIntegrationJSONBody

UpdateAwsIntegrationJSONRequestBody defines body for UpdateAwsIntegration for application/json ContentType.

type UpdateAwsIntegrationResponse added in v0.0.27

type UpdateAwsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind UpdateAwsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			PrivKey string `json:"priv_key"`
			PubKey  string `json:"pub_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateAwsIntegrationResponse added in v0.0.27

func ParseUpdateAwsIntegrationResponse(rsp *http.Response) (*UpdateAwsIntegrationResponse, error)

ParseUpdateAwsIntegrationResponse parses an HTTP response from a UpdateAwsIntegrationWithResponse call

func (UpdateAwsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateAwsIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateAwsIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAzureDevopsIntegration200Kind added in v0.0.27

type UpdateAzureDevopsIntegration200Kind string

type UpdateAzureDevopsIntegrationJSONBody added in v0.0.27

type UpdateAzureDevopsIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey      string `json:"api_key"`
		InstanceUrl string `json:"instance_url"`
	} `json:"parameters"`
}

UpdateAzureDevopsIntegrationJSONBody defines parameters for UpdateAzureDevopsIntegration.

type UpdateAzureDevopsIntegrationJSONRequestBody added in v0.0.27

type UpdateAzureDevopsIntegrationJSONRequestBody UpdateAzureDevopsIntegrationJSONBody

UpdateAzureDevopsIntegrationJSONRequestBody defines body for UpdateAzureDevopsIntegration for application/json ContentType.

type UpdateAzureDevopsIntegrationResponse added in v0.0.27

type UpdateAzureDevopsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind UpdateAzureDevopsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string `json:"api_key"`
			InstanceUrl string `json:"instance_url"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateAzureDevopsIntegrationResponse added in v0.0.27

func ParseUpdateAzureDevopsIntegrationResponse(rsp *http.Response) (*UpdateAzureDevopsIntegrationResponse, error)

ParseUpdateAzureDevopsIntegrationResponse parses an HTTP response from a UpdateAzureDevopsIntegrationWithResponse call

func (UpdateAzureDevopsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateAzureDevopsIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateAzureIntegration200Kind added in v0.0.27

type UpdateAzureIntegration200Kind string

type UpdateAzureIntegrationJSONBody added in v0.0.27

type UpdateAzureIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ClientId       string  `json:"client_id"`
		ClientSecret   string  `json:"client_secret"`
		SubscriptionId *string `json:"subscription_id,omitempty"`
		TenantId       string  `json:"tenant_id"`
	} `json:"parameters"`
}

UpdateAzureIntegrationJSONBody defines parameters for UpdateAzureIntegration.

type UpdateAzureIntegrationJSONRequestBody added in v0.0.27

type UpdateAzureIntegrationJSONRequestBody UpdateAzureIntegrationJSONBody

UpdateAzureIntegrationJSONRequestBody defines body for UpdateAzureIntegration for application/json ContentType.

type UpdateAzureIntegrationResponse added in v0.0.27

type UpdateAzureIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind UpdateAzureIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ClientId       string  `json:"client_id"`
			ClientSecret   string  `json:"client_secret"`
			SubscriptionId *string `json:"subscription_id,omitempty"`
			TenantId       string  `json:"tenant_id"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateAzureIntegrationResponse added in v0.0.27

func ParseUpdateAzureIntegrationResponse(rsp *http.Response) (*UpdateAzureIntegrationResponse, error)

ParseUpdateAzureIntegrationResponse parses an HTTP response from a UpdateAzureIntegrationWithResponse call

func (UpdateAzureIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateAzureIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateAzureIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateBitbucketRepoIntegration200Kind added in v0.0.27

type UpdateBitbucketRepoIntegration200Kind string

type UpdateBitbucketRepoIntegrationJSONBody added in v0.0.27

type UpdateBitbucketRepoIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey         string  `json:"api_key"`
		InstanceUrl    *string `json:"instance_url,omitempty"`
		RepositoryName string  `json:"repository_name"`
		Username       *string `json:"username,omitempty"`
		WorkspaceName  string  `json:"workspace_name"`
	} `json:"parameters"`
}

UpdateBitbucketRepoIntegrationJSONBody defines parameters for UpdateBitbucketRepoIntegration.

type UpdateBitbucketRepoIntegrationJSONRequestBody added in v0.0.27

type UpdateBitbucketRepoIntegrationJSONRequestBody UpdateBitbucketRepoIntegrationJSONBody

UpdateBitbucketRepoIntegrationJSONRequestBody defines body for UpdateBitbucketRepoIntegration for application/json ContentType.

type UpdateBitbucketRepoIntegrationResponse added in v0.0.27

type UpdateBitbucketRepoIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind UpdateBitbucketRepoIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey         string  `json:"api_key"`
			InstanceUrl    *string `json:"instance_url,omitempty"`
			RepositoryName string  `json:"repository_name"`
			Username       *string `json:"username,omitempty"`
			WorkspaceName  string  `json:"workspace_name"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateBitbucketRepoIntegrationResponse added in v0.0.27

func ParseUpdateBitbucketRepoIntegrationResponse(rsp *http.Response) (*UpdateBitbucketRepoIntegrationResponse, error)

ParseUpdateBitbucketRepoIntegrationResponse parses an HTTP response from a UpdateBitbucketRepoIntegrationWithResponse call

func (UpdateBitbucketRepoIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateBitbucketRepoIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateCloudflareIntegration200Kind added in v0.0.27

type UpdateCloudflareIntegration200Kind string

type UpdateCloudflareIntegrationJSONBody added in v0.0.27

type UpdateCloudflareIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

UpdateCloudflareIntegrationJSONBody defines parameters for UpdateCloudflareIntegration.

type UpdateCloudflareIntegrationJSONRequestBody added in v0.0.27

type UpdateCloudflareIntegrationJSONRequestBody UpdateCloudflareIntegrationJSONBody

UpdateCloudflareIntegrationJSONRequestBody defines body for UpdateCloudflareIntegration for application/json ContentType.

type UpdateCloudflareIntegrationResponse added in v0.0.27

type UpdateCloudflareIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind UpdateCloudflareIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateCloudflareIntegrationResponse added in v0.0.27

func ParseUpdateCloudflareIntegrationResponse(rsp *http.Response) (*UpdateCloudflareIntegrationResponse, error)

ParseUpdateCloudflareIntegrationResponse parses an HTTP response from a UpdateCloudflareIntegrationWithResponse call

func (UpdateCloudflareIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateCloudflareIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateDiscordWebhookIntegration200Kind added in v0.0.27

type UpdateDiscordWebhookIntegration200Kind string

type UpdateDiscordWebhookIntegrationJSONBody added in v0.0.27

type UpdateDiscordWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpdateDiscordWebhookIntegrationJSONBody defines parameters for UpdateDiscordWebhookIntegration.

type UpdateDiscordWebhookIntegrationJSONRequestBody added in v0.0.27

type UpdateDiscordWebhookIntegrationJSONRequestBody UpdateDiscordWebhookIntegrationJSONBody

UpdateDiscordWebhookIntegrationJSONRequestBody defines body for UpdateDiscordWebhookIntegration for application/json ContentType.

type UpdateDiscordWebhookIntegrationResponse added in v0.0.27

type UpdateDiscordWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                     `json:"id"`
		Kind UpdateDiscordWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateDiscordWebhookIntegrationResponse added in v0.0.27

func ParseUpdateDiscordWebhookIntegrationResponse(rsp *http.Response) (*UpdateDiscordWebhookIntegrationResponse, error)

ParseUpdateDiscordWebhookIntegrationResponse parses an HTTP response from a UpdateDiscordWebhookIntegrationWithResponse call

func (UpdateDiscordWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateDiscordWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateEmailIntegration200Kind added in v0.0.27

type UpdateEmailIntegration200Kind string

type UpdateEmailIntegrationJSONBody added in v0.0.27

type UpdateEmailIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpdateEmailIntegrationJSONBody defines parameters for UpdateEmailIntegration.

type UpdateEmailIntegrationJSONRequestBody added in v0.0.27

type UpdateEmailIntegrationJSONRequestBody UpdateEmailIntegrationJSONBody

UpdateEmailIntegrationJSONRequestBody defines body for UpdateEmailIntegration for application/json ContentType.

type UpdateEmailIntegrationResponse added in v0.0.27

type UpdateEmailIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind UpdateEmailIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateEmailIntegrationResponse added in v0.0.27

func ParseUpdateEmailIntegrationResponse(rsp *http.Response) (*UpdateEmailIntegrationResponse, error)

ParseUpdateEmailIntegrationResponse parses an HTTP response from a UpdateEmailIntegrationWithResponse call

func (UpdateEmailIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateEmailIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateEmailIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateGcpIntegration200Kind added in v0.0.27

type UpdateGcpIntegration200Kind string

type UpdateGcpIntegrationJSONBody added in v0.0.27

type UpdateGcpIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
		AuthUri                 string `json:"auth_uri"`
		ClientEmail             string `json:"client_email"`
		ClientId                string `json:"client_id"`
		ClientX509CertUrl       string `json:"client_x509_cert_url"`
		PrivateKey              string `json:"private_key"`
		PrivateKeyId            string `json:"private_key_id"`
		ProjectId               string `json:"project_id"`
		TokenUri                string `json:"token_uri"`
		Type                    string `json:"type"`
		UniverseDomain          string `json:"universe_domain"`
	} `json:"parameters"`
}

UpdateGcpIntegrationJSONBody defines parameters for UpdateGcpIntegration.

type UpdateGcpIntegrationJSONRequestBody added in v0.0.27

type UpdateGcpIntegrationJSONRequestBody UpdateGcpIntegrationJSONBody

UpdateGcpIntegrationJSONRequestBody defines body for UpdateGcpIntegration for application/json ContentType.

type UpdateGcpIntegrationResponse added in v0.0.27

type UpdateGcpIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind UpdateGcpIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateGcpIntegrationResponse added in v0.0.27

func ParseUpdateGcpIntegrationResponse(rsp *http.Response) (*UpdateGcpIntegrationResponse, error)

ParseUpdateGcpIntegrationResponse parses an HTTP response from a UpdateGcpIntegrationWithResponse call

func (UpdateGcpIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateGcpIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateGcpIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateGithubApiKeyIntegration200Kind added in v0.0.27

type UpdateGithubApiKeyIntegration200Kind string

type UpdateGithubApiKeyIntegrationJSONBody added in v0.0.27

type UpdateGithubApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

UpdateGithubApiKeyIntegrationJSONBody defines parameters for UpdateGithubApiKeyIntegration.

type UpdateGithubApiKeyIntegrationJSONRequestBody added in v0.0.27

type UpdateGithubApiKeyIntegrationJSONRequestBody UpdateGithubApiKeyIntegrationJSONBody

UpdateGithubApiKeyIntegrationJSONRequestBody defines body for UpdateGithubApiKeyIntegration for application/json ContentType.

type UpdateGithubApiKeyIntegrationResponse added in v0.0.27

type UpdateGithubApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpdateGithubApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateGithubApiKeyIntegrationResponse added in v0.0.27

func ParseUpdateGithubApiKeyIntegrationResponse(rsp *http.Response) (*UpdateGithubApiKeyIntegrationResponse, error)

ParseUpdateGithubApiKeyIntegrationResponse parses an HTTP response from a UpdateGithubApiKeyIntegrationWithResponse call

func (UpdateGithubApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateGithubApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateGitlabApiKeyIntegration200Kind added in v0.0.27

type UpdateGitlabApiKeyIntegration200Kind string

type UpdateGitlabApiKeyIntegrationJSONBody added in v0.0.27

type UpdateGitlabApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey      string  `json:"api_key"`
		InstanceUrl *string `json:"instance_url,omitempty"`
	} `json:"parameters"`
}

UpdateGitlabApiKeyIntegrationJSONBody defines parameters for UpdateGitlabApiKeyIntegration.

type UpdateGitlabApiKeyIntegrationJSONRequestBody added in v0.0.27

type UpdateGitlabApiKeyIntegrationJSONRequestBody UpdateGitlabApiKeyIntegrationJSONBody

UpdateGitlabApiKeyIntegrationJSONRequestBody defines body for UpdateGitlabApiKeyIntegration for application/json ContentType.

type UpdateGitlabApiKeyIntegrationResponse added in v0.0.27

type UpdateGitlabApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpdateGitlabApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string  `json:"api_key"`
			InstanceUrl *string `json:"instance_url,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateGitlabApiKeyIntegrationResponse added in v0.0.27

func ParseUpdateGitlabApiKeyIntegrationResponse(rsp *http.Response) (*UpdateGitlabApiKeyIntegrationResponse, error)

ParseUpdateGitlabApiKeyIntegrationResponse parses an HTTP response from a UpdateGitlabApiKeyIntegrationWithResponse call

func (UpdateGitlabApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateGitlabApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateJiraIntegration200Kind added in v0.0.27

type UpdateJiraIntegration200Kind string

type UpdateJiraIntegration200ParametersPropertiesMappingEscapeProperty added in v0.0.27

type UpdateJiraIntegration200ParametersPropertiesMappingEscapeProperty string

type UpdateJiraIntegrationJSONBody added in v0.0.27

type UpdateJiraIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AccountId         string `json:"account_id"`
		ApiKey            string `json:"api_key"`
		Email             string `json:"email"`
		InstanceUrl       string `json:"instance_url"`
		Name              string `json:"name"`
		PropertiesMapping *[]struct {
			EscapeProperty UpdateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty `json:"escape_property"`
			JiraProperty   string                                                                 `json:"jira_property"`
		} `json:"properties_mapping,omitempty"`
	} `json:"parameters"`
}

UpdateJiraIntegrationJSONBody defines parameters for UpdateJiraIntegration.

type UpdateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty added in v0.0.27

type UpdateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty string

UpdateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty defines parameters for UpdateJiraIntegration.

Defines values for UpdateJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty.

type UpdateJiraIntegrationJSONRequestBody added in v0.0.27

type UpdateJiraIntegrationJSONRequestBody UpdateJiraIntegrationJSONBody

UpdateJiraIntegrationJSONRequestBody defines body for UpdateJiraIntegration for application/json ContentType.

type UpdateJiraIntegrationResponse added in v0.0.27

type UpdateJiraIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID           `json:"id"`
		Kind UpdateJiraIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccountId         string `json:"account_id"`
			ApiKey            string `json:"api_key"`
			Email             string `json:"email"`
			InstanceUrl       string `json:"instance_url"`
			Name              string `json:"name"`
			PropertiesMapping *[]struct {
				EscapeProperty UpdateJiraIntegration200ParametersPropertiesMappingEscapeProperty `json:"escape_property"`
				JiraProperty   string                                                            `json:"jira_property"`
			} `json:"properties_mapping,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateJiraIntegrationResponse added in v0.0.27

func ParseUpdateJiraIntegrationResponse(rsp *http.Response) (*UpdateJiraIntegrationResponse, error)

ParseUpdateJiraIntegrationResponse parses an HTTP response from a UpdateJiraIntegrationWithResponse call

func (UpdateJiraIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateJiraIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateJiraIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateKongGatewayIntegration200Kind added in v0.0.27

type UpdateKongGatewayIntegration200Kind string

type UpdateKongGatewayIntegrationJSONBody added in v0.0.27

type UpdateKongGatewayIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AdminApiUrl string `json:"admin_api_url"`
		ApiKey      string `json:"api_key"`
	} `json:"parameters"`
}

UpdateKongGatewayIntegrationJSONBody defines parameters for UpdateKongGatewayIntegration.

type UpdateKongGatewayIntegrationJSONRequestBody added in v0.0.27

type UpdateKongGatewayIntegrationJSONRequestBody UpdateKongGatewayIntegrationJSONBody

UpdateKongGatewayIntegrationJSONRequestBody defines body for UpdateKongGatewayIntegration for application/json ContentType.

type UpdateKongGatewayIntegrationResponse added in v0.0.27

type UpdateKongGatewayIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind UpdateKongGatewayIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AdminApiUrl string `json:"admin_api_url"`
			ApiKey      string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateKongGatewayIntegrationResponse added in v0.0.27

func ParseUpdateKongGatewayIntegrationResponse(rsp *http.Response) (*UpdateKongGatewayIntegrationResponse, error)

ParseUpdateKongGatewayIntegrationResponse parses an HTTP response from a UpdateKongGatewayIntegrationWithResponse call

func (UpdateKongGatewayIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateKongGatewayIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateKongKonnectIntegration200Kind added in v0.0.27

type UpdateKongKonnectIntegration200Kind string

type UpdateKongKonnectIntegration200ParametersRegion added in v0.0.27

type UpdateKongKonnectIntegration200ParametersRegion string

type UpdateKongKonnectIntegrationJSONBody added in v0.0.27

type UpdateKongKonnectIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		Region             UpdateKongKonnectIntegrationJSONBodyParametersRegion `json:"region"`
		SystemAccountToken string                                               `json:"system_account_token"`
	} `json:"parameters"`
}

UpdateKongKonnectIntegrationJSONBody defines parameters for UpdateKongKonnectIntegration.

type UpdateKongKonnectIntegrationJSONBodyParametersRegion added in v0.0.27

type UpdateKongKonnectIntegrationJSONBodyParametersRegion string

UpdateKongKonnectIntegrationJSONBodyParametersRegion defines parameters for UpdateKongKonnectIntegration.

Defines values for UpdateKongKonnectIntegrationJSONBodyParametersRegion.

type UpdateKongKonnectIntegrationJSONRequestBody added in v0.0.27

type UpdateKongKonnectIntegrationJSONRequestBody UpdateKongKonnectIntegrationJSONBody

UpdateKongKonnectIntegrationJSONRequestBody defines body for UpdateKongKonnectIntegration for application/json ContentType.

type UpdateKongKonnectIntegrationResponse added in v0.0.27

type UpdateKongKonnectIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind UpdateKongKonnectIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Region             UpdateKongKonnectIntegration200ParametersRegion `json:"region"`
			SystemAccountToken string                                          `json:"system_account_token"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateKongKonnectIntegrationResponse added in v0.0.27

func ParseUpdateKongKonnectIntegrationResponse(rsp *http.Response) (*UpdateKongKonnectIntegrationResponse, error)

ParseUpdateKongKonnectIntegrationResponse parses an HTTP response from a UpdateKongKonnectIntegrationWithResponse call

func (UpdateKongKonnectIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateKongKonnectIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateKubernetesIntegration200Kind added in v0.0.27

type UpdateKubernetesIntegration200Kind string

type UpdateKubernetesIntegrationJSONBody added in v0.0.27

type UpdateKubernetesIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		Blacklist *struct {
			Namespaces *[]string `json:"namespaces,omitempty"`
		} `json:"blacklist,omitempty"`
		Tags *struct {
			Labels     *[]string `json:"labels,omitempty"`
			Namespaces *bool     `json:"namespaces,omitempty"`
		} `json:"tags,omitempty"`
	} `json:"parameters"`
}

UpdateKubernetesIntegrationJSONBody defines parameters for UpdateKubernetesIntegration.

type UpdateKubernetesIntegrationJSONRequestBody added in v0.0.27

type UpdateKubernetesIntegrationJSONRequestBody UpdateKubernetesIntegrationJSONBody

UpdateKubernetesIntegrationJSONRequestBody defines body for UpdateKubernetesIntegration for application/json ContentType.

type UpdateKubernetesIntegrationResponse added in v0.0.27

type UpdateKubernetesIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind UpdateKubernetesIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Blacklist *struct {
				Namespaces *[]string `json:"namespaces,omitempty"`
			} `json:"blacklist,omitempty"`
			Tags *struct {
				Labels     *[]string `json:"labels,omitempty"`
				Namespaces *bool     `json:"namespaces,omitempty"`
			} `json:"tags,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateKubernetesIntegrationResponse added in v0.0.27

func ParseUpdateKubernetesIntegrationResponse(rsp *http.Response) (*UpdateKubernetesIntegrationResponse, error)

ParseUpdateKubernetesIntegrationResponse parses an HTTP response from a UpdateKubernetesIntegrationWithResponse call

func (UpdateKubernetesIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateKubernetesIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateLocation200Type added in v0.0.27

type UpdateLocation200Type string

type UpdateLocationJSONBody added in v0.0.27

type UpdateLocationJSONBody struct {
	// Key The SSH public key to use to connect to the location.
	Key *string `json:"key,omitempty"`

	// Name The name of the location.
	Name string `json:"name"`

	// PrivateLocationV2 Opt in to the new private location feature
	PrivateLocationV2 *bool `json:"private_location_v2,omitempty"`
}

UpdateLocationJSONBody defines parameters for UpdateLocation.

type UpdateLocationJSONRequestBody added in v0.0.27

type UpdateLocationJSONRequestBody UpdateLocationJSONBody

UpdateLocationJSONRequestBody defines body for UpdateLocation for application/json ContentType.

type UpdateLocationResponse added in v0.0.27

type UpdateLocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Id The location ID.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// Key The SSH public key to use to connect to the location.
		Key *string `json:"key,omitempty"`

		// Name The name of the location.
		Name *string                `json:"name,omitempty"`
		Type *UpdateLocation200Type `json:"type,omitempty"`
	}
	JSON400 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateLocationResponse added in v0.0.27

func ParseUpdateLocationResponse(rsp *http.Response) (*UpdateLocationResponse, error)

ParseUpdateLocationResponse parses an HTTP response from a UpdateLocationWithResponse call

func (UpdateLocationResponse) Status added in v0.0.27

func (r UpdateLocationResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateLocationResponse) StatusCode added in v0.0.27

func (r UpdateLocationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdatePostmanApiKeyIntegration200Kind added in v0.0.27

type UpdatePostmanApiKeyIntegration200Kind string

type UpdatePostmanApiKeyIntegrationJSONBody added in v0.0.27

type UpdatePostmanApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

UpdatePostmanApiKeyIntegrationJSONBody defines parameters for UpdatePostmanApiKeyIntegration.

type UpdatePostmanApiKeyIntegrationJSONRequestBody added in v0.0.27

type UpdatePostmanApiKeyIntegrationJSONRequestBody UpdatePostmanApiKeyIntegrationJSONBody

UpdatePostmanApiKeyIntegrationJSONRequestBody defines body for UpdatePostmanApiKeyIntegration for application/json ContentType.

type UpdatePostmanApiKeyIntegrationResponse added in v0.0.27

type UpdatePostmanApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind UpdatePostmanApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdatePostmanApiKeyIntegrationResponse added in v0.0.27

func ParseUpdatePostmanApiKeyIntegrationResponse(rsp *http.Response) (*UpdatePostmanApiKeyIntegrationResponse, error)

ParseUpdatePostmanApiKeyIntegrationResponse parses an HTTP response from a UpdatePostmanApiKeyIntegrationWithResponse call

func (UpdatePostmanApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdatePostmanApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateRole200ApplicationAccessLevel added in v0.0.27

type UpdateRole200ApplicationAccessLevel string

type UpdateRole200InventoryAccessLevel added in v0.0.27

type UpdateRole200InventoryAccessLevel string

type UpdateRole200WorkflowsAccessLevel added in v0.0.27

type UpdateRole200WorkflowsAccessLevel string

type UpdateRoleJSONBody added in v0.0.27

type UpdateRoleJSONBody struct {
	// ApplicationAccessLevel Access Level to the resource.
	ApplicationAccessLevel *UpdateRoleJSONBodyApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

	// IntegrationAdministrator Set as administrator of the resource.
	IntegrationAdministrator *bool `json:"integrationAdministrator,omitempty"`

	// InventoryAccessLevel Access Level to the resource.
	InventoryAccessLevel *UpdateRoleJSONBodyInventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

	// Name The name of the role.
	Name string `json:"name"`

	// ReportingAdministrator Set as administrator of the resource.
	ReportingAdministrator *bool `json:"reportingAdministrator,omitempty"`

	// WorkflowsAccessLevel Access Level to the resource.
	WorkflowsAccessLevel *UpdateRoleJSONBodyWorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
}

UpdateRoleJSONBody defines parameters for UpdateRole.

type UpdateRoleJSONBodyApplicationAccessLevel added in v0.0.27

type UpdateRoleJSONBodyApplicationAccessLevel string

UpdateRoleJSONBodyApplicationAccessLevel defines parameters for UpdateRole.

const (
	UpdateRoleJSONBodyApplicationAccessLevelADMIN  UpdateRoleJSONBodyApplicationAccessLevel = "ADMIN"
	UpdateRoleJSONBodyApplicationAccessLevelEDITOR UpdateRoleJSONBodyApplicationAccessLevel = "EDITOR"
	UpdateRoleJSONBodyApplicationAccessLevelNONE   UpdateRoleJSONBodyApplicationAccessLevel = "NONE"
	UpdateRoleJSONBodyApplicationAccessLevelVIEWER UpdateRoleJSONBodyApplicationAccessLevel = "VIEWER"
)

Defines values for UpdateRoleJSONBodyApplicationAccessLevel.

type UpdateRoleJSONBodyInventoryAccessLevel added in v0.0.27

type UpdateRoleJSONBodyInventoryAccessLevel string

UpdateRoleJSONBodyInventoryAccessLevel defines parameters for UpdateRole.

const (
	UpdateRoleJSONBodyInventoryAccessLevelADMIN  UpdateRoleJSONBodyInventoryAccessLevel = "ADMIN"
	UpdateRoleJSONBodyInventoryAccessLevelEDITOR UpdateRoleJSONBodyInventoryAccessLevel = "EDITOR"
	UpdateRoleJSONBodyInventoryAccessLevelNONE   UpdateRoleJSONBodyInventoryAccessLevel = "NONE"
	UpdateRoleJSONBodyInventoryAccessLevelVIEWER UpdateRoleJSONBodyInventoryAccessLevel = "VIEWER"
)

Defines values for UpdateRoleJSONBodyInventoryAccessLevel.

type UpdateRoleJSONBodyWorkflowsAccessLevel added in v0.0.27

type UpdateRoleJSONBodyWorkflowsAccessLevel string

UpdateRoleJSONBodyWorkflowsAccessLevel defines parameters for UpdateRole.

Defines values for UpdateRoleJSONBodyWorkflowsAccessLevel.

type UpdateRoleJSONRequestBody added in v0.0.27

type UpdateRoleJSONRequestBody UpdateRoleJSONBody

UpdateRoleJSONRequestBody defines body for UpdateRole for application/json ContentType.

type UpdateRoleResponse added in v0.0.27

type UpdateRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// ApplicationAccessLevel Access Level to the resource.
		ApplicationAccessLevel *UpdateRole200ApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

		// Id The ID of the role.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// IntegrationAdministrator Set as administrator of the resource.
		IntegrationAdministrator bool `json:"integrationAdministrator"`

		// InventoryAccessLevel Access Level to the resource.
		InventoryAccessLevel *UpdateRole200InventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

		// Name The name of the role.
		Name *string `json:"name,omitempty"`

		// ReportingAdministrator Set as administrator of the resource.
		ReportingAdministrator bool `json:"reportingAdministrator"`

		// WorkflowsAccessLevel Access Level to the resource.
		WorkflowsAccessLevel *UpdateRole200WorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
	}
}

func ParseUpdateRoleResponse added in v0.0.27

func ParseUpdateRoleResponse(rsp *http.Response) (*UpdateRoleResponse, error)

ParseUpdateRoleResponse parses an HTTP response from a UpdateRoleWithResponse call

func (UpdateRoleResponse) Status added in v0.0.27

func (r UpdateRoleResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateRoleResponse) StatusCode added in v0.0.27

func (r UpdateRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateService500Name added in v0.0.27

type UpdateService500Name string

type UpdateServiceJSONBody added in v0.0.27

type UpdateServiceJSONBody struct {
	// Owners The owners of the service.
	Owners *[]string `json:"owners,omitempty"`
}

UpdateServiceJSONBody defines parameters for UpdateService.

type UpdateServiceJSONRequestBody added in v0.0.27

type UpdateServiceJSONRequestBody UpdateServiceJSONBody

UpdateServiceJSONRequestBody defines body for UpdateService for application/json ContentType.

type UpdateServiceResponse added in v0.0.27

type UpdateServiceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Id The id of the service.
		Id string `json:"id"`
	}
	JSON500 *struct {
		Messages []string             `json:"messages"`
		Name     UpdateService500Name `json:"name"`
	}
}

func ParseUpdateServiceResponse added in v0.0.27

func ParseUpdateServiceResponse(rsp *http.Response) (*UpdateServiceResponse, error)

ParseUpdateServiceResponse parses an HTTP response from a UpdateServiceWithResponse call

func (UpdateServiceResponse) Status added in v0.0.27

func (r UpdateServiceResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateServiceResponse) StatusCode added in v0.0.27

func (r UpdateServiceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateSlackWebhookIntegration200Kind added in v0.0.27

type UpdateSlackWebhookIntegration200Kind string

type UpdateSlackWebhookIntegrationJSONBody added in v0.0.27

type UpdateSlackWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpdateSlackWebhookIntegrationJSONBody defines parameters for UpdateSlackWebhookIntegration.

type UpdateSlackWebhookIntegrationJSONRequestBody added in v0.0.27

type UpdateSlackWebhookIntegrationJSONRequestBody UpdateSlackWebhookIntegrationJSONBody

UpdateSlackWebhookIntegrationJSONRequestBody defines body for UpdateSlackWebhookIntegration for application/json ContentType.

type UpdateSlackWebhookIntegrationResponse added in v0.0.27

type UpdateSlackWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpdateSlackWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateSlackWebhookIntegrationResponse added in v0.0.27

func ParseUpdateSlackWebhookIntegrationResponse(rsp *http.Response) (*UpdateSlackWebhookIntegrationResponse, error)

ParseUpdateSlackWebhookIntegrationResponse parses an HTTP response from a UpdateSlackWebhookIntegrationWithResponse call

func (UpdateSlackWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateSlackWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateTeamsWebhookIntegration200Kind added in v0.0.27

type UpdateTeamsWebhookIntegration200Kind string

type UpdateTeamsWebhookIntegrationJSONBody added in v0.0.27

type UpdateTeamsWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpdateTeamsWebhookIntegrationJSONBody defines parameters for UpdateTeamsWebhookIntegration.

type UpdateTeamsWebhookIntegrationJSONRequestBody added in v0.0.27

type UpdateTeamsWebhookIntegrationJSONRequestBody UpdateTeamsWebhookIntegrationJSONBody

UpdateTeamsWebhookIntegrationJSONRequestBody defines body for UpdateTeamsWebhookIntegration for application/json ContentType.

type UpdateTeamsWebhookIntegrationResponse added in v0.0.27

type UpdateTeamsWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpdateTeamsWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateTeamsWebhookIntegrationResponse added in v0.0.27

func ParseUpdateTeamsWebhookIntegrationResponse(rsp *http.Response) (*UpdateTeamsWebhookIntegrationResponse, error)

ParseUpdateTeamsWebhookIntegrationResponse parses an HTTP response from a UpdateTeamsWebhookIntegrationWithResponse call

func (UpdateTeamsWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateTeamsWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpdateWebhookIntegration200Kind added in v0.0.27

type UpdateWebhookIntegration200Kind string

type UpdateWebhookIntegrationJSONBody added in v0.0.27

type UpdateWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpdateWebhookIntegrationJSONBody defines parameters for UpdateWebhookIntegration.

type UpdateWebhookIntegrationJSONRequestBody added in v0.0.27

type UpdateWebhookIntegrationJSONRequestBody UpdateWebhookIntegrationJSONBody

UpdateWebhookIntegrationJSONRequestBody defines body for UpdateWebhookIntegration for application/json ContentType.

type UpdateWebhookIntegrationResponse added in v0.0.27

type UpdateWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID              `json:"id"`
		Kind UpdateWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateWebhookIntegrationResponse added in v0.0.27

func ParseUpdateWebhookIntegrationResponse(rsp *http.Response) (*UpdateWebhookIntegrationResponse, error)

ParseUpdateWebhookIntegrationResponse parses an HTTP response from a UpdateWebhookIntegrationWithResponse call

func (UpdateWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateWizIntegration200Kind added in v0.0.27

type UpdateWizIntegration200Kind string

type UpdateWizIntegrationJSONBody added in v0.0.27

type UpdateWizIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiEndpoint  string `json:"api_endpoint"`
		ClientId     string `json:"client_id"`
		ClientSecret string `json:"client_secret"`
		TokenUri     string `json:"token_uri"`
	} `json:"parameters"`
}

UpdateWizIntegrationJSONBody defines parameters for UpdateWizIntegration.

type UpdateWizIntegrationJSONRequestBody added in v0.0.27

type UpdateWizIntegrationJSONRequestBody UpdateWizIntegrationJSONBody

UpdateWizIntegrationJSONRequestBody defines body for UpdateWizIntegration for application/json ContentType.

type UpdateWizIntegrationResponse added in v0.0.27

type UpdateWizIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind UpdateWizIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiEndpoint  string `json:"api_endpoint"`
			ClientId     string `json:"client_id"`
			ClientSecret string `json:"client_secret"`
			TokenUri     string `json:"token_uri"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpdateWizIntegrationResponse added in v0.0.27

func ParseUpdateWizIntegrationResponse(rsp *http.Response) (*UpdateWizIntegrationResponse, error)

ParseUpdateWizIntegrationResponse parses an HTTP response from a UpdateWizIntegrationWithResponse call

func (UpdateWizIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpdateWizIntegrationResponse) StatusCode added in v0.0.27

func (r UpdateWizIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertAkamaiIntegration200Kind added in v0.0.27

type UpsertAkamaiIntegration200Kind string

type UpsertAkamaiIntegrationJSONBody added in v0.0.27

type UpsertAkamaiIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AccessToken  string `json:"access_token"`
		ClientSecret string `json:"client_secret"`
		ClientToken  string `json:"client_token"`
		Host         string `json:"host"`
	} `json:"parameters"`
}

UpsertAkamaiIntegrationJSONBody defines parameters for UpsertAkamaiIntegration.

type UpsertAkamaiIntegrationJSONRequestBody added in v0.0.27

type UpsertAkamaiIntegrationJSONRequestBody UpsertAkamaiIntegrationJSONBody

UpsertAkamaiIntegrationJSONRequestBody defines body for UpsertAkamaiIntegration for application/json ContentType.

type UpsertAkamaiIntegrationResponse added in v0.0.27

type UpsertAkamaiIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind UpsertAkamaiIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccessToken  string `json:"access_token"`
			ClientSecret string `json:"client_secret"`
			ClientToken  string `json:"client_token"`
			Host         string `json:"host"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertAkamaiIntegrationResponse added in v0.0.27

func ParseUpsertAkamaiIntegrationResponse(rsp *http.Response) (*UpsertAkamaiIntegrationResponse, error)

ParseUpsertAkamaiIntegrationResponse parses an HTTP response from a UpsertAkamaiIntegrationWithResponse call

func (UpsertAkamaiIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertAkamaiIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertAkamaiIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertApigeeIntegration200Kind added in v0.0.27

type UpsertApigeeIntegration200Kind string

type UpsertApigeeIntegrationJSONBody added in v0.0.27

type UpsertApigeeIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
		AuthUri                 string `json:"auth_uri"`
		ClientEmail             string `json:"client_email"`
		ClientId                string `json:"client_id"`
		ClientX509CertUrl       string `json:"client_x509_cert_url"`
		PrivateKey              string `json:"private_key"`
		PrivateKeyId            string `json:"private_key_id"`
		ProjectId               string `json:"project_id"`
		TokenUri                string `json:"token_uri"`
		Type                    string `json:"type"`
		UniverseDomain          string `json:"universe_domain"`
	} `json:"parameters"`
}

UpsertApigeeIntegrationJSONBody defines parameters for UpsertApigeeIntegration.

type UpsertApigeeIntegrationJSONRequestBody added in v0.0.27

type UpsertApigeeIntegrationJSONRequestBody UpsertApigeeIntegrationJSONBody

UpsertApigeeIntegrationJSONRequestBody defines body for UpsertApigeeIntegration for application/json ContentType.

type UpsertApigeeIntegrationResponse added in v0.0.27

type UpsertApigeeIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID             `json:"id"`
		Kind UpsertApigeeIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertApigeeIntegrationResponse added in v0.0.27

func ParseUpsertApigeeIntegrationResponse(rsp *http.Response) (*UpsertApigeeIntegrationResponse, error)

ParseUpsertApigeeIntegrationResponse parses an HTTP response from a UpsertApigeeIntegrationWithResponse call

func (UpsertApigeeIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertApigeeIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertApigeeIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertAwsIntegration200Kind added in v0.0.27

type UpsertAwsIntegration200Kind string

type UpsertAwsIntegrationJSONBody added in v0.0.27

type UpsertAwsIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		PrivKey string `json:"priv_key"`
		PubKey  string `json:"pub_key"`
	} `json:"parameters"`
}

UpsertAwsIntegrationJSONBody defines parameters for UpsertAwsIntegration.

type UpsertAwsIntegrationJSONRequestBody added in v0.0.27

type UpsertAwsIntegrationJSONRequestBody UpsertAwsIntegrationJSONBody

UpsertAwsIntegrationJSONRequestBody defines body for UpsertAwsIntegration for application/json ContentType.

type UpsertAwsIntegrationResponse added in v0.0.27

type UpsertAwsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind UpsertAwsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			PrivKey string `json:"priv_key"`
			PubKey  string `json:"pub_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertAwsIntegrationResponse added in v0.0.27

func ParseUpsertAwsIntegrationResponse(rsp *http.Response) (*UpsertAwsIntegrationResponse, error)

ParseUpsertAwsIntegrationResponse parses an HTTP response from a UpsertAwsIntegrationWithResponse call

func (UpsertAwsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertAwsIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertAwsIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertAzureDevopsIntegration200Kind added in v0.0.27

type UpsertAzureDevopsIntegration200Kind string

type UpsertAzureDevopsIntegrationJSONBody added in v0.0.27

type UpsertAzureDevopsIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey      string `json:"api_key"`
		InstanceUrl string `json:"instance_url"`
	} `json:"parameters"`
}

UpsertAzureDevopsIntegrationJSONBody defines parameters for UpsertAzureDevopsIntegration.

type UpsertAzureDevopsIntegrationJSONRequestBody added in v0.0.27

type UpsertAzureDevopsIntegrationJSONRequestBody UpsertAzureDevopsIntegrationJSONBody

UpsertAzureDevopsIntegrationJSONRequestBody defines body for UpsertAzureDevopsIntegration for application/json ContentType.

type UpsertAzureDevopsIntegrationResponse added in v0.0.27

type UpsertAzureDevopsIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind UpsertAzureDevopsIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string `json:"api_key"`
			InstanceUrl string `json:"instance_url"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertAzureDevopsIntegrationResponse added in v0.0.27

func ParseUpsertAzureDevopsIntegrationResponse(rsp *http.Response) (*UpsertAzureDevopsIntegrationResponse, error)

ParseUpsertAzureDevopsIntegrationResponse parses an HTTP response from a UpsertAzureDevopsIntegrationWithResponse call

func (UpsertAzureDevopsIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertAzureDevopsIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertAzureIntegration200Kind added in v0.0.27

type UpsertAzureIntegration200Kind string

type UpsertAzureIntegrationJSONBody added in v0.0.27

type UpsertAzureIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ClientId       string  `json:"client_id"`
		ClientSecret   string  `json:"client_secret"`
		SubscriptionId *string `json:"subscription_id,omitempty"`
		TenantId       string  `json:"tenant_id"`
	} `json:"parameters"`
}

UpsertAzureIntegrationJSONBody defines parameters for UpsertAzureIntegration.

type UpsertAzureIntegrationJSONRequestBody added in v0.0.27

type UpsertAzureIntegrationJSONRequestBody UpsertAzureIntegrationJSONBody

UpsertAzureIntegrationJSONRequestBody defines body for UpsertAzureIntegration for application/json ContentType.

type UpsertAzureIntegrationResponse added in v0.0.27

type UpsertAzureIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind UpsertAzureIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ClientId       string  `json:"client_id"`
			ClientSecret   string  `json:"client_secret"`
			SubscriptionId *string `json:"subscription_id,omitempty"`
			TenantId       string  `json:"tenant_id"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertAzureIntegrationResponse added in v0.0.27

func ParseUpsertAzureIntegrationResponse(rsp *http.Response) (*UpsertAzureIntegrationResponse, error)

ParseUpsertAzureIntegrationResponse parses an HTTP response from a UpsertAzureIntegrationWithResponse call

func (UpsertAzureIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertAzureIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertAzureIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertBitbucketRepoIntegration200Kind added in v0.0.27

type UpsertBitbucketRepoIntegration200Kind string

type UpsertBitbucketRepoIntegrationJSONBody added in v0.0.27

type UpsertBitbucketRepoIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey         string  `json:"api_key"`
		InstanceUrl    *string `json:"instance_url,omitempty"`
		RepositoryName string  `json:"repository_name"`
		Username       *string `json:"username,omitempty"`
		WorkspaceName  string  `json:"workspace_name"`
	} `json:"parameters"`
}

UpsertBitbucketRepoIntegrationJSONBody defines parameters for UpsertBitbucketRepoIntegration.

type UpsertBitbucketRepoIntegrationJSONRequestBody added in v0.0.27

type UpsertBitbucketRepoIntegrationJSONRequestBody UpsertBitbucketRepoIntegrationJSONBody

UpsertBitbucketRepoIntegrationJSONRequestBody defines body for UpsertBitbucketRepoIntegration for application/json ContentType.

type UpsertBitbucketRepoIntegrationResponse added in v0.0.27

type UpsertBitbucketRepoIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind UpsertBitbucketRepoIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey         string  `json:"api_key"`
			InstanceUrl    *string `json:"instance_url,omitempty"`
			RepositoryName string  `json:"repository_name"`
			Username       *string `json:"username,omitempty"`
			WorkspaceName  string  `json:"workspace_name"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertBitbucketRepoIntegrationResponse added in v0.0.27

func ParseUpsertBitbucketRepoIntegrationResponse(rsp *http.Response) (*UpsertBitbucketRepoIntegrationResponse, error)

ParseUpsertBitbucketRepoIntegrationResponse parses an HTTP response from a UpsertBitbucketRepoIntegrationWithResponse call

func (UpsertBitbucketRepoIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertBitbucketRepoIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertCloudflareIntegration200Kind added in v0.0.27

type UpsertCloudflareIntegration200Kind string

type UpsertCloudflareIntegrationJSONBody added in v0.0.27

type UpsertCloudflareIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

UpsertCloudflareIntegrationJSONBody defines parameters for UpsertCloudflareIntegration.

type UpsertCloudflareIntegrationJSONRequestBody added in v0.0.27

type UpsertCloudflareIntegrationJSONRequestBody UpsertCloudflareIntegrationJSONBody

UpsertCloudflareIntegrationJSONRequestBody defines body for UpsertCloudflareIntegration for application/json ContentType.

type UpsertCloudflareIntegrationResponse added in v0.0.27

type UpsertCloudflareIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind UpsertCloudflareIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertCloudflareIntegrationResponse added in v0.0.27

func ParseUpsertCloudflareIntegrationResponse(rsp *http.Response) (*UpsertCloudflareIntegrationResponse, error)

ParseUpsertCloudflareIntegrationResponse parses an HTTP response from a UpsertCloudflareIntegrationWithResponse call

func (UpsertCloudflareIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertCloudflareIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertDiscordWebhookIntegration200Kind added in v0.0.27

type UpsertDiscordWebhookIntegration200Kind string

type UpsertDiscordWebhookIntegrationJSONBody added in v0.0.27

type UpsertDiscordWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpsertDiscordWebhookIntegrationJSONBody defines parameters for UpsertDiscordWebhookIntegration.

type UpsertDiscordWebhookIntegrationJSONRequestBody added in v0.0.27

type UpsertDiscordWebhookIntegrationJSONRequestBody UpsertDiscordWebhookIntegrationJSONBody

UpsertDiscordWebhookIntegrationJSONRequestBody defines body for UpsertDiscordWebhookIntegration for application/json ContentType.

type UpsertDiscordWebhookIntegrationResponse added in v0.0.27

type UpsertDiscordWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                     `json:"id"`
		Kind UpsertDiscordWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertDiscordWebhookIntegrationResponse added in v0.0.27

func ParseUpsertDiscordWebhookIntegrationResponse(rsp *http.Response) (*UpsertDiscordWebhookIntegrationResponse, error)

ParseUpsertDiscordWebhookIntegrationResponse parses an HTTP response from a UpsertDiscordWebhookIntegrationWithResponse call

func (UpsertDiscordWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertDiscordWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertEmailIntegration200Kind added in v0.0.27

type UpsertEmailIntegration200Kind string

type UpsertEmailIntegrationJSONBody added in v0.0.27

type UpsertEmailIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpsertEmailIntegrationJSONBody defines parameters for UpsertEmailIntegration.

type UpsertEmailIntegrationJSONRequestBody added in v0.0.27

type UpsertEmailIntegrationJSONRequestBody UpsertEmailIntegrationJSONBody

UpsertEmailIntegrationJSONRequestBody defines body for UpsertEmailIntegration for application/json ContentType.

type UpsertEmailIntegrationResponse added in v0.0.27

type UpsertEmailIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID            `json:"id"`
		Kind UpsertEmailIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertEmailIntegrationResponse added in v0.0.27

func ParseUpsertEmailIntegrationResponse(rsp *http.Response) (*UpsertEmailIntegrationResponse, error)

ParseUpsertEmailIntegrationResponse parses an HTTP response from a UpsertEmailIntegrationWithResponse call

func (UpsertEmailIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertEmailIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertEmailIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertGcpIntegration200Kind added in v0.0.27

type UpsertGcpIntegration200Kind string

type UpsertGcpIntegrationJSONBody added in v0.0.27

type UpsertGcpIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
		AuthUri                 string `json:"auth_uri"`
		ClientEmail             string `json:"client_email"`
		ClientId                string `json:"client_id"`
		ClientX509CertUrl       string `json:"client_x509_cert_url"`
		PrivateKey              string `json:"private_key"`
		PrivateKeyId            string `json:"private_key_id"`
		ProjectId               string `json:"project_id"`
		TokenUri                string `json:"token_uri"`
		Type                    string `json:"type"`
		UniverseDomain          string `json:"universe_domain"`
	} `json:"parameters"`
}

UpsertGcpIntegrationJSONBody defines parameters for UpsertGcpIntegration.

type UpsertGcpIntegrationJSONRequestBody added in v0.0.27

type UpsertGcpIntegrationJSONRequestBody UpsertGcpIntegrationJSONBody

UpsertGcpIntegrationJSONRequestBody defines body for UpsertGcpIntegration for application/json ContentType.

type UpsertGcpIntegrationResponse added in v0.0.27

type UpsertGcpIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind UpsertGcpIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
			AuthUri                 string `json:"auth_uri"`
			ClientEmail             string `json:"client_email"`
			ClientId                string `json:"client_id"`
			ClientX509CertUrl       string `json:"client_x509_cert_url"`
			PrivateKey              string `json:"private_key"`
			PrivateKeyId            string `json:"private_key_id"`
			ProjectId               string `json:"project_id"`
			TokenUri                string `json:"token_uri"`
			Type                    string `json:"type"`
			UniverseDomain          string `json:"universe_domain"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertGcpIntegrationResponse added in v0.0.27

func ParseUpsertGcpIntegrationResponse(rsp *http.Response) (*UpsertGcpIntegrationResponse, error)

ParseUpsertGcpIntegrationResponse parses an HTTP response from a UpsertGcpIntegrationWithResponse call

func (UpsertGcpIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertGcpIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertGcpIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertGithubApiKeyIntegration200Kind added in v0.0.27

type UpsertGithubApiKeyIntegration200Kind string

type UpsertGithubApiKeyIntegrationJSONBody added in v0.0.27

type UpsertGithubApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

UpsertGithubApiKeyIntegrationJSONBody defines parameters for UpsertGithubApiKeyIntegration.

type UpsertGithubApiKeyIntegrationJSONRequestBody added in v0.0.27

type UpsertGithubApiKeyIntegrationJSONRequestBody UpsertGithubApiKeyIntegrationJSONBody

UpsertGithubApiKeyIntegrationJSONRequestBody defines body for UpsertGithubApiKeyIntegration for application/json ContentType.

type UpsertGithubApiKeyIntegrationResponse added in v0.0.27

type UpsertGithubApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpsertGithubApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertGithubApiKeyIntegrationResponse added in v0.0.27

func ParseUpsertGithubApiKeyIntegrationResponse(rsp *http.Response) (*UpsertGithubApiKeyIntegrationResponse, error)

ParseUpsertGithubApiKeyIntegrationResponse parses an HTTP response from a UpsertGithubApiKeyIntegrationWithResponse call

func (UpsertGithubApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertGithubApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertGitlabApiKeyIntegration200Kind added in v0.0.27

type UpsertGitlabApiKeyIntegration200Kind string

type UpsertGitlabApiKeyIntegrationJSONBody added in v0.0.27

type UpsertGitlabApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey      string  `json:"api_key"`
		InstanceUrl *string `json:"instance_url,omitempty"`
	} `json:"parameters"`
}

UpsertGitlabApiKeyIntegrationJSONBody defines parameters for UpsertGitlabApiKeyIntegration.

type UpsertGitlabApiKeyIntegrationJSONRequestBody added in v0.0.27

type UpsertGitlabApiKeyIntegrationJSONRequestBody UpsertGitlabApiKeyIntegrationJSONBody

UpsertGitlabApiKeyIntegrationJSONRequestBody defines body for UpsertGitlabApiKeyIntegration for application/json ContentType.

type UpsertGitlabApiKeyIntegrationResponse added in v0.0.27

type UpsertGitlabApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpsertGitlabApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey      string  `json:"api_key"`
			InstanceUrl *string `json:"instance_url,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertGitlabApiKeyIntegrationResponse added in v0.0.27

func ParseUpsertGitlabApiKeyIntegrationResponse(rsp *http.Response) (*UpsertGitlabApiKeyIntegrationResponse, error)

ParseUpsertGitlabApiKeyIntegrationResponse parses an HTTP response from a UpsertGitlabApiKeyIntegrationWithResponse call

func (UpsertGitlabApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertGitlabApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertJiraIntegration200Kind added in v0.0.27

type UpsertJiraIntegration200Kind string

type UpsertJiraIntegration200ParametersPropertiesMappingEscapeProperty added in v0.0.27

type UpsertJiraIntegration200ParametersPropertiesMappingEscapeProperty string

type UpsertJiraIntegrationJSONBody added in v0.0.27

type UpsertJiraIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AccountId         string `json:"account_id"`
		ApiKey            string `json:"api_key"`
		Email             string `json:"email"`
		InstanceUrl       string `json:"instance_url"`
		Name              string `json:"name"`
		PropertiesMapping *[]struct {
			EscapeProperty UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty `json:"escape_property"`
			JiraProperty   string                                                                 `json:"jira_property"`
		} `json:"properties_mapping,omitempty"`
	} `json:"parameters"`
}

UpsertJiraIntegrationJSONBody defines parameters for UpsertJiraIntegration.

type UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty added in v0.0.27

type UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty string

UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty defines parameters for UpsertJiraIntegration.

const (
	UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapePropertySeverity UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty = "severity"
)

Defines values for UpsertJiraIntegrationJSONBodyParametersPropertiesMappingEscapeProperty.

type UpsertJiraIntegrationJSONRequestBody added in v0.0.27

type UpsertJiraIntegrationJSONRequestBody UpsertJiraIntegrationJSONBody

UpsertJiraIntegrationJSONRequestBody defines body for UpsertJiraIntegration for application/json ContentType.

type UpsertJiraIntegrationResponse added in v0.0.27

type UpsertJiraIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID           `json:"id"`
		Kind UpsertJiraIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AccountId         string `json:"account_id"`
			ApiKey            string `json:"api_key"`
			Email             string `json:"email"`
			InstanceUrl       string `json:"instance_url"`
			Name              string `json:"name"`
			PropertiesMapping *[]struct {
				EscapeProperty UpsertJiraIntegration200ParametersPropertiesMappingEscapeProperty `json:"escape_property"`
				JiraProperty   string                                                            `json:"jira_property"`
			} `json:"properties_mapping,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertJiraIntegrationResponse added in v0.0.27

func ParseUpsertJiraIntegrationResponse(rsp *http.Response) (*UpsertJiraIntegrationResponse, error)

ParseUpsertJiraIntegrationResponse parses an HTTP response from a UpsertJiraIntegrationWithResponse call

func (UpsertJiraIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertJiraIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertJiraIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertKongGatewayIntegration200Kind added in v0.0.27

type UpsertKongGatewayIntegration200Kind string

type UpsertKongGatewayIntegrationJSONBody added in v0.0.27

type UpsertKongGatewayIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		AdminApiUrl string `json:"admin_api_url"`
		ApiKey      string `json:"api_key"`
	} `json:"parameters"`
}

UpsertKongGatewayIntegrationJSONBody defines parameters for UpsertKongGatewayIntegration.

type UpsertKongGatewayIntegrationJSONRequestBody added in v0.0.27

type UpsertKongGatewayIntegrationJSONRequestBody UpsertKongGatewayIntegrationJSONBody

UpsertKongGatewayIntegrationJSONRequestBody defines body for UpsertKongGatewayIntegration for application/json ContentType.

type UpsertKongGatewayIntegrationResponse added in v0.0.27

type UpsertKongGatewayIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind UpsertKongGatewayIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			AdminApiUrl string `json:"admin_api_url"`
			ApiKey      string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertKongGatewayIntegrationResponse added in v0.0.27

func ParseUpsertKongGatewayIntegrationResponse(rsp *http.Response) (*UpsertKongGatewayIntegrationResponse, error)

ParseUpsertKongGatewayIntegrationResponse parses an HTTP response from a UpsertKongGatewayIntegrationWithResponse call

func (UpsertKongGatewayIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertKongGatewayIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertKongKonnectIntegration200Kind added in v0.0.27

type UpsertKongKonnectIntegration200Kind string

type UpsertKongKonnectIntegration200ParametersRegion added in v0.0.27

type UpsertKongKonnectIntegration200ParametersRegion string

type UpsertKongKonnectIntegrationJSONBody added in v0.0.27

type UpsertKongKonnectIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		Region             UpsertKongKonnectIntegrationJSONBodyParametersRegion `json:"region"`
		SystemAccountToken string                                               `json:"system_account_token"`
	} `json:"parameters"`
}

UpsertKongKonnectIntegrationJSONBody defines parameters for UpsertKongKonnectIntegration.

type UpsertKongKonnectIntegrationJSONBodyParametersRegion added in v0.0.27

type UpsertKongKonnectIntegrationJSONBodyParametersRegion string

UpsertKongKonnectIntegrationJSONBodyParametersRegion defines parameters for UpsertKongKonnectIntegration.

const (
	UpsertKongKonnectIntegrationJSONBodyParametersRegionAU UpsertKongKonnectIntegrationJSONBodyParametersRegion = "AU"
	UpsertKongKonnectIntegrationJSONBodyParametersRegionEU UpsertKongKonnectIntegrationJSONBodyParametersRegion = "EU"
	UpsertKongKonnectIntegrationJSONBodyParametersRegionUS UpsertKongKonnectIntegrationJSONBodyParametersRegion = "US"
)

Defines values for UpsertKongKonnectIntegrationJSONBodyParametersRegion.

type UpsertKongKonnectIntegrationJSONRequestBody added in v0.0.27

type UpsertKongKonnectIntegrationJSONRequestBody UpsertKongKonnectIntegrationJSONBody

UpsertKongKonnectIntegrationJSONRequestBody defines body for UpsertKongKonnectIntegration for application/json ContentType.

type UpsertKongKonnectIntegrationResponse added in v0.0.27

type UpsertKongKonnectIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                  `json:"id"`
		Kind UpsertKongKonnectIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Region             UpsertKongKonnectIntegration200ParametersRegion `json:"region"`
			SystemAccountToken string                                          `json:"system_account_token"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertKongKonnectIntegrationResponse added in v0.0.27

func ParseUpsertKongKonnectIntegrationResponse(rsp *http.Response) (*UpsertKongKonnectIntegrationResponse, error)

ParseUpsertKongKonnectIntegrationResponse parses an HTTP response from a UpsertKongKonnectIntegrationWithResponse call

func (UpsertKongKonnectIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertKongKonnectIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertKubernetesIntegration200Kind added in v0.0.27

type UpsertKubernetesIntegration200Kind string

type UpsertKubernetesIntegrationJSONBody added in v0.0.27

type UpsertKubernetesIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		Blacklist *struct {
			Namespaces *[]string `json:"namespaces,omitempty"`
		} `json:"blacklist,omitempty"`
		Tags *struct {
			Labels     *[]string `json:"labels,omitempty"`
			Namespaces *bool     `json:"namespaces,omitempty"`
		} `json:"tags,omitempty"`
	} `json:"parameters"`
}

UpsertKubernetesIntegrationJSONBody defines parameters for UpsertKubernetesIntegration.

type UpsertKubernetesIntegrationJSONRequestBody added in v0.0.27

type UpsertKubernetesIntegrationJSONRequestBody UpsertKubernetesIntegrationJSONBody

UpsertKubernetesIntegrationJSONRequestBody defines body for UpsertKubernetesIntegration for application/json ContentType.

type UpsertKubernetesIntegrationResponse added in v0.0.27

type UpsertKubernetesIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                 `json:"id"`
		Kind UpsertKubernetesIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			Blacklist *struct {
				Namespaces *[]string `json:"namespaces,omitempty"`
			} `json:"blacklist,omitempty"`
			Tags *struct {
				Labels     *[]string `json:"labels,omitempty"`
				Namespaces *bool     `json:"namespaces,omitempty"`
			} `json:"tags,omitempty"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertKubernetesIntegrationResponse added in v0.0.27

func ParseUpsertKubernetesIntegrationResponse(rsp *http.Response) (*UpsertKubernetesIntegrationResponse, error)

ParseUpsertKubernetesIntegrationResponse parses an HTTP response from a UpsertKubernetesIntegrationWithResponse call

func (UpsertKubernetesIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertKubernetesIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertLocation200Type added in v0.0.14

type UpsertLocation200Type string

type UpsertLocationJSONBody added in v0.0.14

type UpsertLocationJSONBody struct {
	// Key The SSH public key to use to connect to the location.
	Key *string `json:"key,omitempty"`

	// Name The name of the location.
	Name string `json:"name"`

	// PrivateLocationV2 Opt in to the new private location feature
	PrivateLocationV2 *bool `json:"private_location_v2,omitempty"`
}

UpsertLocationJSONBody defines parameters for UpsertLocation.

type UpsertLocationJSONRequestBody added in v0.0.14

type UpsertLocationJSONRequestBody UpsertLocationJSONBody

UpsertLocationJSONRequestBody defines body for UpsertLocation for application/json ContentType.

type UpsertLocationResponse added in v0.0.14

type UpsertLocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// Id The location ID.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// Key The SSH public key to use to connect to the location.
		Key *string `json:"key,omitempty"`

		// Name The name of the location.
		Name *string                `json:"name,omitempty"`
		Type *UpsertLocation200Type `json:"type,omitempty"`
	}
	JSON400 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertLocationResponse added in v0.0.14

func ParseUpsertLocationResponse(rsp *http.Response) (*UpsertLocationResponse, error)

ParseUpsertLocationResponse parses an HTTP response from a UpsertLocationWithResponse call

func (UpsertLocationResponse) Status added in v0.0.14

func (r UpsertLocationResponse) Status() string

Status returns HTTPResponse.Status

func (UpsertLocationResponse) StatusCode added in v0.0.14

func (r UpsertLocationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertPostmanApiKeyIntegration200Kind added in v0.0.27

type UpsertPostmanApiKeyIntegration200Kind string

type UpsertPostmanApiKeyIntegrationJSONBody added in v0.0.27

type UpsertPostmanApiKeyIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiKey string `json:"api_key"`
	} `json:"parameters"`
}

UpsertPostmanApiKeyIntegrationJSONBody defines parameters for UpsertPostmanApiKeyIntegration.

type UpsertPostmanApiKeyIntegrationJSONRequestBody added in v0.0.27

type UpsertPostmanApiKeyIntegrationJSONRequestBody UpsertPostmanApiKeyIntegrationJSONBody

UpsertPostmanApiKeyIntegrationJSONRequestBody defines body for UpsertPostmanApiKeyIntegration for application/json ContentType.

type UpsertPostmanApiKeyIntegrationResponse added in v0.0.27

type UpsertPostmanApiKeyIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                    `json:"id"`
		Kind UpsertPostmanApiKeyIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiKey string `json:"api_key"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertPostmanApiKeyIntegrationResponse added in v0.0.27

func ParseUpsertPostmanApiKeyIntegrationResponse(rsp *http.Response) (*UpsertPostmanApiKeyIntegrationResponse, error)

ParseUpsertPostmanApiKeyIntegrationResponse parses an HTTP response from a UpsertPostmanApiKeyIntegrationWithResponse call

func (UpsertPostmanApiKeyIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertPostmanApiKeyIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertRole200ApplicationAccessLevel added in v0.0.27

type UpsertRole200ApplicationAccessLevel string

type UpsertRole200InventoryAccessLevel added in v0.0.27

type UpsertRole200InventoryAccessLevel string

type UpsertRole200WorkflowsAccessLevel added in v0.0.27

type UpsertRole200WorkflowsAccessLevel string

type UpsertRoleJSONBody added in v0.0.27

type UpsertRoleJSONBody struct {
	// ApplicationAccessLevel Access Level to the resource.
	ApplicationAccessLevel *UpsertRoleJSONBodyApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

	// IntegrationAdministrator Set as administrator of the resource.
	IntegrationAdministrator *bool `json:"integrationAdministrator,omitempty"`

	// InventoryAccessLevel Access Level to the resource.
	InventoryAccessLevel *UpsertRoleJSONBodyInventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

	// Name The name of the role.
	Name string `json:"name"`

	// ReportingAdministrator Set as administrator of the resource.
	ReportingAdministrator *bool `json:"reportingAdministrator,omitempty"`

	// WorkflowsAccessLevel Access Level to the resource.
	WorkflowsAccessLevel *UpsertRoleJSONBodyWorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
}

UpsertRoleJSONBody defines parameters for UpsertRole.

type UpsertRoleJSONBodyApplicationAccessLevel added in v0.0.27

type UpsertRoleJSONBodyApplicationAccessLevel string

UpsertRoleJSONBodyApplicationAccessLevel defines parameters for UpsertRole.

const (
	UpsertRoleJSONBodyApplicationAccessLevelADMIN  UpsertRoleJSONBodyApplicationAccessLevel = "ADMIN"
	UpsertRoleJSONBodyApplicationAccessLevelEDITOR UpsertRoleJSONBodyApplicationAccessLevel = "EDITOR"
	UpsertRoleJSONBodyApplicationAccessLevelNONE   UpsertRoleJSONBodyApplicationAccessLevel = "NONE"
	UpsertRoleJSONBodyApplicationAccessLevelVIEWER UpsertRoleJSONBodyApplicationAccessLevel = "VIEWER"
)

Defines values for UpsertRoleJSONBodyApplicationAccessLevel.

type UpsertRoleJSONBodyInventoryAccessLevel added in v0.0.27

type UpsertRoleJSONBodyInventoryAccessLevel string

UpsertRoleJSONBodyInventoryAccessLevel defines parameters for UpsertRole.

const (
	UpsertRoleJSONBodyInventoryAccessLevelADMIN  UpsertRoleJSONBodyInventoryAccessLevel = "ADMIN"
	UpsertRoleJSONBodyInventoryAccessLevelEDITOR UpsertRoleJSONBodyInventoryAccessLevel = "EDITOR"
	UpsertRoleJSONBodyInventoryAccessLevelNONE   UpsertRoleJSONBodyInventoryAccessLevel = "NONE"
	UpsertRoleJSONBodyInventoryAccessLevelVIEWER UpsertRoleJSONBodyInventoryAccessLevel = "VIEWER"
)

Defines values for UpsertRoleJSONBodyInventoryAccessLevel.

type UpsertRoleJSONBodyWorkflowsAccessLevel added in v0.0.27

type UpsertRoleJSONBodyWorkflowsAccessLevel string

UpsertRoleJSONBodyWorkflowsAccessLevel defines parameters for UpsertRole.

const (
	UpsertRoleJSONBodyWorkflowsAccessLevelADMIN  UpsertRoleJSONBodyWorkflowsAccessLevel = "ADMIN"
	UpsertRoleJSONBodyWorkflowsAccessLevelEDITOR UpsertRoleJSONBodyWorkflowsAccessLevel = "EDITOR"
	UpsertRoleJSONBodyWorkflowsAccessLevelNONE   UpsertRoleJSONBodyWorkflowsAccessLevel = "NONE"
	UpsertRoleJSONBodyWorkflowsAccessLevelVIEWER UpsertRoleJSONBodyWorkflowsAccessLevel = "VIEWER"
)

Defines values for UpsertRoleJSONBodyWorkflowsAccessLevel.

type UpsertRoleJSONRequestBody added in v0.0.27

type UpsertRoleJSONRequestBody UpsertRoleJSONBody

UpsertRoleJSONRequestBody defines body for UpsertRole for application/json ContentType.

type UpsertRoleResponse added in v0.0.27

type UpsertRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// ApplicationAccessLevel Access Level to the resource.
		ApplicationAccessLevel *UpsertRole200ApplicationAccessLevel `json:"applicationAccessLevel,omitempty"`

		// Id The ID of the role.
		Id *openapi_types.UUID `json:"id,omitempty"`

		// IntegrationAdministrator Set as administrator of the resource.
		IntegrationAdministrator bool `json:"integrationAdministrator"`

		// InventoryAccessLevel Access Level to the resource.
		InventoryAccessLevel *UpsertRole200InventoryAccessLevel `json:"inventoryAccessLevel,omitempty"`

		// Name The name of the role.
		Name *string `json:"name,omitempty"`

		// ReportingAdministrator Set as administrator of the resource.
		ReportingAdministrator bool `json:"reportingAdministrator"`

		// WorkflowsAccessLevel Access Level to the resource.
		WorkflowsAccessLevel *UpsertRole200WorkflowsAccessLevel `json:"workflowsAccessLevel,omitempty"`
	}
}

func ParseUpsertRoleResponse added in v0.0.27

func ParseUpsertRoleResponse(rsp *http.Response) (*UpsertRoleResponse, error)

ParseUpsertRoleResponse parses an HTTP response from a UpsertRoleWithResponse call

func (UpsertRoleResponse) Status added in v0.0.27

func (r UpsertRoleResponse) Status() string

Status returns HTTPResponse.Status

func (UpsertRoleResponse) StatusCode added in v0.0.27

func (r UpsertRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertSlackWebhookIntegration200Kind added in v0.0.27

type UpsertSlackWebhookIntegration200Kind string

type UpsertSlackWebhookIntegrationJSONBody added in v0.0.27

type UpsertSlackWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpsertSlackWebhookIntegrationJSONBody defines parameters for UpsertSlackWebhookIntegration.

type UpsertSlackWebhookIntegrationJSONRequestBody added in v0.0.27

type UpsertSlackWebhookIntegrationJSONRequestBody UpsertSlackWebhookIntegrationJSONBody

UpsertSlackWebhookIntegrationJSONRequestBody defines body for UpsertSlackWebhookIntegration for application/json ContentType.

type UpsertSlackWebhookIntegrationResponse added in v0.0.27

type UpsertSlackWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpsertSlackWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertSlackWebhookIntegrationResponse added in v0.0.27

func ParseUpsertSlackWebhookIntegrationResponse(rsp *http.Response) (*UpsertSlackWebhookIntegrationResponse, error)

ParseUpsertSlackWebhookIntegrationResponse parses an HTTP response from a UpsertSlackWebhookIntegrationWithResponse call

func (UpsertSlackWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertSlackWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertTeamsWebhookIntegration200Kind added in v0.0.27

type UpsertTeamsWebhookIntegration200Kind string

type UpsertTeamsWebhookIntegrationJSONBody added in v0.0.27

type UpsertTeamsWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpsertTeamsWebhookIntegrationJSONBody defines parameters for UpsertTeamsWebhookIntegration.

type UpsertTeamsWebhookIntegrationJSONRequestBody added in v0.0.27

type UpsertTeamsWebhookIntegrationJSONRequestBody UpsertTeamsWebhookIntegrationJSONBody

UpsertTeamsWebhookIntegrationJSONRequestBody defines body for UpsertTeamsWebhookIntegration for application/json ContentType.

type UpsertTeamsWebhookIntegrationResponse added in v0.0.27

type UpsertTeamsWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID                   `json:"id"`
		Kind UpsertTeamsWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertTeamsWebhookIntegrationResponse added in v0.0.27

func ParseUpsertTeamsWebhookIntegrationResponse(rsp *http.Response) (*UpsertTeamsWebhookIntegrationResponse, error)

ParseUpsertTeamsWebhookIntegrationResponse parses an HTTP response from a UpsertTeamsWebhookIntegrationWithResponse call

func (UpsertTeamsWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertTeamsWebhookIntegrationResponse) StatusCode added in v0.0.27

StatusCode returns HTTPResponse.StatusCode

type UpsertWebhookIntegration200Kind added in v0.0.27

type UpsertWebhookIntegration200Kind string

type UpsertWebhookIntegrationJSONBody added in v0.0.27

type UpsertWebhookIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
}

UpsertWebhookIntegrationJSONBody defines parameters for UpsertWebhookIntegration.

type UpsertWebhookIntegrationJSONRequestBody added in v0.0.27

type UpsertWebhookIntegrationJSONRequestBody UpsertWebhookIntegrationJSONBody

UpsertWebhookIntegrationJSONRequestBody defines body for UpsertWebhookIntegration for application/json ContentType.

type UpsertWebhookIntegrationResponse added in v0.0.27

type UpsertWebhookIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID              `json:"id"`
		Kind UpsertWebhookIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertWebhookIntegrationResponse added in v0.0.27

func ParseUpsertWebhookIntegrationResponse(rsp *http.Response) (*UpsertWebhookIntegrationResponse, error)

ParseUpsertWebhookIntegrationResponse parses an HTTP response from a UpsertWebhookIntegrationWithResponse call

func (UpsertWebhookIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertWebhookIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertWebhookIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpsertWizIntegration200Kind added in v0.0.27

type UpsertWizIntegration200Kind string

type UpsertWizIntegrationJSONBody added in v0.0.27

type UpsertWizIntegrationJSONBody struct {
	// LocationId The location ID
	LocationId *openapi_types.UUID `json:"locationId"`
	Name       string              `json:"name"`
	Parameters struct {
		ApiEndpoint  string `json:"api_endpoint"`
		ClientId     string `json:"client_id"`
		ClientSecret string `json:"client_secret"`
		TokenUri     string `json:"token_uri"`
	} `json:"parameters"`
}

UpsertWizIntegrationJSONBody defines parameters for UpsertWizIntegration.

type UpsertWizIntegrationJSONRequestBody added in v0.0.27

type UpsertWizIntegrationJSONRequestBody UpsertWizIntegrationJSONBody

UpsertWizIntegrationJSONRequestBody defines body for UpsertWizIntegration for application/json ContentType.

type UpsertWizIntegrationResponse added in v0.0.27

type UpsertWizIntegrationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id   openapi_types.UUID          `json:"id"`
		Kind UpsertWizIntegration200Kind `json:"kind"`

		// LocationId The location ID
		LocationId *openapi_types.UUID `json:"locationId"`
		Name       string              `json:"name"`
		Parameters struct {
			ApiEndpoint  string `json:"api_endpoint"`
			ClientId     string `json:"client_id"`
			ClientSecret string `json:"client_secret"`
			TokenUri     string `json:"token_uri"`
		} `json:"parameters"`
	}
	JSON400 *struct {
		Events []struct {
			Logline  string  `json:"logline"`
			Severity *string `json:"severity"`
		} `json:"events"`
		Message string `json:"message"`
		Name    string `json:"name"`
	}
	JSON500 *struct {
		Message string `json:"message"`
		Name    string `json:"name"`
	}
}

func ParseUpsertWizIntegrationResponse added in v0.0.27

func ParseUpsertWizIntegrationResponse(rsp *http.Response) (*UpsertWizIntegrationResponse, error)

ParseUpsertWizIntegrationResponse parses an HTTP response from a UpsertWizIntegrationWithResponse call

func (UpsertWizIntegrationResponse) Status added in v0.0.27

Status returns HTTPResponse.Status

func (UpsertWizIntegrationResponse) StatusCode added in v0.0.27

func (r UpsertWizIntegrationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL