# README
defect-dojo-client-go
DefectDojo API client in Go
This client is generated automatically from the DefectDojo OpenAPI 3.0 spec, using github.com/deepmap/oapi-codegen. So it has some quirks.
API Documentation: https://pkg.go.dev/github.com/doximity/defect-dojo-client-go
Usage
Import the module:
import (
dd "github.com/doximity/defect-dojo-client-go"
"github.com/deepmap/oapi-codegen/pkg/securityprovider"
)
Create a client:
url := "https://demo.defectdojo.org"
token := os.Getenv("DOJO_APIKEY")
tokenProvider, err := securityprovider.NewSecurityProviderApiKey("header", "Authorization", fmt.Sprintf("Token %s", token))
if err != nil {
panic(err)
}
client, err := dd.NewClientWithResponses(url, dd.WithRequestEditorFn(tokenProvider.Intercept))
Make a request (in this case create a product, i.e. POST /products/
):
apiResp, err := client.ProductsCreateWithResponse(ctx, dd.ProductsCreateJSONRequestBody{
Name: "My Product",
Description: "A description",
ProdType: 1,
})
Access fields from the response:
if apiResp.StatusCode() == 201 {
createdProductId := apiResp.JSON201.Id
//...
}
Development
To build the client, run:
$ oapi-codegen Defect-Dojo-API-v2.x.x.json > defectdojo.gen.go
Contributing
Pull requests are welcome. By contributing to this repository you are agreeing to the Contributor License Agreement (CONTRIBUTING.md)
Licencse
Licensed under the Apache v2 license. See LICENSE.txt
# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
NewApiTokenAuthCreateRequest calls the generic ApiTokenAuthCreate builder with application/json body.
NewApiTokenAuthCreateRequestWithBody generates requests for ApiTokenAuthCreate with any type of body.
NewApiTokenAuthCreateRequestWithFormdataBody calls the generic ApiTokenAuthCreate builder with application/x-www-form-urlencoded body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewConfigurationPermissionsListRequest generates requests for ConfigurationPermissionsList.
NewConfigurationPermissionsRetrieveRequest generates requests for ConfigurationPermissionsRetrieve.
NewCredentialMappingsCreateRequest calls the generic CredentialMappingsCreate builder with application/json body.
NewCredentialMappingsCreateRequestWithBody generates requests for CredentialMappingsCreate with any type of body.
NewCredentialMappingsCreateRequestWithFormdataBody calls the generic CredentialMappingsCreate builder with application/x-www-form-urlencoded body.
NewCredentialMappingsDeletePreviewListRequest generates requests for CredentialMappingsDeletePreviewList.
NewCredentialMappingsDestroyRequest generates requests for CredentialMappingsDestroy.
NewCredentialMappingsListRequest generates requests for CredentialMappingsList.
NewCredentialMappingsPartialUpdateRequest calls the generic CredentialMappingsPartialUpdate builder with application/json body.
NewCredentialMappingsPartialUpdateRequestWithBody generates requests for CredentialMappingsPartialUpdate with any type of body.
NewCredentialMappingsPartialUpdateRequestWithFormdataBody calls the generic CredentialMappingsPartialUpdate builder with application/x-www-form-urlencoded body.
NewCredentialMappingsRetrieveRequest generates requests for CredentialMappingsRetrieve.
NewCredentialMappingsUpdateRequest calls the generic CredentialMappingsUpdate builder with application/json body.
NewCredentialMappingsUpdateRequestWithBody generates requests for CredentialMappingsUpdate with any type of body.
NewCredentialMappingsUpdateRequestWithFormdataBody calls the generic CredentialMappingsUpdate builder with application/x-www-form-urlencoded body.
NewCredentialsCreateRequest calls the generic CredentialsCreate builder with application/json body.
NewCredentialsCreateRequestWithBody generates requests for CredentialsCreate with any type of body.
NewCredentialsCreateRequestWithFormdataBody calls the generic CredentialsCreate builder with application/x-www-form-urlencoded body.
NewCredentialsDeletePreviewListRequest generates requests for CredentialsDeletePreviewList.
NewCredentialsDestroyRequest generates requests for CredentialsDestroy.
NewCredentialsListRequest generates requests for CredentialsList.
NewCredentialsPartialUpdateRequest calls the generic CredentialsPartialUpdate builder with application/json body.
NewCredentialsPartialUpdateRequestWithBody generates requests for CredentialsPartialUpdate with any type of body.
NewCredentialsPartialUpdateRequestWithFormdataBody calls the generic CredentialsPartialUpdate builder with application/x-www-form-urlencoded body.
NewCredentialsRetrieveRequest generates requests for CredentialsRetrieve.
NewCredentialsUpdateRequest calls the generic CredentialsUpdate builder with application/json body.
NewCredentialsUpdateRequestWithBody generates requests for CredentialsUpdate with any type of body.
NewCredentialsUpdateRequestWithFormdataBody calls the generic CredentialsUpdate builder with application/x-www-form-urlencoded body.
NewDevelopmentEnvironmentsCreateRequest calls the generic DevelopmentEnvironmentsCreate builder with application/json body.
NewDevelopmentEnvironmentsCreateRequestWithBody generates requests for DevelopmentEnvironmentsCreate with any type of body.
NewDevelopmentEnvironmentsCreateRequestWithFormdataBody calls the generic DevelopmentEnvironmentsCreate builder with application/x-www-form-urlencoded body.
NewDevelopmentEnvironmentsDeletePreviewListRequest generates requests for DevelopmentEnvironmentsDeletePreviewList.
NewDevelopmentEnvironmentsDestroyRequest generates requests for DevelopmentEnvironmentsDestroy.
NewDevelopmentEnvironmentsListRequest generates requests for DevelopmentEnvironmentsList.
NewDevelopmentEnvironmentsPartialUpdateRequest calls the generic DevelopmentEnvironmentsPartialUpdate builder with application/json body.
NewDevelopmentEnvironmentsPartialUpdateRequestWithBody generates requests for DevelopmentEnvironmentsPartialUpdate with any type of body.
NewDevelopmentEnvironmentsPartialUpdateRequestWithFormdataBody calls the generic DevelopmentEnvironmentsPartialUpdate builder with application/x-www-form-urlencoded body.
NewDevelopmentEnvironmentsRetrieveRequest generates requests for DevelopmentEnvironmentsRetrieve.
NewDevelopmentEnvironmentsUpdateRequest calls the generic DevelopmentEnvironmentsUpdate builder with application/json body.
NewDevelopmentEnvironmentsUpdateRequestWithBody generates requests for DevelopmentEnvironmentsUpdate with any type of body.
NewDevelopmentEnvironmentsUpdateRequestWithFormdataBody calls the generic DevelopmentEnvironmentsUpdate builder with application/x-www-form-urlencoded body.
NewDojoGroupMembersCreateRequest calls the generic DojoGroupMembersCreate builder with application/json body.
NewDojoGroupMembersCreateRequestWithBody generates requests for DojoGroupMembersCreate with any type of body.
NewDojoGroupMembersCreateRequestWithFormdataBody calls the generic DojoGroupMembersCreate builder with application/x-www-form-urlencoded body.
NewDojoGroupMembersDeletePreviewListRequest generates requests for DojoGroupMembersDeletePreviewList.
NewDojoGroupMembersDestroyRequest generates requests for DojoGroupMembersDestroy.
NewDojoGroupMembersListRequest generates requests for DojoGroupMembersList.
NewDojoGroupMembersPartialUpdateRequest calls the generic DojoGroupMembersPartialUpdate builder with application/json body.
NewDojoGroupMembersPartialUpdateRequestWithBody generates requests for DojoGroupMembersPartialUpdate with any type of body.
NewDojoGroupMembersPartialUpdateRequestWithFormdataBody calls the generic DojoGroupMembersPartialUpdate builder with application/x-www-form-urlencoded body.
NewDojoGroupMembersRetrieveRequest generates requests for DojoGroupMembersRetrieve.
NewDojoGroupMembersUpdateRequest calls the generic DojoGroupMembersUpdate builder with application/json body.
NewDojoGroupMembersUpdateRequestWithBody generates requests for DojoGroupMembersUpdate with any type of body.
NewDojoGroupMembersUpdateRequestWithFormdataBody calls the generic DojoGroupMembersUpdate builder with application/x-www-form-urlencoded body.
NewDojoGroupsCreateRequest calls the generic DojoGroupsCreate builder with application/json body.
NewDojoGroupsCreateRequestWithBody generates requests for DojoGroupsCreate with any type of body.
NewDojoGroupsCreateRequestWithFormdataBody calls the generic DojoGroupsCreate builder with application/x-www-form-urlencoded body.
NewDojoGroupsDeletePreviewListRequest generates requests for DojoGroupsDeletePreviewList.
NewDojoGroupsDestroyRequest generates requests for DojoGroupsDestroy.
NewDojoGroupsListRequest generates requests for DojoGroupsList.
NewDojoGroupsPartialUpdateRequest calls the generic DojoGroupsPartialUpdate builder with application/json body.
NewDojoGroupsPartialUpdateRequestWithBody generates requests for DojoGroupsPartialUpdate with any type of body.
NewDojoGroupsPartialUpdateRequestWithFormdataBody calls the generic DojoGroupsPartialUpdate builder with application/x-www-form-urlencoded body.
NewDojoGroupsRetrieveRequest generates requests for DojoGroupsRetrieve.
NewDojoGroupsUpdateRequest calls the generic DojoGroupsUpdate builder with application/json body.
NewDojoGroupsUpdateRequestWithBody generates requests for DojoGroupsUpdate with any type of body.
NewDojoGroupsUpdateRequestWithFormdataBody calls the generic DojoGroupsUpdate builder with application/x-www-form-urlencoded body.
NewEndpointMetaImportCreateRequestWithBody generates requests for EndpointMetaImportCreate with any type of body.
NewEndpointsCreateRequest calls the generic EndpointsCreate builder with application/json body.
NewEndpointsCreateRequestWithBody generates requests for EndpointsCreate with any type of body.
NewEndpointsCreateRequestWithFormdataBody calls the generic EndpointsCreate builder with application/x-www-form-urlencoded body.
NewEndpointsDeletePreviewListRequest generates requests for EndpointsDeletePreviewList.
NewEndpointsDestroyRequest generates requests for EndpointsDestroy.
NewEndpointsGenerateReportCreateRequest calls the generic EndpointsGenerateReportCreate builder with application/json body.
NewEndpointsGenerateReportCreateRequestWithBody generates requests for EndpointsGenerateReportCreate with any type of body.
NewEndpointsGenerateReportCreateRequestWithFormdataBody calls the generic EndpointsGenerateReportCreate builder with application/x-www-form-urlencoded body.
NewEndpointsListRequest generates requests for EndpointsList.
NewEndpointsPartialUpdateRequest calls the generic EndpointsPartialUpdate builder with application/json body.
NewEndpointsPartialUpdateRequestWithBody generates requests for EndpointsPartialUpdate with any type of body.
NewEndpointsPartialUpdateRequestWithFormdataBody calls the generic EndpointsPartialUpdate builder with application/x-www-form-urlencoded body.
NewEndpointsRetrieveRequest generates requests for EndpointsRetrieve.
NewEndpointStatusCreateRequest calls the generic EndpointStatusCreate builder with application/json body.
NewEndpointStatusCreateRequestWithBody generates requests for EndpointStatusCreate with any type of body.
NewEndpointStatusCreateRequestWithFormdataBody calls the generic EndpointStatusCreate builder with application/x-www-form-urlencoded body.
NewEndpointStatusDeletePreviewListRequest generates requests for EndpointStatusDeletePreviewList.
NewEndpointStatusDestroyRequest generates requests for EndpointStatusDestroy.
NewEndpointStatusListRequest generates requests for EndpointStatusList.
NewEndpointStatusPartialUpdateRequest calls the generic EndpointStatusPartialUpdate builder with application/json body.
NewEndpointStatusPartialUpdateRequestWithBody generates requests for EndpointStatusPartialUpdate with any type of body.
NewEndpointStatusPartialUpdateRequestWithFormdataBody calls the generic EndpointStatusPartialUpdate builder with application/x-www-form-urlencoded body.
NewEndpointStatusRetrieveRequest generates requests for EndpointStatusRetrieve.
NewEndpointStatusUpdateRequest calls the generic EndpointStatusUpdate builder with application/json body.
NewEndpointStatusUpdateRequestWithBody generates requests for EndpointStatusUpdate with any type of body.
NewEndpointStatusUpdateRequestWithFormdataBody calls the generic EndpointStatusUpdate builder with application/x-www-form-urlencoded body.
NewEndpointsUpdateRequest calls the generic EndpointsUpdate builder with application/json body.
NewEndpointsUpdateRequestWithBody generates requests for EndpointsUpdate with any type of body.
NewEndpointsUpdateRequestWithFormdataBody calls the generic EndpointsUpdate builder with application/x-www-form-urlencoded body.
NewEngagementPresetsCreateRequest calls the generic EngagementPresetsCreate builder with application/json body.
NewEngagementPresetsCreateRequestWithBody generates requests for EngagementPresetsCreate with any type of body.
NewEngagementPresetsCreateRequestWithFormdataBody calls the generic EngagementPresetsCreate builder with application/x-www-form-urlencoded body.
NewEngagementPresetsDeletePreviewListRequest generates requests for EngagementPresetsDeletePreviewList.
NewEngagementPresetsDestroyRequest generates requests for EngagementPresetsDestroy.
NewEngagementPresetsListRequest generates requests for EngagementPresetsList.
NewEngagementPresetsPartialUpdateRequest calls the generic EngagementPresetsPartialUpdate builder with application/json body.
NewEngagementPresetsPartialUpdateRequestWithBody generates requests for EngagementPresetsPartialUpdate with any type of body.
NewEngagementPresetsPartialUpdateRequestWithFormdataBody calls the generic EngagementPresetsPartialUpdate builder with application/x-www-form-urlencoded body.
NewEngagementPresetsRetrieveRequest generates requests for EngagementPresetsRetrieve.
NewEngagementPresetsUpdateRequest calls the generic EngagementPresetsUpdate builder with application/json body.
NewEngagementPresetsUpdateRequestWithBody generates requests for EngagementPresetsUpdate with any type of body.
NewEngagementPresetsUpdateRequestWithFormdataBody calls the generic EngagementPresetsUpdate builder with application/x-www-form-urlencoded body.
NewEngagementsAcceptRisksCreateRequest calls the generic EngagementsAcceptRisksCreate builder with application/json body.
NewEngagementsAcceptRisksCreateRequestWithBody generates requests for EngagementsAcceptRisksCreate with any type of body.
NewEngagementsAcceptRisksCreateRequestWithFormdataBody calls the generic EngagementsAcceptRisksCreate builder with application/x-www-form-urlencoded body.
NewEngagementsCloseCreateRequest generates requests for EngagementsCloseCreate.
NewEngagementsCompleteChecklistCreateRequest calls the generic EngagementsCompleteChecklistCreate builder with application/json body.
NewEngagementsCompleteChecklistCreateRequestWithBody generates requests for EngagementsCompleteChecklistCreate with any type of body.
NewEngagementsCompleteChecklistCreateRequestWithFormdataBody calls the generic EngagementsCompleteChecklistCreate builder with application/x-www-form-urlencoded body.
NewEngagementsCompleteChecklistRetrieveRequest generates requests for EngagementsCompleteChecklistRetrieve.
NewEngagementsCreateRequest calls the generic EngagementsCreate builder with application/json body.
NewEngagementsCreateRequestWithBody generates requests for EngagementsCreate with any type of body.
NewEngagementsCreateRequestWithFormdataBody calls the generic EngagementsCreate builder with application/x-www-form-urlencoded body.
NewEngagementsDeletePreviewListRequest generates requests for EngagementsDeletePreviewList.
NewEngagementsDestroyRequest generates requests for EngagementsDestroy.
NewEngagementsFilesCreateRequestWithBody generates requests for EngagementsFilesCreate with any type of body.
NewEngagementsFilesDownloadRetrieveRequest generates requests for EngagementsFilesDownloadRetrieve.
NewEngagementsFilesRetrieveRequest generates requests for EngagementsFilesRetrieve.
NewEngagementsGenerateReportCreateRequest calls the generic EngagementsGenerateReportCreate builder with application/json body.
NewEngagementsGenerateReportCreateRequestWithBody generates requests for EngagementsGenerateReportCreate with any type of body.
NewEngagementsGenerateReportCreateRequestWithFormdataBody calls the generic EngagementsGenerateReportCreate builder with application/x-www-form-urlencoded body.
NewEngagementsListRequest generates requests for EngagementsList.
NewEngagementsNotesCreateRequest calls the generic EngagementsNotesCreate builder with application/json body.
NewEngagementsNotesCreateRequestWithBody generates requests for EngagementsNotesCreate with any type of body.
NewEngagementsNotesCreateRequestWithFormdataBody calls the generic EngagementsNotesCreate builder with application/x-www-form-urlencoded body.
NewEngagementsNotesRetrieveRequest generates requests for EngagementsNotesRetrieve.
NewEngagementsPartialUpdateRequest calls the generic EngagementsPartialUpdate builder with application/json body.
NewEngagementsPartialUpdateRequestWithBody generates requests for EngagementsPartialUpdate with any type of body.
NewEngagementsPartialUpdateRequestWithFormdataBody calls the generic EngagementsPartialUpdate builder with application/x-www-form-urlencoded body.
NewEngagementsReopenCreateRequest generates requests for EngagementsReopenCreate.
NewEngagementsRetrieveRequest generates requests for EngagementsRetrieve.
NewEngagementsUpdateRequest calls the generic EngagementsUpdate builder with application/json body.
NewEngagementsUpdateRequestWithBody generates requests for EngagementsUpdate with any type of body.
NewEngagementsUpdateRequestWithFormdataBody calls the generic EngagementsUpdate builder with application/x-www-form-urlencoded body.
NewFindingsAcceptRisksCreateRequest calls the generic FindingsAcceptRisksCreate builder with application/json body.
NewFindingsAcceptRisksCreateRequestWithBody generates requests for FindingsAcceptRisksCreate with any type of body.
NewFindingsAcceptRisksCreateRequestWithFormdataBody calls the generic FindingsAcceptRisksCreate builder with application/x-www-form-urlencoded body.
NewFindingsCloseCreateRequest calls the generic FindingsCloseCreate builder with application/json body.
NewFindingsCloseCreateRequestWithBody generates requests for FindingsCloseCreate with any type of body.
NewFindingsCloseCreateRequestWithFormdataBody calls the generic FindingsCloseCreate builder with application/x-www-form-urlencoded body.
NewFindingsCreateRequest calls the generic FindingsCreate builder with application/json body.
NewFindingsCreateRequestWithBody generates requests for FindingsCreate with any type of body.
NewFindingsCreateRequestWithFormdataBody calls the generic FindingsCreate builder with application/x-www-form-urlencoded body.
NewFindingsDeletePreviewListRequest generates requests for FindingsDeletePreviewList.
NewFindingsDestroyRequest generates requests for FindingsDestroy.
NewFindingsDuplicateListRequest generates requests for FindingsDuplicateList.
NewFindingsDuplicateResetCreateRequest generates requests for FindingsDuplicateResetCreate.
NewFindingsFilesCreateRequestWithBody generates requests for FindingsFilesCreate with any type of body.
NewFindingsFilesDownloadRetrieveRequest generates requests for FindingsFilesDownloadRetrieve.
NewFindingsFilesRetrieveRequest generates requests for FindingsFilesRetrieve.
NewFindingsGenerateReportCreateRequest calls the generic FindingsGenerateReportCreate builder with application/json body.
NewFindingsGenerateReportCreateRequestWithBody generates requests for FindingsGenerateReportCreate with any type of body.
NewFindingsGenerateReportCreateRequestWithFormdataBody calls the generic FindingsGenerateReportCreate builder with application/x-www-form-urlencoded body.
NewFindingsListRequest generates requests for FindingsList.
NewFindingsMetadataCreateRequest calls the generic FindingsMetadataCreate builder with application/json body.
NewFindingsMetadataCreateRequestWithBody generates requests for FindingsMetadataCreate with any type of body.
NewFindingsMetadataCreateRequestWithFormdataBody calls the generic FindingsMetadataCreate builder with application/x-www-form-urlencoded body.
NewFindingsMetadataDestroyRequest generates requests for FindingsMetadataDestroy.
NewFindingsMetadataListRequest generates requests for FindingsMetadataList.
NewFindingsMetadataUpdateRequest calls the generic FindingsMetadataUpdate builder with application/json body.
NewFindingsMetadataUpdateRequestWithBody generates requests for FindingsMetadataUpdate with any type of body.
NewFindingsMetadataUpdateRequestWithFormdataBody calls the generic FindingsMetadataUpdate builder with application/x-www-form-urlencoded body.
NewFindingsNotesCreateRequest calls the generic FindingsNotesCreate builder with application/json body.
NewFindingsNotesCreateRequestWithBody generates requests for FindingsNotesCreate with any type of body.
NewFindingsNotesCreateRequestWithFormdataBody calls the generic FindingsNotesCreate builder with application/x-www-form-urlencoded body.
NewFindingsNotesRetrieveRequest generates requests for FindingsNotesRetrieve.
NewFindingsOriginalCreateRequest generates requests for FindingsOriginalCreate.
NewFindingsPartialUpdateRequest calls the generic FindingsPartialUpdate builder with application/json body.
NewFindingsPartialUpdateRequestWithBody generates requests for FindingsPartialUpdate with any type of body.
NewFindingsPartialUpdateRequestWithFormdataBody calls the generic FindingsPartialUpdate builder with application/x-www-form-urlencoded body.
NewFindingsRemoveNotePartialUpdateRequest calls the generic FindingsRemoveNotePartialUpdate builder with application/json body.
NewFindingsRemoveNotePartialUpdateRequestWithBody generates requests for FindingsRemoveNotePartialUpdate with any type of body.
NewFindingsRemoveNotePartialUpdateRequestWithFormdataBody calls the generic FindingsRemoveNotePartialUpdate builder with application/x-www-form-urlencoded body.
NewFindingsRemoveTagsPartialUpdateRequest calls the generic FindingsRemoveTagsPartialUpdate builder with application/json body.
NewFindingsRemoveTagsPartialUpdateRequestWithBody generates requests for FindingsRemoveTagsPartialUpdate with any type of body.
NewFindingsRemoveTagsPartialUpdateRequestWithFormdataBody calls the generic FindingsRemoveTagsPartialUpdate builder with application/x-www-form-urlencoded body.
NewFindingsRemoveTagsUpdateRequest calls the generic FindingsRemoveTagsUpdate builder with application/json body.
NewFindingsRemoveTagsUpdateRequestWithBody generates requests for FindingsRemoveTagsUpdate with any type of body.
NewFindingsRemoveTagsUpdateRequestWithFormdataBody calls the generic FindingsRemoveTagsUpdate builder with application/x-www-form-urlencoded body.
NewFindingsRequestResponseCreateRequest calls the generic FindingsRequestResponseCreate builder with application/json body.
NewFindingsRequestResponseCreateRequestWithBody generates requests for FindingsRequestResponseCreate with any type of body.
NewFindingsRequestResponseCreateRequestWithFormdataBody calls the generic FindingsRequestResponseCreate builder with application/x-www-form-urlencoded body.
NewFindingsRequestResponseRetrieveRequest generates requests for FindingsRequestResponseRetrieve.
NewFindingsRetrieveRequest generates requests for FindingsRetrieve.
NewFindingsTagsCreateRequest calls the generic FindingsTagsCreate builder with application/json body.
NewFindingsTagsCreateRequestWithBody generates requests for FindingsTagsCreate with any type of body.
NewFindingsTagsCreateRequestWithFormdataBody calls the generic FindingsTagsCreate builder with application/x-www-form-urlencoded body.
NewFindingsTagsRetrieveRequest generates requests for FindingsTagsRetrieve.
NewFindingsUpdateRequest calls the generic FindingsUpdate builder with application/json body.
NewFindingsUpdateRequestWithBody generates requests for FindingsUpdate with any type of body.
NewFindingsUpdateRequestWithFormdataBody calls the generic FindingsUpdate builder with application/x-www-form-urlencoded body.
NewFindingTemplatesCreateRequest calls the generic FindingTemplatesCreate builder with application/json body.
NewFindingTemplatesCreateRequestWithBody generates requests for FindingTemplatesCreate with any type of body.
NewFindingTemplatesCreateRequestWithFormdataBody calls the generic FindingTemplatesCreate builder with application/x-www-form-urlencoded body.
NewFindingTemplatesDeletePreviewListRequest generates requests for FindingTemplatesDeletePreviewList.
NewFindingTemplatesDestroyRequest generates requests for FindingTemplatesDestroy.
NewFindingTemplatesListRequest generates requests for FindingTemplatesList.
NewFindingTemplatesPartialUpdateRequest calls the generic FindingTemplatesPartialUpdate builder with application/json body.
NewFindingTemplatesPartialUpdateRequestWithBody generates requests for FindingTemplatesPartialUpdate with any type of body.
NewFindingTemplatesPartialUpdateRequestWithFormdataBody calls the generic FindingTemplatesPartialUpdate builder with application/x-www-form-urlencoded body.
NewFindingTemplatesRetrieveRequest generates requests for FindingTemplatesRetrieve.
NewFindingTemplatesUpdateRequest calls the generic FindingTemplatesUpdate builder with application/json body.
NewFindingTemplatesUpdateRequestWithBody generates requests for FindingTemplatesUpdate with any type of body.
NewFindingTemplatesUpdateRequestWithFormdataBody calls the generic FindingTemplatesUpdate builder with application/x-www-form-urlencoded body.
NewGlobalRolesCreateRequest calls the generic GlobalRolesCreate builder with application/json body.
NewGlobalRolesCreateRequestWithBody generates requests for GlobalRolesCreate with any type of body.
NewGlobalRolesCreateRequestWithFormdataBody calls the generic GlobalRolesCreate builder with application/x-www-form-urlencoded body.
NewGlobalRolesDeletePreviewListRequest generates requests for GlobalRolesDeletePreviewList.
NewGlobalRolesDestroyRequest generates requests for GlobalRolesDestroy.
NewGlobalRolesListRequest generates requests for GlobalRolesList.
NewGlobalRolesPartialUpdateRequest calls the generic GlobalRolesPartialUpdate builder with application/json body.
NewGlobalRolesPartialUpdateRequestWithBody generates requests for GlobalRolesPartialUpdate with any type of body.
NewGlobalRolesPartialUpdateRequestWithFormdataBody calls the generic GlobalRolesPartialUpdate builder with application/x-www-form-urlencoded body.
NewGlobalRolesRetrieveRequest generates requests for GlobalRolesRetrieve.
NewGlobalRolesUpdateRequest calls the generic GlobalRolesUpdate builder with application/json body.
NewGlobalRolesUpdateRequestWithBody generates requests for GlobalRolesUpdate with any type of body.
NewGlobalRolesUpdateRequestWithFormdataBody calls the generic GlobalRolesUpdate builder with application/x-www-form-urlencoded body.
NewImportLanguagesCreateRequestWithBody generates requests for ImportLanguagesCreate with any type of body.
NewImportScanCreateRequestWithBody generates requests for ImportScanCreate with any type of body.
NewJiraConfigurationsCreateRequest calls the generic JiraConfigurationsCreate builder with application/json body.
NewJiraConfigurationsCreateRequestWithBody generates requests for JiraConfigurationsCreate with any type of body.
NewJiraConfigurationsCreateRequestWithFormdataBody calls the generic JiraConfigurationsCreate builder with application/x-www-form-urlencoded body.
NewJiraConfigurationsDeletePreviewListRequest generates requests for JiraConfigurationsDeletePreviewList.
NewJiraConfigurationsDestroyRequest generates requests for JiraConfigurationsDestroy.
NewJiraConfigurationsListRequest generates requests for JiraConfigurationsList.
NewJiraConfigurationsPartialUpdateRequest calls the generic JiraConfigurationsPartialUpdate builder with application/json body.
NewJiraConfigurationsPartialUpdateRequestWithBody generates requests for JiraConfigurationsPartialUpdate with any type of body.
NewJiraConfigurationsPartialUpdateRequestWithFormdataBody calls the generic JiraConfigurationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewJiraConfigurationsRetrieveRequest generates requests for JiraConfigurationsRetrieve.
NewJiraConfigurationsUpdateRequest calls the generic JiraConfigurationsUpdate builder with application/json body.
NewJiraConfigurationsUpdateRequestWithBody generates requests for JiraConfigurationsUpdate with any type of body.
NewJiraConfigurationsUpdateRequestWithFormdataBody calls the generic JiraConfigurationsUpdate builder with application/x-www-form-urlencoded body.
NewJiraFindingMappingsCreateRequest calls the generic JiraFindingMappingsCreate builder with application/json body.
NewJiraFindingMappingsCreateRequestWithBody generates requests for JiraFindingMappingsCreate with any type of body.
NewJiraFindingMappingsCreateRequestWithFormdataBody calls the generic JiraFindingMappingsCreate builder with application/x-www-form-urlencoded body.
NewJiraFindingMappingsDeletePreviewListRequest generates requests for JiraFindingMappingsDeletePreviewList.
NewJiraFindingMappingsDestroyRequest generates requests for JiraFindingMappingsDestroy.
NewJiraFindingMappingsListRequest generates requests for JiraFindingMappingsList.
NewJiraFindingMappingsPartialUpdateRequest calls the generic JiraFindingMappingsPartialUpdate builder with application/json body.
NewJiraFindingMappingsPartialUpdateRequestWithBody generates requests for JiraFindingMappingsPartialUpdate with any type of body.
NewJiraFindingMappingsPartialUpdateRequestWithFormdataBody calls the generic JiraFindingMappingsPartialUpdate builder with application/x-www-form-urlencoded body.
NewJiraFindingMappingsRetrieveRequest generates requests for JiraFindingMappingsRetrieve.
NewJiraFindingMappingsUpdateRequest calls the generic JiraFindingMappingsUpdate builder with application/json body.
NewJiraFindingMappingsUpdateRequestWithBody generates requests for JiraFindingMappingsUpdate with any type of body.
NewJiraFindingMappingsUpdateRequestWithFormdataBody calls the generic JiraFindingMappingsUpdate builder with application/x-www-form-urlencoded body.
NewJiraInstancesCreateRequest calls the generic JiraInstancesCreate builder with application/json body.
NewJiraInstancesCreateRequestWithBody generates requests for JiraInstancesCreate with any type of body.
NewJiraInstancesCreateRequestWithFormdataBody calls the generic JiraInstancesCreate builder with application/x-www-form-urlencoded body.
NewJiraInstancesDeletePreviewListRequest generates requests for JiraInstancesDeletePreviewList.
NewJiraInstancesDestroyRequest generates requests for JiraInstancesDestroy.
NewJiraInstancesListRequest generates requests for JiraInstancesList.
NewJiraInstancesPartialUpdateRequest calls the generic JiraInstancesPartialUpdate builder with application/json body.
NewJiraInstancesPartialUpdateRequestWithBody generates requests for JiraInstancesPartialUpdate with any type of body.
NewJiraInstancesPartialUpdateRequestWithFormdataBody calls the generic JiraInstancesPartialUpdate builder with application/x-www-form-urlencoded body.
NewJiraInstancesRetrieveRequest generates requests for JiraInstancesRetrieve.
NewJiraInstancesUpdateRequest calls the generic JiraInstancesUpdate builder with application/json body.
NewJiraInstancesUpdateRequestWithBody generates requests for JiraInstancesUpdate with any type of body.
NewJiraInstancesUpdateRequestWithFormdataBody calls the generic JiraInstancesUpdate builder with application/x-www-form-urlencoded body.
NewJiraProductConfigurationsCreateRequest calls the generic JiraProductConfigurationsCreate builder with application/json body.
NewJiraProductConfigurationsCreateRequestWithBody generates requests for JiraProductConfigurationsCreate with any type of body.
NewJiraProductConfigurationsCreateRequestWithFormdataBody calls the generic JiraProductConfigurationsCreate builder with application/x-www-form-urlencoded body.
NewJiraProductConfigurationsDeletePreviewListRequest generates requests for JiraProductConfigurationsDeletePreviewList.
NewJiraProductConfigurationsDestroyRequest generates requests for JiraProductConfigurationsDestroy.
NewJiraProductConfigurationsListRequest generates requests for JiraProductConfigurationsList.
NewJiraProductConfigurationsPartialUpdateRequest calls the generic JiraProductConfigurationsPartialUpdate builder with application/json body.
NewJiraProductConfigurationsPartialUpdateRequestWithBody generates requests for JiraProductConfigurationsPartialUpdate with any type of body.
NewJiraProductConfigurationsPartialUpdateRequestWithFormdataBody calls the generic JiraProductConfigurationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewJiraProductConfigurationsRetrieveRequest generates requests for JiraProductConfigurationsRetrieve.
NewJiraProductConfigurationsUpdateRequest calls the generic JiraProductConfigurationsUpdate builder with application/json body.
NewJiraProductConfigurationsUpdateRequestWithBody generates requests for JiraProductConfigurationsUpdate with any type of body.
NewJiraProductConfigurationsUpdateRequestWithFormdataBody calls the generic JiraProductConfigurationsUpdate builder with application/x-www-form-urlencoded body.
NewJiraProjectsCreateRequest calls the generic JiraProjectsCreate builder with application/json body.
NewJiraProjectsCreateRequestWithBody generates requests for JiraProjectsCreate with any type of body.
NewJiraProjectsCreateRequestWithFormdataBody calls the generic JiraProjectsCreate builder with application/x-www-form-urlencoded body.
NewJiraProjectsDeletePreviewListRequest generates requests for JiraProjectsDeletePreviewList.
NewJiraProjectsDestroyRequest generates requests for JiraProjectsDestroy.
NewJiraProjectsListRequest generates requests for JiraProjectsList.
NewJiraProjectsPartialUpdateRequest calls the generic JiraProjectsPartialUpdate builder with application/json body.
NewJiraProjectsPartialUpdateRequestWithBody generates requests for JiraProjectsPartialUpdate with any type of body.
NewJiraProjectsPartialUpdateRequestWithFormdataBody calls the generic JiraProjectsPartialUpdate builder with application/x-www-form-urlencoded body.
NewJiraProjectsRetrieveRequest generates requests for JiraProjectsRetrieve.
NewJiraProjectsUpdateRequest calls the generic JiraProjectsUpdate builder with application/json body.
NewJiraProjectsUpdateRequestWithBody generates requests for JiraProjectsUpdate with any type of body.
NewJiraProjectsUpdateRequestWithFormdataBody calls the generic JiraProjectsUpdate builder with application/x-www-form-urlencoded body.
NewLanguagesCreateRequest calls the generic LanguagesCreate builder with application/json body.
NewLanguagesCreateRequestWithBody generates requests for LanguagesCreate with any type of body.
NewLanguagesCreateRequestWithFormdataBody calls the generic LanguagesCreate builder with application/x-www-form-urlencoded body.
NewLanguagesDeletePreviewListRequest generates requests for LanguagesDeletePreviewList.
NewLanguagesDestroyRequest generates requests for LanguagesDestroy.
NewLanguagesListRequest generates requests for LanguagesList.
NewLanguagesPartialUpdateRequest calls the generic LanguagesPartialUpdate builder with application/json body.
NewLanguagesPartialUpdateRequestWithBody generates requests for LanguagesPartialUpdate with any type of body.
NewLanguagesPartialUpdateRequestWithFormdataBody calls the generic LanguagesPartialUpdate builder with application/x-www-form-urlencoded body.
NewLanguagesRetrieveRequest generates requests for LanguagesRetrieve.
NewLanguagesUpdateRequest calls the generic LanguagesUpdate builder with application/json body.
NewLanguagesUpdateRequestWithBody generates requests for LanguagesUpdate with any type of body.
NewLanguagesUpdateRequestWithFormdataBody calls the generic LanguagesUpdate builder with application/x-www-form-urlencoded body.
NewLanguageTypesCreateRequest calls the generic LanguageTypesCreate builder with application/json body.
NewLanguageTypesCreateRequestWithBody generates requests for LanguageTypesCreate with any type of body.
NewLanguageTypesCreateRequestWithFormdataBody calls the generic LanguageTypesCreate builder with application/x-www-form-urlencoded body.
NewLanguageTypesDeletePreviewListRequest generates requests for LanguageTypesDeletePreviewList.
NewLanguageTypesDestroyRequest generates requests for LanguageTypesDestroy.
NewLanguageTypesListRequest generates requests for LanguageTypesList.
NewLanguageTypesPartialUpdateRequest calls the generic LanguageTypesPartialUpdate builder with application/json body.
NewLanguageTypesPartialUpdateRequestWithBody generates requests for LanguageTypesPartialUpdate with any type of body.
NewLanguageTypesPartialUpdateRequestWithFormdataBody calls the generic LanguageTypesPartialUpdate builder with application/x-www-form-urlencoded body.
NewLanguageTypesRetrieveRequest generates requests for LanguageTypesRetrieve.
NewLanguageTypesUpdateRequest calls the generic LanguageTypesUpdate builder with application/json body.
NewLanguageTypesUpdateRequestWithBody generates requests for LanguageTypesUpdate with any type of body.
NewLanguageTypesUpdateRequestWithFormdataBody calls the generic LanguageTypesUpdate builder with application/x-www-form-urlencoded body.
NewMetadataCreateRequest calls the generic MetadataCreate builder with application/json body.
NewMetadataCreateRequestWithBody generates requests for MetadataCreate with any type of body.
NewMetadataCreateRequestWithFormdataBody calls the generic MetadataCreate builder with application/x-www-form-urlencoded body.
NewMetadataDeletePreviewListRequest generates requests for MetadataDeletePreviewList.
NewMetadataDestroyRequest generates requests for MetadataDestroy.
NewMetadataListRequest generates requests for MetadataList.
NewMetadataPartialUpdateRequest calls the generic MetadataPartialUpdate builder with application/json body.
NewMetadataPartialUpdateRequestWithBody generates requests for MetadataPartialUpdate with any type of body.
NewMetadataPartialUpdateRequestWithFormdataBody calls the generic MetadataPartialUpdate builder with application/x-www-form-urlencoded body.
NewMetadataRetrieveRequest generates requests for MetadataRetrieve.
NewMetadataUpdateRequest calls the generic MetadataUpdate builder with application/json body.
NewMetadataUpdateRequestWithBody generates requests for MetadataUpdate with any type of body.
NewMetadataUpdateRequestWithFormdataBody calls the generic MetadataUpdate builder with application/x-www-form-urlencoded body.
NewNetworkLocationsCreateRequest calls the generic NetworkLocationsCreate builder with application/json body.
NewNetworkLocationsCreateRequestWithBody generates requests for NetworkLocationsCreate with any type of body.
NewNetworkLocationsCreateRequestWithFormdataBody calls the generic NetworkLocationsCreate builder with application/x-www-form-urlencoded body.
NewNetworkLocationsDeletePreviewListRequest generates requests for NetworkLocationsDeletePreviewList.
NewNetworkLocationsDestroyRequest generates requests for NetworkLocationsDestroy.
NewNetworkLocationsListRequest generates requests for NetworkLocationsList.
NewNetworkLocationsPartialUpdateRequest calls the generic NetworkLocationsPartialUpdate builder with application/json body.
NewNetworkLocationsPartialUpdateRequestWithBody generates requests for NetworkLocationsPartialUpdate with any type of body.
NewNetworkLocationsPartialUpdateRequestWithFormdataBody calls the generic NetworkLocationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewNetworkLocationsRetrieveRequest generates requests for NetworkLocationsRetrieve.
NewNetworkLocationsUpdateRequest calls the generic NetworkLocationsUpdate builder with application/json body.
NewNetworkLocationsUpdateRequestWithBody generates requests for NetworkLocationsUpdate with any type of body.
NewNetworkLocationsUpdateRequestWithFormdataBody calls the generic NetworkLocationsUpdate builder with application/x-www-form-urlencoded body.
NewNotesListRequest generates requests for NotesList.
NewNotesPartialUpdateRequest calls the generic NotesPartialUpdate builder with application/json body.
NewNotesPartialUpdateRequestWithBody generates requests for NotesPartialUpdate with any type of body.
NewNotesPartialUpdateRequestWithFormdataBody calls the generic NotesPartialUpdate builder with application/x-www-form-urlencoded body.
NewNotesRetrieveRequest generates requests for NotesRetrieve.
NewNotesUpdateRequest calls the generic NotesUpdate builder with application/json body.
NewNotesUpdateRequestWithBody generates requests for NotesUpdate with any type of body.
NewNotesUpdateRequestWithFormdataBody calls the generic NotesUpdate builder with application/x-www-form-urlencoded body.
NewNoteTypeCreateRequest calls the generic NoteTypeCreate builder with application/json body.
NewNoteTypeCreateRequestWithBody generates requests for NoteTypeCreate with any type of body.
NewNoteTypeCreateRequestWithFormdataBody calls the generic NoteTypeCreate builder with application/x-www-form-urlencoded body.
NewNoteTypeDeletePreviewListRequest generates requests for NoteTypeDeletePreviewList.
NewNoteTypeDestroyRequest generates requests for NoteTypeDestroy.
NewNoteTypeListRequest generates requests for NoteTypeList.
NewNoteTypePartialUpdateRequest calls the generic NoteTypePartialUpdate builder with application/json body.
NewNoteTypePartialUpdateRequestWithBody generates requests for NoteTypePartialUpdate with any type of body.
NewNoteTypePartialUpdateRequestWithFormdataBody calls the generic NoteTypePartialUpdate builder with application/x-www-form-urlencoded body.
NewNoteTypeRetrieveRequest generates requests for NoteTypeRetrieve.
NewNoteTypeUpdateRequest calls the generic NoteTypeUpdate builder with application/json body.
NewNoteTypeUpdateRequestWithBody generates requests for NoteTypeUpdate with any type of body.
NewNoteTypeUpdateRequestWithFormdataBody calls the generic NoteTypeUpdate builder with application/x-www-form-urlencoded body.
NewNotificationsCreateRequest calls the generic NotificationsCreate builder with application/json body.
NewNotificationsCreateRequestWithBody generates requests for NotificationsCreate with any type of body.
NewNotificationsCreateRequestWithFormdataBody calls the generic NotificationsCreate builder with application/x-www-form-urlencoded body.
NewNotificationsDeletePreviewListRequest generates requests for NotificationsDeletePreviewList.
NewNotificationsDestroyRequest generates requests for NotificationsDestroy.
NewNotificationsListRequest generates requests for NotificationsList.
NewNotificationsPartialUpdateRequest calls the generic NotificationsPartialUpdate builder with application/json body.
NewNotificationsPartialUpdateRequestWithBody generates requests for NotificationsPartialUpdate with any type of body.
NewNotificationsPartialUpdateRequestWithFormdataBody calls the generic NotificationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewNotificationsRetrieveRequest generates requests for NotificationsRetrieve.
NewNotificationsUpdateRequest calls the generic NotificationsUpdate builder with application/json body.
NewNotificationsUpdateRequestWithBody generates requests for NotificationsUpdate with any type of body.
NewNotificationsUpdateRequestWithFormdataBody calls the generic NotificationsUpdate builder with application/x-www-form-urlencoded body.
NewOa3SchemaRetrieveRequest generates requests for Oa3SchemaRetrieve.
NewProductApiScanConfigurationsCreateRequest calls the generic ProductApiScanConfigurationsCreate builder with application/json body.
NewProductApiScanConfigurationsCreateRequestWithBody generates requests for ProductApiScanConfigurationsCreate with any type of body.
NewProductApiScanConfigurationsCreateRequestWithFormdataBody calls the generic ProductApiScanConfigurationsCreate builder with application/x-www-form-urlencoded body.
NewProductApiScanConfigurationsDeletePreviewListRequest generates requests for ProductApiScanConfigurationsDeletePreviewList.
NewProductApiScanConfigurationsDestroyRequest generates requests for ProductApiScanConfigurationsDestroy.
NewProductApiScanConfigurationsListRequest generates requests for ProductApiScanConfigurationsList.
NewProductApiScanConfigurationsPartialUpdateRequest calls the generic ProductApiScanConfigurationsPartialUpdate builder with application/json body.
NewProductApiScanConfigurationsPartialUpdateRequestWithBody generates requests for ProductApiScanConfigurationsPartialUpdate with any type of body.
NewProductApiScanConfigurationsPartialUpdateRequestWithFormdataBody calls the generic ProductApiScanConfigurationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewProductApiScanConfigurationsRetrieveRequest generates requests for ProductApiScanConfigurationsRetrieve.
NewProductApiScanConfigurationsUpdateRequest calls the generic ProductApiScanConfigurationsUpdate builder with application/json body.
NewProductApiScanConfigurationsUpdateRequestWithBody generates requests for ProductApiScanConfigurationsUpdate with any type of body.
NewProductApiScanConfigurationsUpdateRequestWithFormdataBody calls the generic ProductApiScanConfigurationsUpdate builder with application/x-www-form-urlencoded body.
NewProductGroupsCreateRequest calls the generic ProductGroupsCreate builder with application/json body.
NewProductGroupsCreateRequestWithBody generates requests for ProductGroupsCreate with any type of body.
NewProductGroupsCreateRequestWithFormdataBody calls the generic ProductGroupsCreate builder with application/x-www-form-urlencoded body.
NewProductGroupsDeletePreviewListRequest generates requests for ProductGroupsDeletePreviewList.
NewProductGroupsDestroyRequest generates requests for ProductGroupsDestroy.
NewProductGroupsListRequest generates requests for ProductGroupsList.
NewProductGroupsPartialUpdateRequest generates requests for ProductGroupsPartialUpdate.
NewProductGroupsRetrieveRequest generates requests for ProductGroupsRetrieve.
NewProductGroupsUpdateRequest calls the generic ProductGroupsUpdate builder with application/json body.
NewProductGroupsUpdateRequestWithBody generates requests for ProductGroupsUpdate with any type of body.
NewProductGroupsUpdateRequestWithFormdataBody calls the generic ProductGroupsUpdate builder with application/x-www-form-urlencoded body.
NewProductMembersCreateRequest calls the generic ProductMembersCreate builder with application/json body.
NewProductMembersCreateRequestWithBody generates requests for ProductMembersCreate with any type of body.
NewProductMembersCreateRequestWithFormdataBody calls the generic ProductMembersCreate builder with application/x-www-form-urlencoded body.
NewProductMembersDeletePreviewListRequest generates requests for ProductMembersDeletePreviewList.
NewProductMembersDestroyRequest generates requests for ProductMembersDestroy.
NewProductMembersListRequest generates requests for ProductMembersList.
NewProductMembersPartialUpdateRequest generates requests for ProductMembersPartialUpdate.
NewProductMembersRetrieveRequest generates requests for ProductMembersRetrieve.
NewProductMembersUpdateRequest calls the generic ProductMembersUpdate builder with application/json body.
NewProductMembersUpdateRequestWithBody generates requests for ProductMembersUpdate with any type of body.
NewProductMembersUpdateRequestWithFormdataBody calls the generic ProductMembersUpdate builder with application/x-www-form-urlencoded body.
NewProductsCreateRequest calls the generic ProductsCreate builder with application/json body.
NewProductsCreateRequestWithBody generates requests for ProductsCreate with any type of body.
NewProductsCreateRequestWithFormdataBody calls the generic ProductsCreate builder with application/x-www-form-urlencoded body.
NewProductsDeletePreviewListRequest generates requests for ProductsDeletePreviewList.
NewProductsDestroyRequest generates requests for ProductsDestroy.
NewProductsGenerateReportCreateRequest calls the generic ProductsGenerateReportCreate builder with application/json body.
NewProductsGenerateReportCreateRequestWithBody generates requests for ProductsGenerateReportCreate with any type of body.
NewProductsGenerateReportCreateRequestWithFormdataBody calls the generic ProductsGenerateReportCreate builder with application/x-www-form-urlencoded body.
NewProductsListRequest generates requests for ProductsList.
NewProductsPartialUpdateRequest calls the generic ProductsPartialUpdate builder with application/json body.
NewProductsPartialUpdateRequestWithBody generates requests for ProductsPartialUpdate with any type of body.
NewProductsPartialUpdateRequestWithFormdataBody calls the generic ProductsPartialUpdate builder with application/x-www-form-urlencoded body.
NewProductsRetrieveRequest generates requests for ProductsRetrieve.
NewProductsUpdateRequest calls the generic ProductsUpdate builder with application/json body.
NewProductsUpdateRequestWithBody generates requests for ProductsUpdate with any type of body.
NewProductsUpdateRequestWithFormdataBody calls the generic ProductsUpdate builder with application/x-www-form-urlencoded body.
NewProductTypeGroupsCreateRequest calls the generic ProductTypeGroupsCreate builder with application/json body.
NewProductTypeGroupsCreateRequestWithBody generates requests for ProductTypeGroupsCreate with any type of body.
NewProductTypeGroupsCreateRequestWithFormdataBody calls the generic ProductTypeGroupsCreate builder with application/x-www-form-urlencoded body.
NewProductTypeGroupsDeletePreviewListRequest generates requests for ProductTypeGroupsDeletePreviewList.
NewProductTypeGroupsDestroyRequest generates requests for ProductTypeGroupsDestroy.
NewProductTypeGroupsListRequest generates requests for ProductTypeGroupsList.
NewProductTypeGroupsPartialUpdateRequest generates requests for ProductTypeGroupsPartialUpdate.
NewProductTypeGroupsRetrieveRequest generates requests for ProductTypeGroupsRetrieve.
NewProductTypeGroupsUpdateRequest calls the generic ProductTypeGroupsUpdate builder with application/json body.
NewProductTypeGroupsUpdateRequestWithBody generates requests for ProductTypeGroupsUpdate with any type of body.
NewProductTypeGroupsUpdateRequestWithFormdataBody calls the generic ProductTypeGroupsUpdate builder with application/x-www-form-urlencoded body.
NewProductTypeMembersCreateRequest calls the generic ProductTypeMembersCreate builder with application/json body.
NewProductTypeMembersCreateRequestWithBody generates requests for ProductTypeMembersCreate with any type of body.
NewProductTypeMembersCreateRequestWithFormdataBody calls the generic ProductTypeMembersCreate builder with application/x-www-form-urlencoded body.
NewProductTypeMembersDeletePreviewListRequest generates requests for ProductTypeMembersDeletePreviewList.
NewProductTypeMembersDestroyRequest generates requests for ProductTypeMembersDestroy.
NewProductTypeMembersListRequest generates requests for ProductTypeMembersList.
NewProductTypeMembersPartialUpdateRequest generates requests for ProductTypeMembersPartialUpdate.
NewProductTypeMembersRetrieveRequest generates requests for ProductTypeMembersRetrieve.
NewProductTypeMembersUpdateRequest calls the generic ProductTypeMembersUpdate builder with application/json body.
NewProductTypeMembersUpdateRequestWithBody generates requests for ProductTypeMembersUpdate with any type of body.
NewProductTypeMembersUpdateRequestWithFormdataBody calls the generic ProductTypeMembersUpdate builder with application/x-www-form-urlencoded body.
NewProductTypesCreateRequest calls the generic ProductTypesCreate builder with application/json body.
NewProductTypesCreateRequestWithBody generates requests for ProductTypesCreate with any type of body.
NewProductTypesCreateRequestWithFormdataBody calls the generic ProductTypesCreate builder with application/x-www-form-urlencoded body.
NewProductTypesDeletePreviewListRequest generates requests for ProductTypesDeletePreviewList.
NewProductTypesDestroyRequest generates requests for ProductTypesDestroy.
NewProductTypesGenerateReportCreateRequest calls the generic ProductTypesGenerateReportCreate builder with application/json body.
NewProductTypesGenerateReportCreateRequestWithBody generates requests for ProductTypesGenerateReportCreate with any type of body.
NewProductTypesGenerateReportCreateRequestWithFormdataBody calls the generic ProductTypesGenerateReportCreate builder with application/x-www-form-urlencoded body.
NewProductTypesListRequest generates requests for ProductTypesList.
NewProductTypesPartialUpdateRequest calls the generic ProductTypesPartialUpdate builder with application/json body.
NewProductTypesPartialUpdateRequestWithBody generates requests for ProductTypesPartialUpdate with any type of body.
NewProductTypesPartialUpdateRequestWithFormdataBody calls the generic ProductTypesPartialUpdate builder with application/x-www-form-urlencoded body.
NewProductTypesRetrieveRequest generates requests for ProductTypesRetrieve.
NewProductTypesUpdateRequest calls the generic ProductTypesUpdate builder with application/json body.
NewProductTypesUpdateRequestWithBody generates requests for ProductTypesUpdate with any type of body.
NewProductTypesUpdateRequestWithFormdataBody calls the generic ProductTypesUpdate builder with application/x-www-form-urlencoded body.
NewQuestionnaireAnsweredQuestionnairesListRequest generates requests for QuestionnaireAnsweredQuestionnairesList.
NewQuestionnaireAnsweredQuestionnairesRetrieveRequest generates requests for QuestionnaireAnsweredQuestionnairesRetrieve.
NewQuestionnaireAnswersListRequest generates requests for QuestionnaireAnswersList.
NewQuestionnaireAnswersRetrieveRequest generates requests for QuestionnaireAnswersRetrieve.
NewQuestionnaireEngagementQuestionnairesListRequest generates requests for QuestionnaireEngagementQuestionnairesList.
NewQuestionnaireEngagementQuestionnairesRetrieveRequest generates requests for QuestionnaireEngagementQuestionnairesRetrieve.
NewQuestionnaireGeneralQuestionnairesListRequest generates requests for QuestionnaireGeneralQuestionnairesList.
NewQuestionnaireGeneralQuestionnairesRetrieveRequest generates requests for QuestionnaireGeneralQuestionnairesRetrieve.
NewQuestionnaireQuestionsListRequest generates requests for QuestionnaireQuestionsList.
NewQuestionnaireQuestionsRetrieveRequest generates requests for QuestionnaireQuestionsRetrieve.
NewRegulationsCreateRequest calls the generic RegulationsCreate builder with application/json body.
NewRegulationsCreateRequestWithBody generates requests for RegulationsCreate with any type of body.
NewRegulationsCreateRequestWithFormdataBody calls the generic RegulationsCreate builder with application/x-www-form-urlencoded body.
NewRegulationsDeletePreviewListRequest generates requests for RegulationsDeletePreviewList.
NewRegulationsDestroyRequest generates requests for RegulationsDestroy.
NewRegulationsListRequest generates requests for RegulationsList.
NewRegulationsPartialUpdateRequest calls the generic RegulationsPartialUpdate builder with application/json body.
NewRegulationsPartialUpdateRequestWithBody generates requests for RegulationsPartialUpdate with any type of body.
NewRegulationsPartialUpdateRequestWithFormdataBody calls the generic RegulationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewRegulationsRetrieveRequest generates requests for RegulationsRetrieve.
NewRegulationsUpdateRequest calls the generic RegulationsUpdate builder with application/json body.
NewRegulationsUpdateRequestWithBody generates requests for RegulationsUpdate with any type of body.
NewRegulationsUpdateRequestWithFormdataBody calls the generic RegulationsUpdate builder with application/x-www-form-urlencoded body.
NewReimportScanCreateRequestWithBody generates requests for ReimportScanCreate with any type of body.
NewRiskAcceptanceDeletePreviewListRequest generates requests for RiskAcceptanceDeletePreviewList.
NewRiskAcceptanceDestroyRequest generates requests for RiskAcceptanceDestroy.
NewRiskAcceptanceDownloadProofRetrieveRequest generates requests for RiskAcceptanceDownloadProofRetrieve.
NewRiskAcceptanceListRequest generates requests for RiskAcceptanceList.
NewRiskAcceptanceRetrieveRequest generates requests for RiskAcceptanceRetrieve.
NewRolesListRequest generates requests for RolesList.
NewRolesRetrieveRequest generates requests for RolesRetrieve.
NewSlaConfigurationsCreateRequest calls the generic SlaConfigurationsCreate builder with application/json body.
NewSlaConfigurationsCreateRequestWithBody generates requests for SlaConfigurationsCreate with any type of body.
NewSlaConfigurationsCreateRequestWithFormdataBody calls the generic SlaConfigurationsCreate builder with application/x-www-form-urlencoded body.
NewSlaConfigurationsDestroyRequest generates requests for SlaConfigurationsDestroy.
NewSlaConfigurationsListRequest generates requests for SlaConfigurationsList.
NewSlaConfigurationsPartialUpdateRequest calls the generic SlaConfigurationsPartialUpdate builder with application/json body.
NewSlaConfigurationsPartialUpdateRequestWithBody generates requests for SlaConfigurationsPartialUpdate with any type of body.
NewSlaConfigurationsPartialUpdateRequestWithFormdataBody calls the generic SlaConfigurationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewSlaConfigurationsRetrieveRequest generates requests for SlaConfigurationsRetrieve.
NewSlaConfigurationsUpdateRequest calls the generic SlaConfigurationsUpdate builder with application/json body.
NewSlaConfigurationsUpdateRequestWithBody generates requests for SlaConfigurationsUpdate with any type of body.
NewSlaConfigurationsUpdateRequestWithFormdataBody calls the generic SlaConfigurationsUpdate builder with application/x-www-form-urlencoded body.
NewSonarqubeIssuesCreateRequest calls the generic SonarqubeIssuesCreate builder with application/json body.
NewSonarqubeIssuesCreateRequestWithBody generates requests for SonarqubeIssuesCreate with any type of body.
NewSonarqubeIssuesCreateRequestWithFormdataBody calls the generic SonarqubeIssuesCreate builder with application/x-www-form-urlencoded body.
NewSonarqubeIssuesDeletePreviewListRequest generates requests for SonarqubeIssuesDeletePreviewList.
NewSonarqubeIssuesDestroyRequest generates requests for SonarqubeIssuesDestroy.
NewSonarqubeIssuesListRequest generates requests for SonarqubeIssuesList.
NewSonarqubeIssuesPartialUpdateRequest calls the generic SonarqubeIssuesPartialUpdate builder with application/json body.
NewSonarqubeIssuesPartialUpdateRequestWithBody generates requests for SonarqubeIssuesPartialUpdate with any type of body.
NewSonarqubeIssuesPartialUpdateRequestWithFormdataBody calls the generic SonarqubeIssuesPartialUpdate builder with application/x-www-form-urlencoded body.
NewSonarqubeIssuesRetrieveRequest generates requests for SonarqubeIssuesRetrieve.
NewSonarqubeIssuesUpdateRequest calls the generic SonarqubeIssuesUpdate builder with application/json body.
NewSonarqubeIssuesUpdateRequestWithBody generates requests for SonarqubeIssuesUpdate with any type of body.
NewSonarqubeIssuesUpdateRequestWithFormdataBody calls the generic SonarqubeIssuesUpdate builder with application/x-www-form-urlencoded body.
NewSonarqubeTransitionsCreateRequest calls the generic SonarqubeTransitionsCreate builder with application/json body.
NewSonarqubeTransitionsCreateRequestWithBody generates requests for SonarqubeTransitionsCreate with any type of body.
NewSonarqubeTransitionsCreateRequestWithFormdataBody calls the generic SonarqubeTransitionsCreate builder with application/x-www-form-urlencoded body.
NewSonarqubeTransitionsDeletePreviewListRequest generates requests for SonarqubeTransitionsDeletePreviewList.
NewSonarqubeTransitionsDestroyRequest generates requests for SonarqubeTransitionsDestroy.
NewSonarqubeTransitionsListRequest generates requests for SonarqubeTransitionsList.
NewSonarqubeTransitionsPartialUpdateRequest calls the generic SonarqubeTransitionsPartialUpdate builder with application/json body.
NewSonarqubeTransitionsPartialUpdateRequestWithBody generates requests for SonarqubeTransitionsPartialUpdate with any type of body.
NewSonarqubeTransitionsPartialUpdateRequestWithFormdataBody calls the generic SonarqubeTransitionsPartialUpdate builder with application/x-www-form-urlencoded body.
NewSonarqubeTransitionsRetrieveRequest generates requests for SonarqubeTransitionsRetrieve.
NewSonarqubeTransitionsUpdateRequest calls the generic SonarqubeTransitionsUpdate builder with application/json body.
NewSonarqubeTransitionsUpdateRequestWithBody generates requests for SonarqubeTransitionsUpdate with any type of body.
NewSonarqubeTransitionsUpdateRequestWithFormdataBody calls the generic SonarqubeTransitionsUpdate builder with application/x-www-form-urlencoded body.
NewStubFindingsCreateRequest calls the generic StubFindingsCreate builder with application/json body.
NewStubFindingsCreateRequestWithBody generates requests for StubFindingsCreate with any type of body.
NewStubFindingsCreateRequestWithFormdataBody calls the generic StubFindingsCreate builder with application/x-www-form-urlencoded body.
NewStubFindingsDeletePreviewListRequest generates requests for StubFindingsDeletePreviewList.
NewStubFindingsDestroyRequest generates requests for StubFindingsDestroy.
NewStubFindingsListRequest generates requests for StubFindingsList.
NewStubFindingsPartialUpdateRequest calls the generic StubFindingsPartialUpdate builder with application/json body.
NewStubFindingsPartialUpdateRequestWithBody generates requests for StubFindingsPartialUpdate with any type of body.
NewStubFindingsPartialUpdateRequestWithFormdataBody calls the generic StubFindingsPartialUpdate builder with application/x-www-form-urlencoded body.
NewStubFindingsRetrieveRequest generates requests for StubFindingsRetrieve.
NewStubFindingsUpdateRequest calls the generic StubFindingsUpdate builder with application/json body.
NewStubFindingsUpdateRequestWithBody generates requests for StubFindingsUpdate with any type of body.
NewStubFindingsUpdateRequestWithFormdataBody calls the generic StubFindingsUpdate builder with application/x-www-form-urlencoded body.
NewSystemSettingsListRequest generates requests for SystemSettingsList.
NewSystemSettingsPartialUpdateRequest calls the generic SystemSettingsPartialUpdate builder with application/json body.
NewSystemSettingsPartialUpdateRequestWithBody generates requests for SystemSettingsPartialUpdate with any type of body.
NewSystemSettingsPartialUpdateRequestWithFormdataBody calls the generic SystemSettingsPartialUpdate builder with application/x-www-form-urlencoded body.
NewSystemSettingsUpdateRequest calls the generic SystemSettingsUpdate builder with application/json body.
NewSystemSettingsUpdateRequestWithBody generates requests for SystemSettingsUpdate with any type of body.
NewSystemSettingsUpdateRequestWithFormdataBody calls the generic SystemSettingsUpdate builder with application/x-www-form-urlencoded body.
NewTechnologiesCreateRequest calls the generic TechnologiesCreate builder with application/json body.
NewTechnologiesCreateRequestWithBody generates requests for TechnologiesCreate with any type of body.
NewTechnologiesCreateRequestWithFormdataBody calls the generic TechnologiesCreate builder with application/x-www-form-urlencoded body.
NewTechnologiesDeletePreviewListRequest generates requests for TechnologiesDeletePreviewList.
NewTechnologiesDestroyRequest generates requests for TechnologiesDestroy.
NewTechnologiesListRequest generates requests for TechnologiesList.
NewTechnologiesPartialUpdateRequest calls the generic TechnologiesPartialUpdate builder with application/json body.
NewTechnologiesPartialUpdateRequestWithBody generates requests for TechnologiesPartialUpdate with any type of body.
NewTechnologiesPartialUpdateRequestWithFormdataBody calls the generic TechnologiesPartialUpdate builder with application/x-www-form-urlencoded body.
NewTechnologiesRetrieveRequest generates requests for TechnologiesRetrieve.
NewTechnologiesUpdateRequest calls the generic TechnologiesUpdate builder with application/json body.
NewTechnologiesUpdateRequestWithBody generates requests for TechnologiesUpdate with any type of body.
NewTechnologiesUpdateRequestWithFormdataBody calls the generic TechnologiesUpdate builder with application/x-www-form-urlencoded body.
NewTestImportsCreateRequest calls the generic TestImportsCreate builder with application/json body.
NewTestImportsCreateRequestWithBody generates requests for TestImportsCreate with any type of body.
NewTestImportsCreateRequestWithFormdataBody calls the generic TestImportsCreate builder with application/x-www-form-urlencoded body.
NewTestImportsDeletePreviewListRequest generates requests for TestImportsDeletePreviewList.
NewTestImportsDestroyRequest generates requests for TestImportsDestroy.
NewTestImportsListRequest generates requests for TestImportsList.
NewTestImportsPartialUpdateRequest calls the generic TestImportsPartialUpdate builder with application/json body.
NewTestImportsPartialUpdateRequestWithBody generates requests for TestImportsPartialUpdate with any type of body.
NewTestImportsPartialUpdateRequestWithFormdataBody calls the generic TestImportsPartialUpdate builder with application/x-www-form-urlencoded body.
NewTestImportsRetrieveRequest generates requests for TestImportsRetrieve.
NewTestImportsUpdateRequest calls the generic TestImportsUpdate builder with application/json body.
NewTestImportsUpdateRequestWithBody generates requests for TestImportsUpdate with any type of body.
NewTestImportsUpdateRequestWithFormdataBody calls the generic TestImportsUpdate builder with application/x-www-form-urlencoded body.
NewTestsAcceptRisksCreateRequest calls the generic TestsAcceptRisksCreate builder with application/json body.
NewTestsAcceptRisksCreateRequestWithBody generates requests for TestsAcceptRisksCreate with any type of body.
NewTestsAcceptRisksCreateRequestWithFormdataBody calls the generic TestsAcceptRisksCreate builder with application/x-www-form-urlencoded body.
NewTestsCreateRequest calls the generic TestsCreate builder with application/json body.
NewTestsCreateRequestWithBody generates requests for TestsCreate with any type of body.
NewTestsCreateRequestWithFormdataBody calls the generic TestsCreate builder with application/x-www-form-urlencoded body.
NewTestsDeletePreviewListRequest generates requests for TestsDeletePreviewList.
NewTestsDestroyRequest generates requests for TestsDestroy.
NewTestsFilesCreateRequestWithBody generates requests for TestsFilesCreate with any type of body.
NewTestsFilesDownloadRetrieveRequest generates requests for TestsFilesDownloadRetrieve.
NewTestsFilesRetrieveRequest generates requests for TestsFilesRetrieve.
NewTestsGenerateReportCreateRequest calls the generic TestsGenerateReportCreate builder with application/json body.
NewTestsGenerateReportCreateRequestWithBody generates requests for TestsGenerateReportCreate with any type of body.
NewTestsGenerateReportCreateRequestWithFormdataBody calls the generic TestsGenerateReportCreate builder with application/x-www-form-urlencoded body.
NewTestsListRequest generates requests for TestsList.
NewTestsNotesCreateRequest calls the generic TestsNotesCreate builder with application/json body.
NewTestsNotesCreateRequestWithBody generates requests for TestsNotesCreate with any type of body.
NewTestsNotesCreateRequestWithFormdataBody calls the generic TestsNotesCreate builder with application/x-www-form-urlencoded body.
NewTestsNotesRetrieveRequest generates requests for TestsNotesRetrieve.
NewTestsPartialUpdateRequest calls the generic TestsPartialUpdate builder with application/json body.
NewTestsPartialUpdateRequestWithBody generates requests for TestsPartialUpdate with any type of body.
NewTestsPartialUpdateRequestWithFormdataBody calls the generic TestsPartialUpdate builder with application/x-www-form-urlencoded body.
NewTestsRetrieveRequest generates requests for TestsRetrieve.
NewTestsUpdateRequest calls the generic TestsUpdate builder with application/json body.
NewTestsUpdateRequestWithBody generates requests for TestsUpdate with any type of body.
NewTestsUpdateRequestWithFormdataBody calls the generic TestsUpdate builder with application/x-www-form-urlencoded body.
NewTestTypesCreateRequest calls the generic TestTypesCreate builder with application/json body.
NewTestTypesCreateRequestWithBody generates requests for TestTypesCreate with any type of body.
NewTestTypesCreateRequestWithFormdataBody calls the generic TestTypesCreate builder with application/x-www-form-urlencoded body.
NewTestTypesListRequest generates requests for TestTypesList.
NewTestTypesPartialUpdateRequest calls the generic TestTypesPartialUpdate builder with application/json body.
NewTestTypesPartialUpdateRequestWithBody generates requests for TestTypesPartialUpdate with any type of body.
NewTestTypesPartialUpdateRequestWithFormdataBody calls the generic TestTypesPartialUpdate builder with application/x-www-form-urlencoded body.
NewTestTypesRetrieveRequest generates requests for TestTypesRetrieve.
NewTestTypesUpdateRequest calls the generic TestTypesUpdate builder with application/json body.
NewTestTypesUpdateRequestWithBody generates requests for TestTypesUpdate with any type of body.
NewTestTypesUpdateRequestWithFormdataBody calls the generic TestTypesUpdate builder with application/x-www-form-urlencoded body.
NewToolConfigurationsCreateRequest calls the generic ToolConfigurationsCreate builder with application/json body.
NewToolConfigurationsCreateRequestWithBody generates requests for ToolConfigurationsCreate with any type of body.
NewToolConfigurationsCreateRequestWithFormdataBody calls the generic ToolConfigurationsCreate builder with application/x-www-form-urlencoded body.
NewToolConfigurationsDeletePreviewListRequest generates requests for ToolConfigurationsDeletePreviewList.
NewToolConfigurationsDestroyRequest generates requests for ToolConfigurationsDestroy.
NewToolConfigurationsListRequest generates requests for ToolConfigurationsList.
NewToolConfigurationsPartialUpdateRequest calls the generic ToolConfigurationsPartialUpdate builder with application/json body.
NewToolConfigurationsPartialUpdateRequestWithBody generates requests for ToolConfigurationsPartialUpdate with any type of body.
NewToolConfigurationsPartialUpdateRequestWithFormdataBody calls the generic ToolConfigurationsPartialUpdate builder with application/x-www-form-urlencoded body.
NewToolConfigurationsRetrieveRequest generates requests for ToolConfigurationsRetrieve.
NewToolConfigurationsUpdateRequest calls the generic ToolConfigurationsUpdate builder with application/json body.
NewToolConfigurationsUpdateRequestWithBody generates requests for ToolConfigurationsUpdate with any type of body.
NewToolConfigurationsUpdateRequestWithFormdataBody calls the generic ToolConfigurationsUpdate builder with application/x-www-form-urlencoded body.
NewToolProductSettingsCreateRequest calls the generic ToolProductSettingsCreate builder with application/json body.
NewToolProductSettingsCreateRequestWithBody generates requests for ToolProductSettingsCreate with any type of body.
NewToolProductSettingsCreateRequestWithFormdataBody calls the generic ToolProductSettingsCreate builder with application/x-www-form-urlencoded body.
NewToolProductSettingsDeletePreviewListRequest generates requests for ToolProductSettingsDeletePreviewList.
NewToolProductSettingsDestroyRequest generates requests for ToolProductSettingsDestroy.
NewToolProductSettingsListRequest generates requests for ToolProductSettingsList.
NewToolProductSettingsPartialUpdateRequest calls the generic ToolProductSettingsPartialUpdate builder with application/json body.
NewToolProductSettingsPartialUpdateRequestWithBody generates requests for ToolProductSettingsPartialUpdate with any type of body.
NewToolProductSettingsPartialUpdateRequestWithFormdataBody calls the generic ToolProductSettingsPartialUpdate builder with application/x-www-form-urlencoded body.
NewToolProductSettingsRetrieveRequest generates requests for ToolProductSettingsRetrieve.
NewToolProductSettingsUpdateRequest calls the generic ToolProductSettingsUpdate builder with application/json body.
NewToolProductSettingsUpdateRequestWithBody generates requests for ToolProductSettingsUpdate with any type of body.
NewToolProductSettingsUpdateRequestWithFormdataBody calls the generic ToolProductSettingsUpdate builder with application/x-www-form-urlencoded body.
NewToolTypesCreateRequest calls the generic ToolTypesCreate builder with application/json body.
NewToolTypesCreateRequestWithBody generates requests for ToolTypesCreate with any type of body.
NewToolTypesCreateRequestWithFormdataBody calls the generic ToolTypesCreate builder with application/x-www-form-urlencoded body.
NewToolTypesDeletePreviewListRequest generates requests for ToolTypesDeletePreviewList.
NewToolTypesDestroyRequest generates requests for ToolTypesDestroy.
NewToolTypesListRequest generates requests for ToolTypesList.
NewToolTypesPartialUpdateRequest calls the generic ToolTypesPartialUpdate builder with application/json body.
NewToolTypesPartialUpdateRequestWithBody generates requests for ToolTypesPartialUpdate with any type of body.
NewToolTypesPartialUpdateRequestWithFormdataBody calls the generic ToolTypesPartialUpdate builder with application/x-www-form-urlencoded body.
NewToolTypesRetrieveRequest generates requests for ToolTypesRetrieve.
NewToolTypesUpdateRequest calls the generic ToolTypesUpdate builder with application/json body.
NewToolTypesUpdateRequestWithBody generates requests for ToolTypesUpdate with any type of body.
NewToolTypesUpdateRequestWithFormdataBody calls the generic ToolTypesUpdate builder with application/x-www-form-urlencoded body.
NewUserContactInfosCreateRequest calls the generic UserContactInfosCreate builder with application/json body.
NewUserContactInfosCreateRequestWithBody generates requests for UserContactInfosCreate with any type of body.
NewUserContactInfosCreateRequestWithFormdataBody calls the generic UserContactInfosCreate builder with application/x-www-form-urlencoded body.
NewUserContactInfosDeletePreviewListRequest generates requests for UserContactInfosDeletePreviewList.
NewUserContactInfosDestroyRequest generates requests for UserContactInfosDestroy.
NewUserContactInfosListRequest generates requests for UserContactInfosList.
NewUserContactInfosPartialUpdateRequest calls the generic UserContactInfosPartialUpdate builder with application/json body.
NewUserContactInfosPartialUpdateRequestWithBody generates requests for UserContactInfosPartialUpdate with any type of body.
NewUserContactInfosPartialUpdateRequestWithFormdataBody calls the generic UserContactInfosPartialUpdate builder with application/x-www-form-urlencoded body.
NewUserContactInfosRetrieveRequest generates requests for UserContactInfosRetrieve.
NewUserContactInfosUpdateRequest calls the generic UserContactInfosUpdate builder with application/json body.
NewUserContactInfosUpdateRequestWithBody generates requests for UserContactInfosUpdate with any type of body.
NewUserContactInfosUpdateRequestWithFormdataBody calls the generic UserContactInfosUpdate builder with application/x-www-form-urlencoded body.
NewUserProfileRetrieveRequest generates requests for UserProfileRetrieve.
NewUsersCreateRequest calls the generic UsersCreate builder with application/json body.
NewUsersCreateRequestWithBody generates requests for UsersCreate with any type of body.
NewUsersCreateRequestWithFormdataBody calls the generic UsersCreate builder with application/x-www-form-urlencoded body.
NewUsersDeletePreviewListRequest generates requests for UsersDeletePreviewList.
NewUsersDestroyRequest generates requests for UsersDestroy.
NewUsersListRequest generates requests for UsersList.
NewUsersPartialUpdateRequest calls the generic UsersPartialUpdate builder with application/json body.
NewUsersPartialUpdateRequestWithBody generates requests for UsersPartialUpdate with any type of body.
NewUsersPartialUpdateRequestWithFormdataBody calls the generic UsersPartialUpdate builder with application/x-www-form-urlencoded body.
NewUsersRetrieveRequest generates requests for UsersRetrieve.
NewUsersUpdateRequest calls the generic UsersUpdate builder with application/json body.
NewUsersUpdateRequestWithBody generates requests for UsersUpdate with any type of body.
NewUsersUpdateRequestWithFormdataBody calls the generic UsersUpdate builder with application/x-www-form-urlencoded body.
ParseApiTokenAuthCreateResponse parses an HTTP response from a ApiTokenAuthCreateWithResponse call.
ParseConfigurationPermissionsListResponse parses an HTTP response from a ConfigurationPermissionsListWithResponse call.
ParseConfigurationPermissionsRetrieveResponse parses an HTTP response from a ConfigurationPermissionsRetrieveWithResponse call.
ParseCredentialMappingsCreateResponse parses an HTTP response from a CredentialMappingsCreateWithResponse call.
ParseCredentialMappingsDeletePreviewListResponse parses an HTTP response from a CredentialMappingsDeletePreviewListWithResponse call.
ParseCredentialMappingsDestroyResponse parses an HTTP response from a CredentialMappingsDestroyWithResponse call.
ParseCredentialMappingsListResponse parses an HTTP response from a CredentialMappingsListWithResponse call.
ParseCredentialMappingsPartialUpdateResponse parses an HTTP response from a CredentialMappingsPartialUpdateWithResponse call.
ParseCredentialMappingsRetrieveResponse parses an HTTP response from a CredentialMappingsRetrieveWithResponse call.
ParseCredentialMappingsUpdateResponse parses an HTTP response from a CredentialMappingsUpdateWithResponse call.
ParseCredentialsCreateResponse parses an HTTP response from a CredentialsCreateWithResponse call.
ParseCredentialsDeletePreviewListResponse parses an HTTP response from a CredentialsDeletePreviewListWithResponse call.
ParseCredentialsDestroyResponse parses an HTTP response from a CredentialsDestroyWithResponse call.
ParseCredentialsListResponse parses an HTTP response from a CredentialsListWithResponse call.
ParseCredentialsPartialUpdateResponse parses an HTTP response from a CredentialsPartialUpdateWithResponse call.
ParseCredentialsRetrieveResponse parses an HTTP response from a CredentialsRetrieveWithResponse call.
ParseCredentialsUpdateResponse parses an HTTP response from a CredentialsUpdateWithResponse call.
ParseDevelopmentEnvironmentsCreateResponse parses an HTTP response from a DevelopmentEnvironmentsCreateWithResponse call.
ParseDevelopmentEnvironmentsDeletePreviewListResponse parses an HTTP response from a DevelopmentEnvironmentsDeletePreviewListWithResponse call.
ParseDevelopmentEnvironmentsDestroyResponse parses an HTTP response from a DevelopmentEnvironmentsDestroyWithResponse call.
ParseDevelopmentEnvironmentsListResponse parses an HTTP response from a DevelopmentEnvironmentsListWithResponse call.
ParseDevelopmentEnvironmentsPartialUpdateResponse parses an HTTP response from a DevelopmentEnvironmentsPartialUpdateWithResponse call.
ParseDevelopmentEnvironmentsRetrieveResponse parses an HTTP response from a DevelopmentEnvironmentsRetrieveWithResponse call.
ParseDevelopmentEnvironmentsUpdateResponse parses an HTTP response from a DevelopmentEnvironmentsUpdateWithResponse call.
ParseDojoGroupMembersCreateResponse parses an HTTP response from a DojoGroupMembersCreateWithResponse call.
ParseDojoGroupMembersDeletePreviewListResponse parses an HTTP response from a DojoGroupMembersDeletePreviewListWithResponse call.
ParseDojoGroupMembersDestroyResponse parses an HTTP response from a DojoGroupMembersDestroyWithResponse call.
ParseDojoGroupMembersListResponse parses an HTTP response from a DojoGroupMembersListWithResponse call.
ParseDojoGroupMembersPartialUpdateResponse parses an HTTP response from a DojoGroupMembersPartialUpdateWithResponse call.
ParseDojoGroupMembersRetrieveResponse parses an HTTP response from a DojoGroupMembersRetrieveWithResponse call.
ParseDojoGroupMembersUpdateResponse parses an HTTP response from a DojoGroupMembersUpdateWithResponse call.
ParseDojoGroupsCreateResponse parses an HTTP response from a DojoGroupsCreateWithResponse call.
ParseDojoGroupsDeletePreviewListResponse parses an HTTP response from a DojoGroupsDeletePreviewListWithResponse call.
ParseDojoGroupsDestroyResponse parses an HTTP response from a DojoGroupsDestroyWithResponse call.
ParseDojoGroupsListResponse parses an HTTP response from a DojoGroupsListWithResponse call.
ParseDojoGroupsPartialUpdateResponse parses an HTTP response from a DojoGroupsPartialUpdateWithResponse call.
ParseDojoGroupsRetrieveResponse parses an HTTP response from a DojoGroupsRetrieveWithResponse call.
ParseDojoGroupsUpdateResponse parses an HTTP response from a DojoGroupsUpdateWithResponse call.
ParseEndpointMetaImportCreateResponse parses an HTTP response from a EndpointMetaImportCreateWithResponse call.
ParseEndpointsCreateResponse parses an HTTP response from a EndpointsCreateWithResponse call.
ParseEndpointsDeletePreviewListResponse parses an HTTP response from a EndpointsDeletePreviewListWithResponse call.
ParseEndpointsDestroyResponse parses an HTTP response from a EndpointsDestroyWithResponse call.
ParseEndpointsGenerateReportCreateResponse parses an HTTP response from a EndpointsGenerateReportCreateWithResponse call.
ParseEndpointsListResponse parses an HTTP response from a EndpointsListWithResponse call.
ParseEndpointsPartialUpdateResponse parses an HTTP response from a EndpointsPartialUpdateWithResponse call.
ParseEndpointsRetrieveResponse parses an HTTP response from a EndpointsRetrieveWithResponse call.
ParseEndpointStatusCreateResponse parses an HTTP response from a EndpointStatusCreateWithResponse call.
ParseEndpointStatusDeletePreviewListResponse parses an HTTP response from a EndpointStatusDeletePreviewListWithResponse call.
ParseEndpointStatusDestroyResponse parses an HTTP response from a EndpointStatusDestroyWithResponse call.
ParseEndpointStatusListResponse parses an HTTP response from a EndpointStatusListWithResponse call.
ParseEndpointStatusPartialUpdateResponse parses an HTTP response from a EndpointStatusPartialUpdateWithResponse call.
ParseEndpointStatusRetrieveResponse parses an HTTP response from a EndpointStatusRetrieveWithResponse call.
ParseEndpointStatusUpdateResponse parses an HTTP response from a EndpointStatusUpdateWithResponse call.
ParseEndpointsUpdateResponse parses an HTTP response from a EndpointsUpdateWithResponse call.
ParseEngagementPresetsCreateResponse parses an HTTP response from a EngagementPresetsCreateWithResponse call.
ParseEngagementPresetsDeletePreviewListResponse parses an HTTP response from a EngagementPresetsDeletePreviewListWithResponse call.
ParseEngagementPresetsDestroyResponse parses an HTTP response from a EngagementPresetsDestroyWithResponse call.
ParseEngagementPresetsListResponse parses an HTTP response from a EngagementPresetsListWithResponse call.
ParseEngagementPresetsPartialUpdateResponse parses an HTTP response from a EngagementPresetsPartialUpdateWithResponse call.
ParseEngagementPresetsRetrieveResponse parses an HTTP response from a EngagementPresetsRetrieveWithResponse call.
ParseEngagementPresetsUpdateResponse parses an HTTP response from a EngagementPresetsUpdateWithResponse call.
ParseEngagementsAcceptRisksCreateResponse parses an HTTP response from a EngagementsAcceptRisksCreateWithResponse call.
ParseEngagementsCloseCreateResponse parses an HTTP response from a EngagementsCloseCreateWithResponse call.
ParseEngagementsCompleteChecklistCreateResponse parses an HTTP response from a EngagementsCompleteChecklistCreateWithResponse call.
ParseEngagementsCompleteChecklistRetrieveResponse parses an HTTP response from a EngagementsCompleteChecklistRetrieveWithResponse call.
ParseEngagementsCreateResponse parses an HTTP response from a EngagementsCreateWithResponse call.
ParseEngagementsDeletePreviewListResponse parses an HTTP response from a EngagementsDeletePreviewListWithResponse call.
ParseEngagementsDestroyResponse parses an HTTP response from a EngagementsDestroyWithResponse call.
ParseEngagementsFilesCreateResponse parses an HTTP response from a EngagementsFilesCreateWithResponse call.
ParseEngagementsFilesDownloadRetrieveResponse parses an HTTP response from a EngagementsFilesDownloadRetrieveWithResponse call.
ParseEngagementsFilesRetrieveResponse parses an HTTP response from a EngagementsFilesRetrieveWithResponse call.
ParseEngagementsGenerateReportCreateResponse parses an HTTP response from a EngagementsGenerateReportCreateWithResponse call.
ParseEngagementsListResponse parses an HTTP response from a EngagementsListWithResponse call.
ParseEngagementsNotesCreateResponse parses an HTTP response from a EngagementsNotesCreateWithResponse call.
ParseEngagementsNotesRetrieveResponse parses an HTTP response from a EngagementsNotesRetrieveWithResponse call.
ParseEngagementsPartialUpdateResponse parses an HTTP response from a EngagementsPartialUpdateWithResponse call.
ParseEngagementsReopenCreateResponse parses an HTTP response from a EngagementsReopenCreateWithResponse call.
ParseEngagementsRetrieveResponse parses an HTTP response from a EngagementsRetrieveWithResponse call.
ParseEngagementsUpdateResponse parses an HTTP response from a EngagementsUpdateWithResponse call.
ParseFindingsAcceptRisksCreateResponse parses an HTTP response from a FindingsAcceptRisksCreateWithResponse call.
ParseFindingsCloseCreateResponse parses an HTTP response from a FindingsCloseCreateWithResponse call.
ParseFindingsCreateResponse parses an HTTP response from a FindingsCreateWithResponse call.
ParseFindingsDeletePreviewListResponse parses an HTTP response from a FindingsDeletePreviewListWithResponse call.
ParseFindingsDestroyResponse parses an HTTP response from a FindingsDestroyWithResponse call.
ParseFindingsDuplicateListResponse parses an HTTP response from a FindingsDuplicateListWithResponse call.
ParseFindingsDuplicateResetCreateResponse parses an HTTP response from a FindingsDuplicateResetCreateWithResponse call.
ParseFindingsFilesCreateResponse parses an HTTP response from a FindingsFilesCreateWithResponse call.
ParseFindingsFilesDownloadRetrieveResponse parses an HTTP response from a FindingsFilesDownloadRetrieveWithResponse call.
ParseFindingsFilesRetrieveResponse parses an HTTP response from a FindingsFilesRetrieveWithResponse call.
ParseFindingsGenerateReportCreateResponse parses an HTTP response from a FindingsGenerateReportCreateWithResponse call.
ParseFindingsListResponse parses an HTTP response from a FindingsListWithResponse call.
ParseFindingsMetadataCreateResponse parses an HTTP response from a FindingsMetadataCreateWithResponse call.
ParseFindingsMetadataDestroyResponse parses an HTTP response from a FindingsMetadataDestroyWithResponse call.
ParseFindingsMetadataListResponse parses an HTTP response from a FindingsMetadataListWithResponse call.
ParseFindingsMetadataUpdateResponse parses an HTTP response from a FindingsMetadataUpdateWithResponse call.
ParseFindingsNotesCreateResponse parses an HTTP response from a FindingsNotesCreateWithResponse call.
ParseFindingsNotesRetrieveResponse parses an HTTP response from a FindingsNotesRetrieveWithResponse call.
ParseFindingsOriginalCreateResponse parses an HTTP response from a FindingsOriginalCreateWithResponse call.
ParseFindingsPartialUpdateResponse parses an HTTP response from a FindingsPartialUpdateWithResponse call.
ParseFindingsRemoveNotePartialUpdateResponse parses an HTTP response from a FindingsRemoveNotePartialUpdateWithResponse call.
ParseFindingsRemoveTagsPartialUpdateResponse parses an HTTP response from a FindingsRemoveTagsPartialUpdateWithResponse call.
ParseFindingsRemoveTagsUpdateResponse parses an HTTP response from a FindingsRemoveTagsUpdateWithResponse call.
ParseFindingsRequestResponseCreateResponse parses an HTTP response from a FindingsRequestResponseCreateWithResponse call.
ParseFindingsRequestResponseRetrieveResponse parses an HTTP response from a FindingsRequestResponseRetrieveWithResponse call.
ParseFindingsRetrieveResponse parses an HTTP response from a FindingsRetrieveWithResponse call.
ParseFindingsTagsCreateResponse parses an HTTP response from a FindingsTagsCreateWithResponse call.
ParseFindingsTagsRetrieveResponse parses an HTTP response from a FindingsTagsRetrieveWithResponse call.
ParseFindingsUpdateResponse parses an HTTP response from a FindingsUpdateWithResponse call.
ParseFindingTemplatesCreateResponse parses an HTTP response from a FindingTemplatesCreateWithResponse call.
ParseFindingTemplatesDeletePreviewListResponse parses an HTTP response from a FindingTemplatesDeletePreviewListWithResponse call.
ParseFindingTemplatesDestroyResponse parses an HTTP response from a FindingTemplatesDestroyWithResponse call.
ParseFindingTemplatesListResponse parses an HTTP response from a FindingTemplatesListWithResponse call.
ParseFindingTemplatesPartialUpdateResponse parses an HTTP response from a FindingTemplatesPartialUpdateWithResponse call.
ParseFindingTemplatesRetrieveResponse parses an HTTP response from a FindingTemplatesRetrieveWithResponse call.
ParseFindingTemplatesUpdateResponse parses an HTTP response from a FindingTemplatesUpdateWithResponse call.
ParseGlobalRolesCreateResponse parses an HTTP response from a GlobalRolesCreateWithResponse call.
ParseGlobalRolesDeletePreviewListResponse parses an HTTP response from a GlobalRolesDeletePreviewListWithResponse call.
ParseGlobalRolesDestroyResponse parses an HTTP response from a GlobalRolesDestroyWithResponse call.
ParseGlobalRolesListResponse parses an HTTP response from a GlobalRolesListWithResponse call.
ParseGlobalRolesPartialUpdateResponse parses an HTTP response from a GlobalRolesPartialUpdateWithResponse call.
ParseGlobalRolesRetrieveResponse parses an HTTP response from a GlobalRolesRetrieveWithResponse call.
ParseGlobalRolesUpdateResponse parses an HTTP response from a GlobalRolesUpdateWithResponse call.
ParseImportLanguagesCreateResponse parses an HTTP response from a ImportLanguagesCreateWithResponse call.
ParseImportScanCreateResponse parses an HTTP response from a ImportScanCreateWithResponse call.
ParseJiraConfigurationsCreateResponse parses an HTTP response from a JiraConfigurationsCreateWithResponse call.
ParseJiraConfigurationsDeletePreviewListResponse parses an HTTP response from a JiraConfigurationsDeletePreviewListWithResponse call.
ParseJiraConfigurationsDestroyResponse parses an HTTP response from a JiraConfigurationsDestroyWithResponse call.
ParseJiraConfigurationsListResponse parses an HTTP response from a JiraConfigurationsListWithResponse call.
ParseJiraConfigurationsPartialUpdateResponse parses an HTTP response from a JiraConfigurationsPartialUpdateWithResponse call.
ParseJiraConfigurationsRetrieveResponse parses an HTTP response from a JiraConfigurationsRetrieveWithResponse call.
ParseJiraConfigurationsUpdateResponse parses an HTTP response from a JiraConfigurationsUpdateWithResponse call.
ParseJiraFindingMappingsCreateResponse parses an HTTP response from a JiraFindingMappingsCreateWithResponse call.
ParseJiraFindingMappingsDeletePreviewListResponse parses an HTTP response from a JiraFindingMappingsDeletePreviewListWithResponse call.
ParseJiraFindingMappingsDestroyResponse parses an HTTP response from a JiraFindingMappingsDestroyWithResponse call.
ParseJiraFindingMappingsListResponse parses an HTTP response from a JiraFindingMappingsListWithResponse call.
ParseJiraFindingMappingsPartialUpdateResponse parses an HTTP response from a JiraFindingMappingsPartialUpdateWithResponse call.
ParseJiraFindingMappingsRetrieveResponse parses an HTTP response from a JiraFindingMappingsRetrieveWithResponse call.
ParseJiraFindingMappingsUpdateResponse parses an HTTP response from a JiraFindingMappingsUpdateWithResponse call.
ParseJiraInstancesCreateResponse parses an HTTP response from a JiraInstancesCreateWithResponse call.
ParseJiraInstancesDeletePreviewListResponse parses an HTTP response from a JiraInstancesDeletePreviewListWithResponse call.
ParseJiraInstancesDestroyResponse parses an HTTP response from a JiraInstancesDestroyWithResponse call.
ParseJiraInstancesListResponse parses an HTTP response from a JiraInstancesListWithResponse call.
ParseJiraInstancesPartialUpdateResponse parses an HTTP response from a JiraInstancesPartialUpdateWithResponse call.
ParseJiraInstancesRetrieveResponse parses an HTTP response from a JiraInstancesRetrieveWithResponse call.
ParseJiraInstancesUpdateResponse parses an HTTP response from a JiraInstancesUpdateWithResponse call.
ParseJiraProductConfigurationsCreateResponse parses an HTTP response from a JiraProductConfigurationsCreateWithResponse call.
ParseJiraProductConfigurationsDeletePreviewListResponse parses an HTTP response from a JiraProductConfigurationsDeletePreviewListWithResponse call.
ParseJiraProductConfigurationsDestroyResponse parses an HTTP response from a JiraProductConfigurationsDestroyWithResponse call.
ParseJiraProductConfigurationsListResponse parses an HTTP response from a JiraProductConfigurationsListWithResponse call.
ParseJiraProductConfigurationsPartialUpdateResponse parses an HTTP response from a JiraProductConfigurationsPartialUpdateWithResponse call.
ParseJiraProductConfigurationsRetrieveResponse parses an HTTP response from a JiraProductConfigurationsRetrieveWithResponse call.
ParseJiraProductConfigurationsUpdateResponse parses an HTTP response from a JiraProductConfigurationsUpdateWithResponse call.
ParseJiraProjectsCreateResponse parses an HTTP response from a JiraProjectsCreateWithResponse call.
ParseJiraProjectsDeletePreviewListResponse parses an HTTP response from a JiraProjectsDeletePreviewListWithResponse call.
ParseJiraProjectsDestroyResponse parses an HTTP response from a JiraProjectsDestroyWithResponse call.
ParseJiraProjectsListResponse parses an HTTP response from a JiraProjectsListWithResponse call.
ParseJiraProjectsPartialUpdateResponse parses an HTTP response from a JiraProjectsPartialUpdateWithResponse call.
ParseJiraProjectsRetrieveResponse parses an HTTP response from a JiraProjectsRetrieveWithResponse call.
ParseJiraProjectsUpdateResponse parses an HTTP response from a JiraProjectsUpdateWithResponse call.
ParseLanguagesCreateResponse parses an HTTP response from a LanguagesCreateWithResponse call.
ParseLanguagesDeletePreviewListResponse parses an HTTP response from a LanguagesDeletePreviewListWithResponse call.
ParseLanguagesDestroyResponse parses an HTTP response from a LanguagesDestroyWithResponse call.
ParseLanguagesListResponse parses an HTTP response from a LanguagesListWithResponse call.
ParseLanguagesPartialUpdateResponse parses an HTTP response from a LanguagesPartialUpdateWithResponse call.
ParseLanguagesRetrieveResponse parses an HTTP response from a LanguagesRetrieveWithResponse call.
ParseLanguagesUpdateResponse parses an HTTP response from a LanguagesUpdateWithResponse call.
ParseLanguageTypesCreateResponse parses an HTTP response from a LanguageTypesCreateWithResponse call.
ParseLanguageTypesDeletePreviewListResponse parses an HTTP response from a LanguageTypesDeletePreviewListWithResponse call.
ParseLanguageTypesDestroyResponse parses an HTTP response from a LanguageTypesDestroyWithResponse call.
ParseLanguageTypesListResponse parses an HTTP response from a LanguageTypesListWithResponse call.
ParseLanguageTypesPartialUpdateResponse parses an HTTP response from a LanguageTypesPartialUpdateWithResponse call.
ParseLanguageTypesRetrieveResponse parses an HTTP response from a LanguageTypesRetrieveWithResponse call.
ParseLanguageTypesUpdateResponse parses an HTTP response from a LanguageTypesUpdateWithResponse call.
ParseMetadataCreateResponse parses an HTTP response from a MetadataCreateWithResponse call.
ParseMetadataDeletePreviewListResponse parses an HTTP response from a MetadataDeletePreviewListWithResponse call.
ParseMetadataDestroyResponse parses an HTTP response from a MetadataDestroyWithResponse call.
ParseMetadataListResponse parses an HTTP response from a MetadataListWithResponse call.
ParseMetadataPartialUpdateResponse parses an HTTP response from a MetadataPartialUpdateWithResponse call.
ParseMetadataRetrieveResponse parses an HTTP response from a MetadataRetrieveWithResponse call.
ParseMetadataUpdateResponse parses an HTTP response from a MetadataUpdateWithResponse call.
ParseNetworkLocationsCreateResponse parses an HTTP response from a NetworkLocationsCreateWithResponse call.
ParseNetworkLocationsDeletePreviewListResponse parses an HTTP response from a NetworkLocationsDeletePreviewListWithResponse call.
ParseNetworkLocationsDestroyResponse parses an HTTP response from a NetworkLocationsDestroyWithResponse call.
ParseNetworkLocationsListResponse parses an HTTP response from a NetworkLocationsListWithResponse call.
ParseNetworkLocationsPartialUpdateResponse parses an HTTP response from a NetworkLocationsPartialUpdateWithResponse call.
ParseNetworkLocationsRetrieveResponse parses an HTTP response from a NetworkLocationsRetrieveWithResponse call.
ParseNetworkLocationsUpdateResponse parses an HTTP response from a NetworkLocationsUpdateWithResponse call.
ParseNotesListResponse parses an HTTP response from a NotesListWithResponse call.
ParseNotesPartialUpdateResponse parses an HTTP response from a NotesPartialUpdateWithResponse call.
ParseNotesRetrieveResponse parses an HTTP response from a NotesRetrieveWithResponse call.
ParseNotesUpdateResponse parses an HTTP response from a NotesUpdateWithResponse call.
ParseNoteTypeCreateResponse parses an HTTP response from a NoteTypeCreateWithResponse call.
ParseNoteTypeDeletePreviewListResponse parses an HTTP response from a NoteTypeDeletePreviewListWithResponse call.
ParseNoteTypeDestroyResponse parses an HTTP response from a NoteTypeDestroyWithResponse call.
ParseNoteTypeListResponse parses an HTTP response from a NoteTypeListWithResponse call.
ParseNoteTypePartialUpdateResponse parses an HTTP response from a NoteTypePartialUpdateWithResponse call.
ParseNoteTypeRetrieveResponse parses an HTTP response from a NoteTypeRetrieveWithResponse call.
ParseNoteTypeUpdateResponse parses an HTTP response from a NoteTypeUpdateWithResponse call.
ParseNotificationsCreateResponse parses an HTTP response from a NotificationsCreateWithResponse call.
ParseNotificationsDeletePreviewListResponse parses an HTTP response from a NotificationsDeletePreviewListWithResponse call.
ParseNotificationsDestroyResponse parses an HTTP response from a NotificationsDestroyWithResponse call.
ParseNotificationsListResponse parses an HTTP response from a NotificationsListWithResponse call.
ParseNotificationsPartialUpdateResponse parses an HTTP response from a NotificationsPartialUpdateWithResponse call.
ParseNotificationsRetrieveResponse parses an HTTP response from a NotificationsRetrieveWithResponse call.
ParseNotificationsUpdateResponse parses an HTTP response from a NotificationsUpdateWithResponse call.
ParseOa3SchemaRetrieveResponse parses an HTTP response from a Oa3SchemaRetrieveWithResponse call.
ParseProductApiScanConfigurationsCreateResponse parses an HTTP response from a ProductApiScanConfigurationsCreateWithResponse call.
ParseProductApiScanConfigurationsDeletePreviewListResponse parses an HTTP response from a ProductApiScanConfigurationsDeletePreviewListWithResponse call.
ParseProductApiScanConfigurationsDestroyResponse parses an HTTP response from a ProductApiScanConfigurationsDestroyWithResponse call.
ParseProductApiScanConfigurationsListResponse parses an HTTP response from a ProductApiScanConfigurationsListWithResponse call.
ParseProductApiScanConfigurationsPartialUpdateResponse parses an HTTP response from a ProductApiScanConfigurationsPartialUpdateWithResponse call.
ParseProductApiScanConfigurationsRetrieveResponse parses an HTTP response from a ProductApiScanConfigurationsRetrieveWithResponse call.
ParseProductApiScanConfigurationsUpdateResponse parses an HTTP response from a ProductApiScanConfigurationsUpdateWithResponse call.
ParseProductGroupsCreateResponse parses an HTTP response from a ProductGroupsCreateWithResponse call.
ParseProductGroupsDeletePreviewListResponse parses an HTTP response from a ProductGroupsDeletePreviewListWithResponse call.
ParseProductGroupsDestroyResponse parses an HTTP response from a ProductGroupsDestroyWithResponse call.
ParseProductGroupsListResponse parses an HTTP response from a ProductGroupsListWithResponse call.
ParseProductGroupsPartialUpdateResponse parses an HTTP response from a ProductGroupsPartialUpdateWithResponse call.
ParseProductGroupsRetrieveResponse parses an HTTP response from a ProductGroupsRetrieveWithResponse call.
ParseProductGroupsUpdateResponse parses an HTTP response from a ProductGroupsUpdateWithResponse call.
ParseProductMembersCreateResponse parses an HTTP response from a ProductMembersCreateWithResponse call.
ParseProductMembersDeletePreviewListResponse parses an HTTP response from a ProductMembersDeletePreviewListWithResponse call.
ParseProductMembersDestroyResponse parses an HTTP response from a ProductMembersDestroyWithResponse call.
ParseProductMembersListResponse parses an HTTP response from a ProductMembersListWithResponse call.
ParseProductMembersPartialUpdateResponse parses an HTTP response from a ProductMembersPartialUpdateWithResponse call.
ParseProductMembersRetrieveResponse parses an HTTP response from a ProductMembersRetrieveWithResponse call.
ParseProductMembersUpdateResponse parses an HTTP response from a ProductMembersUpdateWithResponse call.
ParseProductsCreateResponse parses an HTTP response from a ProductsCreateWithResponse call.
ParseProductsDeletePreviewListResponse parses an HTTP response from a ProductsDeletePreviewListWithResponse call.
ParseProductsDestroyResponse parses an HTTP response from a ProductsDestroyWithResponse call.
ParseProductsGenerateReportCreateResponse parses an HTTP response from a ProductsGenerateReportCreateWithResponse call.
ParseProductsListResponse parses an HTTP response from a ProductsListWithResponse call.
ParseProductsPartialUpdateResponse parses an HTTP response from a ProductsPartialUpdateWithResponse call.
ParseProductsRetrieveResponse parses an HTTP response from a ProductsRetrieveWithResponse call.
ParseProductsUpdateResponse parses an HTTP response from a ProductsUpdateWithResponse call.
ParseProductTypeGroupsCreateResponse parses an HTTP response from a ProductTypeGroupsCreateWithResponse call.
ParseProductTypeGroupsDeletePreviewListResponse parses an HTTP response from a ProductTypeGroupsDeletePreviewListWithResponse call.
ParseProductTypeGroupsDestroyResponse parses an HTTP response from a ProductTypeGroupsDestroyWithResponse call.
ParseProductTypeGroupsListResponse parses an HTTP response from a ProductTypeGroupsListWithResponse call.
ParseProductTypeGroupsPartialUpdateResponse parses an HTTP response from a ProductTypeGroupsPartialUpdateWithResponse call.
ParseProductTypeGroupsRetrieveResponse parses an HTTP response from a ProductTypeGroupsRetrieveWithResponse call.
ParseProductTypeGroupsUpdateResponse parses an HTTP response from a ProductTypeGroupsUpdateWithResponse call.
ParseProductTypeMembersCreateResponse parses an HTTP response from a ProductTypeMembersCreateWithResponse call.
ParseProductTypeMembersDeletePreviewListResponse parses an HTTP response from a ProductTypeMembersDeletePreviewListWithResponse call.
ParseProductTypeMembersDestroyResponse parses an HTTP response from a ProductTypeMembersDestroyWithResponse call.
ParseProductTypeMembersListResponse parses an HTTP response from a ProductTypeMembersListWithResponse call.
ParseProductTypeMembersPartialUpdateResponse parses an HTTP response from a ProductTypeMembersPartialUpdateWithResponse call.
ParseProductTypeMembersRetrieveResponse parses an HTTP response from a ProductTypeMembersRetrieveWithResponse call.
ParseProductTypeMembersUpdateResponse parses an HTTP response from a ProductTypeMembersUpdateWithResponse call.
ParseProductTypesCreateResponse parses an HTTP response from a ProductTypesCreateWithResponse call.
ParseProductTypesDeletePreviewListResponse parses an HTTP response from a ProductTypesDeletePreviewListWithResponse call.
ParseProductTypesDestroyResponse parses an HTTP response from a ProductTypesDestroyWithResponse call.
ParseProductTypesGenerateReportCreateResponse parses an HTTP response from a ProductTypesGenerateReportCreateWithResponse call.
ParseProductTypesListResponse parses an HTTP response from a ProductTypesListWithResponse call.
ParseProductTypesPartialUpdateResponse parses an HTTP response from a ProductTypesPartialUpdateWithResponse call.
ParseProductTypesRetrieveResponse parses an HTTP response from a ProductTypesRetrieveWithResponse call.
ParseProductTypesUpdateResponse parses an HTTP response from a ProductTypesUpdateWithResponse call.
ParseQuestionnaireAnsweredQuestionnairesListResponse parses an HTTP response from a QuestionnaireAnsweredQuestionnairesListWithResponse call.
ParseQuestionnaireAnsweredQuestionnairesRetrieveResponse parses an HTTP response from a QuestionnaireAnsweredQuestionnairesRetrieveWithResponse call.
ParseQuestionnaireAnswersListResponse parses an HTTP response from a QuestionnaireAnswersListWithResponse call.
ParseQuestionnaireAnswersRetrieveResponse parses an HTTP response from a QuestionnaireAnswersRetrieveWithResponse call.
ParseQuestionnaireEngagementQuestionnairesListResponse parses an HTTP response from a QuestionnaireEngagementQuestionnairesListWithResponse call.
ParseQuestionnaireEngagementQuestionnairesRetrieveResponse parses an HTTP response from a QuestionnaireEngagementQuestionnairesRetrieveWithResponse call.
ParseQuestionnaireGeneralQuestionnairesListResponse parses an HTTP response from a QuestionnaireGeneralQuestionnairesListWithResponse call.
ParseQuestionnaireGeneralQuestionnairesRetrieveResponse parses an HTTP response from a QuestionnaireGeneralQuestionnairesRetrieveWithResponse call.
ParseQuestionnaireQuestionsListResponse parses an HTTP response from a QuestionnaireQuestionsListWithResponse call.
ParseQuestionnaireQuestionsRetrieveResponse parses an HTTP response from a QuestionnaireQuestionsRetrieveWithResponse call.
ParseRegulationsCreateResponse parses an HTTP response from a RegulationsCreateWithResponse call.
ParseRegulationsDeletePreviewListResponse parses an HTTP response from a RegulationsDeletePreviewListWithResponse call.
ParseRegulationsDestroyResponse parses an HTTP response from a RegulationsDestroyWithResponse call.
ParseRegulationsListResponse parses an HTTP response from a RegulationsListWithResponse call.
ParseRegulationsPartialUpdateResponse parses an HTTP response from a RegulationsPartialUpdateWithResponse call.
ParseRegulationsRetrieveResponse parses an HTTP response from a RegulationsRetrieveWithResponse call.
ParseRegulationsUpdateResponse parses an HTTP response from a RegulationsUpdateWithResponse call.
ParseReimportScanCreateResponse parses an HTTP response from a ReimportScanCreateWithResponse call.
ParseRiskAcceptanceDeletePreviewListResponse parses an HTTP response from a RiskAcceptanceDeletePreviewListWithResponse call.
ParseRiskAcceptanceDestroyResponse parses an HTTP response from a RiskAcceptanceDestroyWithResponse call.
ParseRiskAcceptanceDownloadProofRetrieveResponse parses an HTTP response from a RiskAcceptanceDownloadProofRetrieveWithResponse call.
ParseRiskAcceptanceListResponse parses an HTTP response from a RiskAcceptanceListWithResponse call.
ParseRiskAcceptanceRetrieveResponse parses an HTTP response from a RiskAcceptanceRetrieveWithResponse call.
ParseRolesListResponse parses an HTTP response from a RolesListWithResponse call.
ParseRolesRetrieveResponse parses an HTTP response from a RolesRetrieveWithResponse call.
ParseSlaConfigurationsCreateResponse parses an HTTP response from a SlaConfigurationsCreateWithResponse call.
ParseSlaConfigurationsDestroyResponse parses an HTTP response from a SlaConfigurationsDestroyWithResponse call.
ParseSlaConfigurationsListResponse parses an HTTP response from a SlaConfigurationsListWithResponse call.
ParseSlaConfigurationsPartialUpdateResponse parses an HTTP response from a SlaConfigurationsPartialUpdateWithResponse call.
ParseSlaConfigurationsRetrieveResponse parses an HTTP response from a SlaConfigurationsRetrieveWithResponse call.
ParseSlaConfigurationsUpdateResponse parses an HTTP response from a SlaConfigurationsUpdateWithResponse call.
ParseSonarqubeIssuesCreateResponse parses an HTTP response from a SonarqubeIssuesCreateWithResponse call.
ParseSonarqubeIssuesDeletePreviewListResponse parses an HTTP response from a SonarqubeIssuesDeletePreviewListWithResponse call.
ParseSonarqubeIssuesDestroyResponse parses an HTTP response from a SonarqubeIssuesDestroyWithResponse call.
ParseSonarqubeIssuesListResponse parses an HTTP response from a SonarqubeIssuesListWithResponse call.
ParseSonarqubeIssuesPartialUpdateResponse parses an HTTP response from a SonarqubeIssuesPartialUpdateWithResponse call.
ParseSonarqubeIssuesRetrieveResponse parses an HTTP response from a SonarqubeIssuesRetrieveWithResponse call.
ParseSonarqubeIssuesUpdateResponse parses an HTTP response from a SonarqubeIssuesUpdateWithResponse call.
ParseSonarqubeTransitionsCreateResponse parses an HTTP response from a SonarqubeTransitionsCreateWithResponse call.
ParseSonarqubeTransitionsDeletePreviewListResponse parses an HTTP response from a SonarqubeTransitionsDeletePreviewListWithResponse call.
ParseSonarqubeTransitionsDestroyResponse parses an HTTP response from a SonarqubeTransitionsDestroyWithResponse call.
ParseSonarqubeTransitionsListResponse parses an HTTP response from a SonarqubeTransitionsListWithResponse call.
ParseSonarqubeTransitionsPartialUpdateResponse parses an HTTP response from a SonarqubeTransitionsPartialUpdateWithResponse call.
ParseSonarqubeTransitionsRetrieveResponse parses an HTTP response from a SonarqubeTransitionsRetrieveWithResponse call.
ParseSonarqubeTransitionsUpdateResponse parses an HTTP response from a SonarqubeTransitionsUpdateWithResponse call.
ParseStubFindingsCreateResponse parses an HTTP response from a StubFindingsCreateWithResponse call.
ParseStubFindingsDeletePreviewListResponse parses an HTTP response from a StubFindingsDeletePreviewListWithResponse call.
ParseStubFindingsDestroyResponse parses an HTTP response from a StubFindingsDestroyWithResponse call.
ParseStubFindingsListResponse parses an HTTP response from a StubFindingsListWithResponse call.
ParseStubFindingsPartialUpdateResponse parses an HTTP response from a StubFindingsPartialUpdateWithResponse call.
ParseStubFindingsRetrieveResponse parses an HTTP response from a StubFindingsRetrieveWithResponse call.
ParseStubFindingsUpdateResponse parses an HTTP response from a StubFindingsUpdateWithResponse call.
ParseSystemSettingsListResponse parses an HTTP response from a SystemSettingsListWithResponse call.
ParseSystemSettingsPartialUpdateResponse parses an HTTP response from a SystemSettingsPartialUpdateWithResponse call.
ParseSystemSettingsUpdateResponse parses an HTTP response from a SystemSettingsUpdateWithResponse call.
ParseTechnologiesCreateResponse parses an HTTP response from a TechnologiesCreateWithResponse call.
ParseTechnologiesDeletePreviewListResponse parses an HTTP response from a TechnologiesDeletePreviewListWithResponse call.
ParseTechnologiesDestroyResponse parses an HTTP response from a TechnologiesDestroyWithResponse call.
ParseTechnologiesListResponse parses an HTTP response from a TechnologiesListWithResponse call.
ParseTechnologiesPartialUpdateResponse parses an HTTP response from a TechnologiesPartialUpdateWithResponse call.
ParseTechnologiesRetrieveResponse parses an HTTP response from a TechnologiesRetrieveWithResponse call.
ParseTechnologiesUpdateResponse parses an HTTP response from a TechnologiesUpdateWithResponse call.
ParseTestImportsCreateResponse parses an HTTP response from a TestImportsCreateWithResponse call.
ParseTestImportsDeletePreviewListResponse parses an HTTP response from a TestImportsDeletePreviewListWithResponse call.
ParseTestImportsDestroyResponse parses an HTTP response from a TestImportsDestroyWithResponse call.
ParseTestImportsListResponse parses an HTTP response from a TestImportsListWithResponse call.
ParseTestImportsPartialUpdateResponse parses an HTTP response from a TestImportsPartialUpdateWithResponse call.
ParseTestImportsRetrieveResponse parses an HTTP response from a TestImportsRetrieveWithResponse call.
ParseTestImportsUpdateResponse parses an HTTP response from a TestImportsUpdateWithResponse call.
ParseTestsAcceptRisksCreateResponse parses an HTTP response from a TestsAcceptRisksCreateWithResponse call.
ParseTestsCreateResponse parses an HTTP response from a TestsCreateWithResponse call.
ParseTestsDeletePreviewListResponse parses an HTTP response from a TestsDeletePreviewListWithResponse call.
ParseTestsDestroyResponse parses an HTTP response from a TestsDestroyWithResponse call.
ParseTestsFilesCreateResponse parses an HTTP response from a TestsFilesCreateWithResponse call.
ParseTestsFilesDownloadRetrieveResponse parses an HTTP response from a TestsFilesDownloadRetrieveWithResponse call.
ParseTestsFilesRetrieveResponse parses an HTTP response from a TestsFilesRetrieveWithResponse call.
ParseTestsGenerateReportCreateResponse parses an HTTP response from a TestsGenerateReportCreateWithResponse call.
ParseTestsListResponse parses an HTTP response from a TestsListWithResponse call.
ParseTestsNotesCreateResponse parses an HTTP response from a TestsNotesCreateWithResponse call.
ParseTestsNotesRetrieveResponse parses an HTTP response from a TestsNotesRetrieveWithResponse call.
ParseTestsPartialUpdateResponse parses an HTTP response from a TestsPartialUpdateWithResponse call.
ParseTestsRetrieveResponse parses an HTTP response from a TestsRetrieveWithResponse call.
ParseTestsUpdateResponse parses an HTTP response from a TestsUpdateWithResponse call.
ParseTestTypesCreateResponse parses an HTTP response from a TestTypesCreateWithResponse call.
ParseTestTypesListResponse parses an HTTP response from a TestTypesListWithResponse call.
ParseTestTypesPartialUpdateResponse parses an HTTP response from a TestTypesPartialUpdateWithResponse call.
ParseTestTypesRetrieveResponse parses an HTTP response from a TestTypesRetrieveWithResponse call.
ParseTestTypesUpdateResponse parses an HTTP response from a TestTypesUpdateWithResponse call.
ParseToolConfigurationsCreateResponse parses an HTTP response from a ToolConfigurationsCreateWithResponse call.
ParseToolConfigurationsDeletePreviewListResponse parses an HTTP response from a ToolConfigurationsDeletePreviewListWithResponse call.
ParseToolConfigurationsDestroyResponse parses an HTTP response from a ToolConfigurationsDestroyWithResponse call.
ParseToolConfigurationsListResponse parses an HTTP response from a ToolConfigurationsListWithResponse call.
ParseToolConfigurationsPartialUpdateResponse parses an HTTP response from a ToolConfigurationsPartialUpdateWithResponse call.
ParseToolConfigurationsRetrieveResponse parses an HTTP response from a ToolConfigurationsRetrieveWithResponse call.
ParseToolConfigurationsUpdateResponse parses an HTTP response from a ToolConfigurationsUpdateWithResponse call.
ParseToolProductSettingsCreateResponse parses an HTTP response from a ToolProductSettingsCreateWithResponse call.
ParseToolProductSettingsDeletePreviewListResponse parses an HTTP response from a ToolProductSettingsDeletePreviewListWithResponse call.
ParseToolProductSettingsDestroyResponse parses an HTTP response from a ToolProductSettingsDestroyWithResponse call.
ParseToolProductSettingsListResponse parses an HTTP response from a ToolProductSettingsListWithResponse call.
ParseToolProductSettingsPartialUpdateResponse parses an HTTP response from a ToolProductSettingsPartialUpdateWithResponse call.
ParseToolProductSettingsRetrieveResponse parses an HTTP response from a ToolProductSettingsRetrieveWithResponse call.
ParseToolProductSettingsUpdateResponse parses an HTTP response from a ToolProductSettingsUpdateWithResponse call.
ParseToolTypesCreateResponse parses an HTTP response from a ToolTypesCreateWithResponse call.
ParseToolTypesDeletePreviewListResponse parses an HTTP response from a ToolTypesDeletePreviewListWithResponse call.
ParseToolTypesDestroyResponse parses an HTTP response from a ToolTypesDestroyWithResponse call.
ParseToolTypesListResponse parses an HTTP response from a ToolTypesListWithResponse call.
ParseToolTypesPartialUpdateResponse parses an HTTP response from a ToolTypesPartialUpdateWithResponse call.
ParseToolTypesRetrieveResponse parses an HTTP response from a ToolTypesRetrieveWithResponse call.
ParseToolTypesUpdateResponse parses an HTTP response from a ToolTypesUpdateWithResponse call.
ParseUserContactInfosCreateResponse parses an HTTP response from a UserContactInfosCreateWithResponse call.
ParseUserContactInfosDeletePreviewListResponse parses an HTTP response from a UserContactInfosDeletePreviewListWithResponse call.
ParseUserContactInfosDestroyResponse parses an HTTP response from a UserContactInfosDestroyWithResponse call.
ParseUserContactInfosListResponse parses an HTTP response from a UserContactInfosListWithResponse call.
ParseUserContactInfosPartialUpdateResponse parses an HTTP response from a UserContactInfosPartialUpdateWithResponse call.
ParseUserContactInfosRetrieveResponse parses an HTTP response from a UserContactInfosRetrieveWithResponse call.
ParseUserContactInfosUpdateResponse parses an HTTP response from a UserContactInfosUpdateWithResponse call.
ParseUserProfileRetrieveResponse parses an HTTP response from a UserProfileRetrieveWithResponse call.
ParseUsersCreateResponse parses an HTTP response from a UsersCreateWithResponse call.
ParseUsersDeletePreviewListResponse parses an HTTP response from a UsersDeletePreviewListWithResponse call.
ParseUsersDestroyResponse parses an HTTP response from a UsersDestroyWithResponse call.
ParseUsersListResponse parses an HTTP response from a UsersListWithResponse call.
ParseUsersPartialUpdateResponse parses an HTTP response from a UsersPartialUpdateWithResponse call.
ParseUsersRetrieveResponse parses an HTTP response from a UsersRetrieveWithResponse call.
ParseUsersUpdateResponse parses an HTTP response from a UsersUpdateWithResponse call.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for ToolConfigurationsListParamsAuthenticationType.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for DojoGroupsListParamsSocialProvider.
No description provided by the author
Defines values for EngagementsListParamsStatus.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for PatchedJIRAInstanceRequestDefaultIssueType.
Defines values for TestImportsListParamsTestImportFindingActionAction.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for EngagementsListParamsStatus.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for EngagementsListParamsStatus.
No description provided by the author
Defines values for RegulationRequestCategory.
Defines values for CredentialAuthentication.
Defines values for CredentialAuthentication.
Defines values for CredentialHttpAuthentication.
Defines values for CredentialHttpAuthentication.
Defines values for CredentialHttpAuthentication.
Defines values for CredentialHttpAuthentication.
Defines values for CredentialRequestAuthentication.
Defines values for CredentialRequestAuthentication.
Defines values for CredentialRequestHttpAuthentication.
Defines values for CredentialRequestHttpAuthentication.
Defines values for CredentialRequestHttpAuthentication.
Defines values for CredentialRequestHttpAuthentication.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for DojoGroupMembersListParamsPrefetch.
Defines values for DojoGroupMembersListParamsPrefetch.
Defines values for DojoGroupMembersListParamsPrefetch.
Defines values for DojoGroupMembersRetrieveParamsPrefetch.
Defines values for DojoGroupMembersRetrieveParamsPrefetch.
Defines values for DojoGroupMembersRetrieveParamsPrefetch.
Defines values for DojoGroupRequestSocialProvider.
Defines values for DojoGroupRequestSocialProvider.
Defines values for DojoGroupRequestSocialProvider.
Defines values for DojoGroupsListParamsPrefetch.
Defines values for DojoGroupsListParamsPrefetch.
Defines values for DojoGroupsListParamsPrefetch.
Defines values for DojoGroupSocialProvider.
Defines values for DojoGroupSocialProvider.
Defines values for DojoGroupSocialProvider.
Defines values for DojoGroupsRetrieveParamsPrefetch.
Defines values for DojoGroupsRetrieveParamsPrefetch.
Defines values for DojoGroupsRetrieveParamsPrefetch.
Defines values for RegulationRequestCategory.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for EndpointsListParamsO.
Defines values for EndpointsListParamsO.
Defines values for EndpointsListParamsO.
Defines values for EndpointsListParamsO.
Defines values for EngagementEngagementType.
Defines values for EngagementEngagementType.
Defines values for EngagementEngagementType.
Defines values for EngagementRequestEngagementType.
Defines values for EngagementRequestEngagementType.
Defines values for EngagementRequestEngagementType.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementRequestStatus.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementsListParamsO.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for EngagementStatus.
Defines values for PatchedJIRAInstanceRequestDefaultIssueType.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for RegulationRequestCategory.
Defines values for FindingEngagementEngagementType.
Defines values for FindingEngagementEngagementType.
Defines values for FindingEngagementEngagementType.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsCreated.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsDate.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraChange.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsJiraCreation.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsLastReviewed.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsMitigated.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsAcceptRisksCreateParamsO.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsCreated.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsDate.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraChange.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsJiraCreation.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsLastReviewed.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsMitigated.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsO.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsListParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingsRetrieveParamsPrefetch.
Defines values for FindingTemplatesListParamsO.
Defines values for FindingTemplatesListParamsO.
Defines values for FindingTemplatesListParamsO.
Defines values for FindingTemplatesListParamsO.
Defines values for PatchedCredentialRequestAuthentication.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for ImportScanGroupBy.
Defines values for ImportScanGroupBy.
Defines values for ImportScanGroupBy.
Defines values for ImportScanGroupBy.
Defines values for ImportScanMinimumSeverity.
Defines values for ImportScanMinimumSeverity.
Defines values for ImportScanMinimumSeverity.
Defines values for ImportScanMinimumSeverity.
Defines values for ImportScanMinimumSeverity.
Defines values for ImportScanRequestGroupBy.
Defines values for ImportScanRequestGroupBy.
Defines values for ImportScanRequestGroupBy.
Defines values for ImportScanRequestGroupBy.
Defines values for ImportScanRequestMinimumSeverity.
Defines values for ImportScanRequestMinimumSeverity.
Defines values for ImportScanRequestMinimumSeverity.
Defines values for ImportScanRequestMinimumSeverity.
Defines values for ImportScanRequestMinimumSeverity.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanRequestScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for ImportScanScanType.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for EngagementsListParamsStatus.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for JIRAInstanceDefaultIssueType.
Defines values for JIRAInstanceDefaultIssueType.
Defines values for JIRAInstanceDefaultIssueType.
Defines values for JIRAInstanceDefaultIssueType.
Defines values for JIRAInstanceDefaultIssueType.
Defines values for JIRAInstanceDefaultIssueType.
Defines values for JIRAInstanceRequestDefaultIssueType.
Defines values for JIRAInstanceRequestDefaultIssueType.
Defines values for JIRAInstanceRequestDefaultIssueType.
Defines values for JIRAInstanceRequestDefaultIssueType.
Defines values for JIRAInstanceRequestDefaultIssueType.
Defines values for JIRAInstanceRequestDefaultIssueType.
Defines values for Oa3SchemaRetrieveParamsFormat.
Defines values for SystemSettingsRequestTimeZone.
Defines values for LanguagesListParamsPrefetch.
Defines values for LanguagesListParamsPrefetch.
Defines values for LanguagesListParamsPrefetch.
Defines values for LanguagesRetrieveParamsPrefetch.
Defines values for LanguagesRetrieveParamsPrefetch.
Defines values for LanguagesRetrieveParamsPrefetch.
Defines values for SystemSettingsRequestTimeZone.
Defines values for RegulationRequestCategory.
Defines values for SystemSettingsRequestTimeZone.
Defines values for MetadataListParamsPrefetch.
Defines values for MetadataListParamsPrefetch.
Defines values for MetadataListParamsPrefetch.
Defines values for MetadataRetrieveParamsPrefetch.
Defines values for MetadataRetrieveParamsPrefetch.
Defines values for MetadataRetrieveParamsPrefetch.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for RiskAcceptanceListParamsO.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for TestImportsListParamsTestImportFindingActionAction.
Defines values for RiskAcceptanceListParamsO.
Defines values for SystemSettingsRequestTimeZone.
Defines values for NotificationsAutoCloseEngagement.
Defines values for NotificationsAutoCloseEngagement.
Defines values for NotificationsAutoCloseEngagement.
Defines values for NotificationsAutoCloseEngagement.
Defines values for NotificationsCloseEngagement.
Defines values for NotificationsCloseEngagement.
Defines values for NotificationsCloseEngagement.
Defines values for NotificationsCloseEngagement.
Defines values for NotificationsCodeReview.
Defines values for NotificationsCodeReview.
Defines values for NotificationsCodeReview.
Defines values for NotificationsCodeReview.
Defines values for NotificationsEngagementAdded.
Defines values for NotificationsEngagementAdded.
Defines values for NotificationsEngagementAdded.
Defines values for NotificationsEngagementAdded.
Defines values for NotificationsJiraUpdate.
Defines values for NotificationsJiraUpdate.
Defines values for NotificationsJiraUpdate.
Defines values for NotificationsJiraUpdate.
Defines values for NotificationsListParamsPrefetch.
Defines values for NotificationsListParamsPrefetch.
Defines values for NotificationsOther.
Defines values for NotificationsOther.
Defines values for NotificationsOther.
Defines values for NotificationsOther.
Defines values for NotificationsProductAdded.
Defines values for NotificationsProductAdded.
Defines values for NotificationsProductAdded.
Defines values for NotificationsProductAdded.
Defines values for NotificationsProductTypeAdded.
Defines values for NotificationsProductTypeAdded.
Defines values for NotificationsProductTypeAdded.
Defines values for NotificationsProductTypeAdded.
Defines values for NotificationsRequestAutoCloseEngagement.
Defines values for NotificationsRequestAutoCloseEngagement.
Defines values for NotificationsRequestAutoCloseEngagement.
Defines values for NotificationsRequestAutoCloseEngagement.
Defines values for NotificationsRequestCloseEngagement.
Defines values for NotificationsRequestCloseEngagement.
Defines values for NotificationsRequestCloseEngagement.
Defines values for NotificationsRequestCloseEngagement.
Defines values for NotificationsRequestCodeReview.
Defines values for NotificationsRequestCodeReview.
Defines values for NotificationsRequestCodeReview.
Defines values for NotificationsRequestCodeReview.
Defines values for NotificationsRequestEngagementAdded.
Defines values for NotificationsRequestEngagementAdded.
Defines values for NotificationsRequestEngagementAdded.
Defines values for NotificationsRequestEngagementAdded.
Defines values for NotificationsRequestJiraUpdate.
Defines values for NotificationsRequestJiraUpdate.
Defines values for NotificationsRequestJiraUpdate.
Defines values for NotificationsRequestJiraUpdate.
Defines values for NotificationsRequestOther.
Defines values for NotificationsRequestOther.
Defines values for NotificationsRequestOther.
Defines values for NotificationsRequestOther.
Defines values for NotificationsRequestProductAdded.
Defines values for NotificationsRequestProductAdded.
Defines values for NotificationsRequestProductAdded.
Defines values for NotificationsRequestProductAdded.
Defines values for NotificationsRequestProductTypeAdded.
Defines values for NotificationsRequestProductTypeAdded.
Defines values for NotificationsRequestProductTypeAdded.
Defines values for NotificationsRequestProductTypeAdded.
Defines values for NotificationsRequestReviewRequested.
Defines values for NotificationsRequestReviewRequested.
Defines values for NotificationsRequestReviewRequested.
Defines values for NotificationsRequestReviewRequested.
Defines values for NotificationsRequestRiskAcceptanceExpiration.
Defines values for NotificationsRequestRiskAcceptanceExpiration.
Defines values for NotificationsRequestRiskAcceptanceExpiration.
Defines values for NotificationsRequestRiskAcceptanceExpiration.
Defines values for NotificationsRequestScanAdded.
Defines values for NotificationsRequestScanAdded.
Defines values for NotificationsRequestScanAdded.
Defines values for NotificationsRequestScanAdded.
Defines values for NotificationsRequestSlaBreach.
Defines values for NotificationsRequestSlaBreach.
Defines values for NotificationsRequestSlaBreach.
Defines values for NotificationsRequestSlaBreach.
Defines values for NotificationsRequestStaleEngagement.
Defines values for NotificationsRequestStaleEngagement.
Defines values for NotificationsRequestStaleEngagement.
Defines values for NotificationsRequestStaleEngagement.
Defines values for NotificationsRequestTestAdded.
Defines values for NotificationsRequestTestAdded.
Defines values for NotificationsRequestTestAdded.
Defines values for NotificationsRequestTestAdded.
Defines values for NotificationsRequestUpcomingEngagement.
Defines values for NotificationsRequestUpcomingEngagement.
Defines values for NotificationsRequestUpcomingEngagement.
Defines values for NotificationsRequestUpcomingEngagement.
Defines values for NotificationsRequestUserMentioned.
Defines values for NotificationsRequestUserMentioned.
Defines values for NotificationsRequestUserMentioned.
Defines values for NotificationsRequestUserMentioned.
Defines values for NotificationsRetrieveParamsPrefetch.
Defines values for NotificationsRetrieveParamsPrefetch.
Defines values for NotificationsReviewRequested.
Defines values for NotificationsReviewRequested.
Defines values for NotificationsReviewRequested.
Defines values for NotificationsReviewRequested.
Defines values for NotificationsRiskAcceptanceExpiration.
Defines values for NotificationsRiskAcceptanceExpiration.
Defines values for NotificationsRiskAcceptanceExpiration.
Defines values for NotificationsRiskAcceptanceExpiration.
Defines values for NotificationsScanAdded.
Defines values for NotificationsScanAdded.
Defines values for NotificationsScanAdded.
Defines values for NotificationsScanAdded.
Defines values for NotificationsSlaBreach.
Defines values for NotificationsSlaBreach.
Defines values for NotificationsSlaBreach.
Defines values for NotificationsSlaBreach.
Defines values for NotificationsStaleEngagement.
Defines values for NotificationsStaleEngagement.
Defines values for NotificationsStaleEngagement.
Defines values for NotificationsStaleEngagement.
Defines values for NotificationsTestAdded.
Defines values for NotificationsTestAdded.
Defines values for NotificationsTestAdded.
Defines values for NotificationsTestAdded.
Defines values for NotificationsUpcomingEngagement.
Defines values for NotificationsUpcomingEngagement.
Defines values for NotificationsUpcomingEngagement.
Defines values for NotificationsUpcomingEngagement.
Defines values for NotificationsUserMentioned.
Defines values for NotificationsUserMentioned.
Defines values for NotificationsUserMentioned.
Defines values for NotificationsUserMentioned.
Defines values for EngagementsListParamsStatus.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for Oa3SchemaRetrieveParamsLang.
Defines values for EngagementsListParamsStatus.
Defines values for RegulationRequestCategory.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for ToolConfigurationsListParamsAuthenticationType.
Defines values for PatchedCredentialRequestHttpAuthentication.
Defines values for PatchedCredentialRequestHttpAuthentication.
Defines values for PatchedCredentialRequestHttpAuthentication.
Defines values for PatchedCredentialRequestHttpAuthentication.
Defines values for PatchedDojoGroupRequestSocialProvider.
Defines values for PatchedDojoGroupRequestSocialProvider.
Defines values for PatchedDojoGroupRequestSocialProvider.
Defines values for PatchedEngagementRequestEngagementType.
Defines values for PatchedEngagementRequestEngagementType.
Defines values for PatchedEngagementRequestEngagementType.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedEngagementRequestStatus.
Defines values for PatchedNotificationsRequestAutoCloseEngagement.
Defines values for PatchedNotificationsRequestAutoCloseEngagement.
Defines values for PatchedNotificationsRequestAutoCloseEngagement.
Defines values for PatchedNotificationsRequestAutoCloseEngagement.
Defines values for PatchedNotificationsRequestCloseEngagement.
Defines values for PatchedNotificationsRequestCloseEngagement.
Defines values for PatchedNotificationsRequestCloseEngagement.
Defines values for PatchedNotificationsRequestCloseEngagement.
Defines values for PatchedNotificationsRequestCodeReview.
Defines values for PatchedNotificationsRequestCodeReview.
Defines values for PatchedNotificationsRequestCodeReview.
Defines values for PatchedNotificationsRequestCodeReview.
Defines values for PatchedNotificationsRequestEngagementAdded.
Defines values for PatchedNotificationsRequestEngagementAdded.
Defines values for PatchedNotificationsRequestEngagementAdded.
Defines values for PatchedNotificationsRequestEngagementAdded.
Defines values for PatchedNotificationsRequestJiraUpdate.
Defines values for PatchedNotificationsRequestJiraUpdate.
Defines values for PatchedNotificationsRequestJiraUpdate.
Defines values for PatchedNotificationsRequestJiraUpdate.
Defines values for PatchedNotificationsRequestOther.
Defines values for PatchedNotificationsRequestOther.
Defines values for PatchedNotificationsRequestOther.
Defines values for PatchedNotificationsRequestOther.
Defines values for PatchedNotificationsRequestProductAdded.
Defines values for PatchedNotificationsRequestProductAdded.
Defines values for PatchedNotificationsRequestProductAdded.
Defines values for PatchedNotificationsRequestProductAdded.
Defines values for PatchedNotificationsRequestProductTypeAdded.
Defines values for PatchedNotificationsRequestProductTypeAdded.
Defines values for PatchedNotificationsRequestProductTypeAdded.
Defines values for PatchedNotificationsRequestProductTypeAdded.
Defines values for PatchedNotificationsRequestReviewRequested.
Defines values for PatchedNotificationsRequestReviewRequested.
Defines values for PatchedNotificationsRequestReviewRequested.
Defines values for PatchedNotificationsRequestReviewRequested.
Defines values for PatchedNotificationsRequestRiskAcceptanceExpiration.
Defines values for PatchedNotificationsRequestRiskAcceptanceExpiration.
Defines values for PatchedNotificationsRequestRiskAcceptanceExpiration.
Defines values for PatchedNotificationsRequestRiskAcceptanceExpiration.
Defines values for PatchedNotificationsRequestScanAdded.
Defines values for PatchedNotificationsRequestScanAdded.
Defines values for PatchedNotificationsRequestScanAdded.
Defines values for PatchedNotificationsRequestScanAdded.
Defines values for PatchedNotificationsRequestSlaBreach.
Defines values for PatchedNotificationsRequestSlaBreach.
Defines values for PatchedNotificationsRequestSlaBreach.
Defines values for PatchedNotificationsRequestSlaBreach.
Defines values for PatchedNotificationsRequestStaleEngagement.
Defines values for PatchedNotificationsRequestStaleEngagement.
Defines values for PatchedNotificationsRequestStaleEngagement.
Defines values for PatchedNotificationsRequestStaleEngagement.
Defines values for PatchedNotificationsRequestTestAdded.
Defines values for PatchedNotificationsRequestTestAdded.
Defines values for PatchedNotificationsRequestTestAdded.
Defines values for PatchedNotificationsRequestTestAdded.
Defines values for PatchedNotificationsRequestUpcomingEngagement.
Defines values for PatchedNotificationsRequestUpcomingEngagement.
Defines values for PatchedNotificationsRequestUpcomingEngagement.
Defines values for PatchedNotificationsRequestUpcomingEngagement.
Defines values for PatchedNotificationsRequestUserMentioned.
Defines values for PatchedNotificationsRequestUserMentioned.
Defines values for PatchedNotificationsRequestUserMentioned.
Defines values for PatchedNotificationsRequestUserMentioned.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestBusinessCriticality.
Defines values for PatchedProductRequestLifecycle.
Defines values for PatchedProductRequestLifecycle.
Defines values for PatchedProductRequestLifecycle.
Defines values for PatchedProductRequestLifecycle.
Defines values for PatchedProductRequestLifecycle.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestOrigin.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedProductRequestPlatform.
Defines values for PatchedRegulationRequestCategory.
Defines values for PatchedRegulationRequestCategory.
Defines values for PatchedRegulationRequestCategory.
Defines values for PatchedRegulationRequestCategory.
Defines values for PatchedRegulationRequestCategory.
Defines values for PatchedRegulationRequestCategory.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestJiraMinimumSeverity.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedSystemSettingsRequestTimeZone.
Defines values for PatchedToolConfigurationRequestAuthenticationType.
Defines values for PatchedToolConfigurationRequestAuthenticationType.
Defines values for PatchedToolConfigurationRequestAuthenticationType.
Defines values for PatchedToolConfigurationRequestAuthenticationType.
Defines values for PatchedToolConfigurationRequestAuthenticationType.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for RegulationRequestCategory.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductBusinessCriticality.
Defines values for ProductGroupsListParamsPrefetch.
Defines values for ProductGroupsListParamsPrefetch.
Defines values for ProductGroupsListParamsPrefetch.
Defines values for ProductGroupsRetrieveParamsPrefetch.
Defines values for ProductGroupsRetrieveParamsPrefetch.
Defines values for ProductGroupsRetrieveParamsPrefetch.
Defines values for ProductLifecycle.
Defines values for ProductLifecycle.
Defines values for ProductLifecycle.
Defines values for ProductLifecycle.
Defines values for ProductLifecycle.
Defines values for ProductMembersListParamsPrefetch.
Defines values for ProductMembersListParamsPrefetch.
Defines values for ProductMembersListParamsPrefetch.
Defines values for ProductMembersRetrieveParamsPrefetch.
Defines values for ProductMembersRetrieveParamsPrefetch.
Defines values for ProductMembersRetrieveParamsPrefetch.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductOrigin.
Defines values for ProductPlatform.
Defines values for ProductPlatform.
Defines values for ProductPlatform.
Defines values for ProductPlatform.
Defines values for ProductPlatform.
Defines values for ProductPlatform.
Defines values for ProductPlatform.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestBusinessCriticality.
Defines values for ProductRequestLifecycle.
Defines values for ProductRequestLifecycle.
Defines values for ProductRequestLifecycle.
Defines values for ProductRequestLifecycle.
Defines values for ProductRequestLifecycle.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestOrigin.
Defines values for ProductRequestPlatform.
Defines values for ProductRequestPlatform.
Defines values for ProductRequestPlatform.
Defines values for ProductRequestPlatform.
Defines values for ProductRequestPlatform.
Defines values for ProductRequestPlatform.
Defines values for ProductRequestPlatform.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsCreated.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsO.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsPrefetch.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsListParamsUpdated.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductsRetrieveParamsPrefetch.
Defines values for ProductTypeGroupsListParamsPrefetch.
Defines values for ProductTypeGroupsListParamsPrefetch.
Defines values for ProductTypeGroupsListParamsPrefetch.
Defines values for ProductTypeGroupsRetrieveParamsPrefetch.
Defines values for ProductTypeGroupsRetrieveParamsPrefetch.
Defines values for ProductTypeGroupsRetrieveParamsPrefetch.
Defines values for ProductTypeMembersListParamsPrefetch.
Defines values for ProductTypeMembersListParamsPrefetch.
Defines values for ProductTypeMembersListParamsPrefetch.
Defines values for ProductTypeMembersRetrieveParamsPrefetch.
Defines values for ProductTypeMembersRetrieveParamsPrefetch.
Defines values for ProductTypeMembersRetrieveParamsPrefetch.
Defines values for ProductTypesListParamsPrefetch.
Defines values for ProductTypesListParamsPrefetch.
Defines values for ProductTypesRetrieveParamsPrefetch.
Defines values for ProductTypesRetrieveParamsPrefetch.
Defines values for SystemSettingsRequestTimeZone.
Defines values for TestImportsListParamsTestImportFindingActionAction.
Defines values for RegulationCategory.
Defines values for RegulationCategory.
Defines values for RegulationCategory.
Defines values for RegulationCategory.
Defines values for RegulationCategory.
Defines values for RegulationCategory.
Defines values for ReImportScanGroupBy.
Defines values for ReImportScanGroupBy.
Defines values for ReImportScanGroupBy.
Defines values for ReImportScanGroupBy.
Defines values for ReImportScanMinimumSeverity.
Defines values for ReImportScanMinimumSeverity.
Defines values for ReImportScanMinimumSeverity.
Defines values for ReImportScanMinimumSeverity.
Defines values for ReImportScanMinimumSeverity.
Defines values for ReImportScanRequestGroupBy.
Defines values for ReImportScanRequestGroupBy.
Defines values for ReImportScanRequestGroupBy.
Defines values for ReImportScanRequestGroupBy.
Defines values for ReImportScanRequestMinimumSeverity.
Defines values for ReImportScanRequestMinimumSeverity.
Defines values for ReImportScanRequestMinimumSeverity.
Defines values for ReImportScanRequestMinimumSeverity.
Defines values for ReImportScanRequestMinimumSeverity.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanRequestScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for ReImportScanScanType.
Defines values for RiskAcceptanceListParamsDecision.
Defines values for RiskAcceptanceListParamsDecision.
Defines values for RiskAcceptanceListParamsDecision.
Defines values for RiskAcceptanceListParamsDecision.
Defines values for RiskAcceptanceListParamsDecision.
Defines values for RiskAcceptanceListParamsRecommendation.
Defines values for RiskAcceptanceListParamsRecommendation.
Defines values for RiskAcceptanceListParamsRecommendation.
Defines values for RiskAcceptanceListParamsRecommendation.
Defines values for RiskAcceptanceListParamsRecommendation.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for PatchedJIRAInstanceRequestDefaultIssueType.
Defines values for SystemSettingsRequestTimeZone.
Defines values for PatchedJIRAInstanceRequestDefaultIssueType.
Defines values for ToolConfigurationsListParamsAuthenticationType.
Defines values for PatchedCredentialRequestAuthentication.
Defines values for PatchedJIRAInstanceRequestDefaultIssueType.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsRequestJiraMinimumSeverity.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for SystemSettingsTimeZone.
Defines values for PatchedJIRAInstanceRequestDefaultIssueType.
Defines values for TestImportFindingActionAction.
Defines values for TestImportFindingActionAction.
Defines values for TestImportFindingActionAction.
Defines values for TestImportFindingActionAction.
Defines values for TestImportFindingActionAction.
Defines values for TestImportFindingActionAction.
Defines values for TestImportsListParamsPrefetch.
Defines values for TestImportsListParamsPrefetch.
Defines values for TestImportsRetrieveParamsPrefetch.
Defines values for TestImportsRetrieveParamsPrefetch.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
Defines values for TestsListParamsO.
No description provided by the author
Defines values for ToolConfigurationAuthenticationType.
Defines values for ToolConfigurationAuthenticationType.
Defines values for ToolConfigurationAuthenticationType.
Defines values for ToolConfigurationAuthenticationType.
Defines values for ToolConfigurationAuthenticationType.
Defines values for ToolConfigurationRequestAuthenticationType.
Defines values for ToolConfigurationRequestAuthenticationType.
Defines values for ToolConfigurationRequestAuthenticationType.
Defines values for ToolConfigurationRequestAuthenticationType.
Defines values for ToolConfigurationRequestAuthenticationType.
Defines values for SystemSettingsRequestTimeZone.
Defines values for TestImportsListParamsTestImportFindingActionAction.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for UserContactInfosListParamsPrefetch.
Defines values for UserContactInfosRetrieveParamsPrefetch.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for EngagementsListParamsStatus.
Defines values for SystemSettingsRequestTimeZone.
Defines values for SystemSettingsRequestTimeZone.
Defines values for Oa3SchemaRetrieveParamsFormat.
Defines values for SystemSettingsRequestTimeZone.
# Structs
AcceptedRiskRequest defines model for AcceptedRiskRequest.
AddNewFileOptionRequest defines model for AddNewFileOptionRequest.
AddNewNoteOptionRequest defines model for AddNewNoteOptionRequest.
No description provided by the author
AppAnalysis defines model for AppAnalysis.
AppAnalysisRequest defines model for AppAnalysisRequest.
AuthToken defines model for AuthToken.
AuthTokenRequest defines model for AuthTokenRequest.
BurpRawRequestResponse defines model for BurpRawRequestResponse.
BurpRawRequestResponseRequest defines model for BurpRawRequestResponseRequest.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ConfigurationPermission defines model for ConfigurationPermission.
ConfigurationPermissionsListParams defines parameters for ConfigurationPermissionsList.
No description provided by the author
No description provided by the author
Credential defines model for Credential.
CredentialMapping defines model for CredentialMapping.
CredentialMappingRequest defines model for CredentialMappingRequest.
No description provided by the author
CredentialMappingsDeletePreviewListParams defines parameters for CredentialMappingsDeletePreviewList.
No description provided by the author
No description provided by the author
CredentialMappingsListParams defines parameters for CredentialMappingsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CredentialRequest defines model for CredentialRequest.
No description provided by the author
CredentialsDeletePreviewListParams defines parameters for CredentialsDeletePreviewList.
No description provided by the author
No description provided by the author
CredentialsListParams defines parameters for CredentialsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeletePreview defines model for DeletePreview.
DeltaStatistics defines model for DeltaStatistics.
DevelopmentEnvironment defines model for DevelopmentEnvironment.
DevelopmentEnvironmentRequest defines model for DevelopmentEnvironmentRequest.
No description provided by the author
DevelopmentEnvironmentsDeletePreviewListParams defines parameters for DevelopmentEnvironmentsDeletePreviewList.
No description provided by the author
No description provided by the author
DevelopmentEnvironmentsListParams defines parameters for DevelopmentEnvironmentsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DojoGroup defines model for DojoGroup.
DojoGroupMember defines model for DojoGroupMember.
DojoGroupMemberRequest defines model for DojoGroupMemberRequest.
No description provided by the author
DojoGroupMembersDeletePreviewListParams defines parameters for DojoGroupMembersDeletePreviewList.
No description provided by the author
No description provided by the author
DojoGroupMembersListParams defines parameters for DojoGroupMembersList.
No description provided by the author
No description provided by the author
DojoGroupMembersRetrieveParams defines parameters for DojoGroupMembersRetrieve.
No description provided by the author
No description provided by the author
DojoGroupRequest defines model for DojoGroupRequest.
No description provided by the author
DojoGroupsDeletePreviewListParams defines parameters for DojoGroupsDeletePreviewList.
No description provided by the author
No description provided by the author
DojoGroupsListParams defines parameters for DojoGroupsList.
No description provided by the author
No description provided by the author
DojoGroupsRetrieveParams defines parameters for DojoGroupsRetrieve.
No description provided by the author
No description provided by the author
Endpoint defines model for Endpoint.
No description provided by the author
EndpointMetaImporter defines model for EndpointMetaImporter.
EndpointMetaImporterRequest defines model for EndpointMetaImporterRequest.
EndpointRequest defines model for EndpointRequest.
No description provided by the author
EndpointsDeletePreviewListParams defines parameters for EndpointsDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
EndpointsListParams defines parameters for EndpointsList.
No description provided by the author
No description provided by the author
No description provided by the author
EndpointStatus defines model for EndpointStatus.
No description provided by the author
EndpointStatusDeletePreviewListParams defines parameters for EndpointStatusDeletePreviewList.
No description provided by the author
No description provided by the author
EndpointStatusListParams defines parameters for EndpointStatusList.
No description provided by the author
No description provided by the author
EndpointStatusRequest defines model for EndpointStatusRequest.
No description provided by the author
No description provided by the author
No description provided by the author
Engagement defines model for Engagement.
EngagementCheckList defines model for EngagementCheckList.
EngagementCheckListRequest defines model for EngagementCheckListRequest.
EngagementPresets defines model for EngagementPresets.
No description provided by the author
EngagementPresetsDeletePreviewListParams defines parameters for EngagementPresetsDeletePreviewList.
No description provided by the author
No description provided by the author
EngagementPresetsListParams defines parameters for EngagementPresetsList.
No description provided by the author
No description provided by the author
EngagementPresetsRequest defines model for EngagementPresetsRequest.
No description provided by the author
No description provided by the author
EngagementRequest defines model for EngagementRequest.
EngagementsAcceptRisksCreateFormdataBody defines parameters for EngagementsAcceptRisksCreate.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EngagementsDeletePreviewListParams defines parameters for EngagementsDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EngagementsListParams defines parameters for EngagementsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EngagementToFiles defines model for EngagementToFiles.
EngagementToNotes defines model for EngagementToNotes.
ExecutiveSummary defines model for ExecutiveSummary.
File defines model for File.
Finding defines model for Finding.
FindingClose defines model for FindingClose.
FindingCloseRequest defines model for FindingCloseRequest.
FindingCreate defines model for FindingCreate.
FindingCreateRequest defines model for FindingCreateRequest.
FindingEngagement defines model for FindingEngagement.
FindingEnvironment defines model for FindingEnvironment.
FindingGroup defines model for FindingGroup.
FindingMeta defines model for FindingMeta.
FindingMetaRequest defines model for FindingMetaRequest.
FindingProdType defines model for FindingProdType.
FindingProduct defines model for FindingProduct.
FindingRelatedFields defines model for FindingRelatedFields.
FindingRequest defines model for FindingRequest.
FindingsAcceptRisksCreateFormdataBody defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParams defines parameters for FindingsAcceptRisksCreate.
No description provided by the author
No description provided by the author
No description provided by the author
FindingsDeletePreviewListParams defines parameters for FindingsDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindingsListParams defines parameters for FindingsList.
No description provided by the author
No description provided by the author
FindingsMetadataDestroyParams defines parameters for FindingsMetadataDestroy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindingsRetrieveParams defines parameters for FindingsRetrieve.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindingTemplate defines model for FindingTemplate.
FindingTemplateRequest defines model for FindingTemplateRequest.
No description provided by the author
FindingTemplatesDeletePreviewListParams defines parameters for FindingTemplatesDeletePreviewList.
No description provided by the author
No description provided by the author
FindingTemplatesListParams defines parameters for FindingTemplatesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindingTest defines model for FindingTest.
FindingTestType defines model for FindingTestType.
FindingToFiles defines model for FindingToFiles.
FindingToNotes defines model for FindingToNotes.
GlobalRole defines model for GlobalRole.
GlobalRoleRequest defines model for GlobalRoleRequest.
No description provided by the author
GlobalRolesDeletePreviewListParams defines parameters for GlobalRolesDeletePreviewList.
No description provided by the author
No description provided by the author
GlobalRolesListParams defines parameters for GlobalRolesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ImportLanguages defines model for ImportLanguages.
No description provided by the author
ImportLanguagesRequest defines model for ImportLanguagesRequest.
ImportScan defines model for ImportScan.
No description provided by the author
ImportScanRequest defines model for ImportScanRequest.
ImportStatistics defines model for ImportStatistics.
No description provided by the author
JiraConfigurationsDeletePreviewListParams defines parameters for JiraConfigurationsDeletePreviewList.
No description provided by the author
No description provided by the author
JiraConfigurationsListParams defines parameters for JiraConfigurationsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JiraFindingMappingsDeletePreviewListParams defines parameters for JiraFindingMappingsDeletePreviewList.
No description provided by the author
No description provided by the author
JiraFindingMappingsListParams defines parameters for JiraFindingMappingsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JIRAInstance defines model for JIRAInstance.
JIRAInstanceRequest defines model for JIRAInstanceRequest.
No description provided by the author
JiraInstancesDeletePreviewListParams defines parameters for JiraInstancesDeletePreviewList.
No description provided by the author
No description provided by the author
JiraInstancesListParams defines parameters for JiraInstancesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JIRAIssue defines model for JIRAIssue.
JIRAIssueRequest defines model for JIRAIssueRequest.
No description provided by the author
JiraProductConfigurationsDeletePreviewListParams defines parameters for JiraProductConfigurationsDeletePreviewList.
No description provided by the author
No description provided by the author
JiraProductConfigurationsListParams defines parameters for JiraProductConfigurationsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JIRAProject defines model for JIRAProject.
JIRAProjectRequest defines model for JIRAProjectRequest.
No description provided by the author
JiraProjectsDeletePreviewListParams defines parameters for JiraProjectsDeletePreviewList.
No description provided by the author
No description provided by the author
JiraProjectsListParams defines parameters for JiraProjectsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Language defines model for Language.
LanguageRequest defines model for LanguageRequest.
No description provided by the author
LanguagesDeletePreviewListParams defines parameters for LanguagesDeletePreviewList.
No description provided by the author
No description provided by the author
LanguagesListParams defines parameters for LanguagesList.
No description provided by the author
No description provided by the author
LanguagesRetrieveParams defines parameters for LanguagesRetrieve.
No description provided by the author
No description provided by the author
LanguageType defines model for LanguageType.
LanguageTypeRequest defines model for LanguageTypeRequest.
No description provided by the author
LanguageTypesDeletePreviewListParams defines parameters for LanguageTypesDeletePreviewList.
No description provided by the author
No description provided by the author
LanguageTypesListParams defines parameters for LanguageTypesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Meta defines model for Meta.
No description provided by the author
MetadataDeletePreviewListParams defines parameters for MetadataDeletePreviewList.
No description provided by the author
No description provided by the author
MetadataListParams defines parameters for MetadataList.
No description provided by the author
No description provided by the author
MetadataRetrieveParams defines parameters for MetadataRetrieve.
No description provided by the author
No description provided by the author
MetaRequest defines model for MetaRequest.
NetworkLocations defines model for NetworkLocations.
No description provided by the author
NetworkLocationsDeletePreviewListParams defines parameters for NetworkLocationsDeletePreviewList.
No description provided by the author
No description provided by the author
NetworkLocationsListParams defines parameters for NetworkLocationsList.
No description provided by the author
No description provided by the author
NetworkLocationsRequest defines model for NetworkLocationsRequest.
No description provided by the author
No description provided by the author
Note defines model for Note.
NoteHistory defines model for NoteHistory.
NoteRequest defines model for NoteRequest.
NotesListParams defines parameters for NotesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NoteType defines model for NoteType.
No description provided by the author
NoteTypeDeletePreviewListParams defines parameters for NoteTypeDeletePreviewList.
No description provided by the author
No description provided by the author
NoteTypeListParams defines parameters for NoteTypeList.
No description provided by the author
No description provided by the author
NoteTypeRequest defines model for NoteTypeRequest.
No description provided by the author
No description provided by the author
Notifications defines model for Notifications.
No description provided by the author
NotificationsDeletePreviewListParams defines parameters for NotificationsDeletePreviewList.
No description provided by the author
No description provided by the author
NotificationsListParams defines parameters for NotificationsList.
No description provided by the author
No description provided by the author
NotificationsRequest defines model for NotificationsRequest.
NotificationsRetrieveParams defines parameters for NotificationsRetrieve.
No description provided by the author
No description provided by the author
Oa3SchemaRetrieveParams defines parameters for Oa3SchemaRetrieve.
No description provided by the author
PaginatedAppAnalysisList defines model for PaginatedAppAnalysisList.
PaginatedConfigurationPermissionList defines model for PaginatedConfigurationPermissionList.
PaginatedCredentialList defines model for PaginatedCredentialList.
PaginatedCredentialMappingList defines model for PaginatedCredentialMappingList.
PaginatedDeletePreviewList defines model for PaginatedDeletePreviewList.
PaginatedDevelopmentEnvironmentList defines model for PaginatedDevelopmentEnvironmentList.
PaginatedDojoGroupList defines model for PaginatedDojoGroupList.
PaginatedDojoGroupMemberList defines model for PaginatedDojoGroupMemberList.
PaginatedEndpointList defines model for PaginatedEndpointList.
PaginatedEndpointStatusList defines model for PaginatedEndpointStatusList.
PaginatedEngagementList defines model for PaginatedEngagementList.
PaginatedEngagementPresetsList defines model for PaginatedEngagementPresetsList.
PaginatedFindingList defines model for PaginatedFindingList.
PaginatedFindingTemplateList defines model for PaginatedFindingTemplateList.
PaginatedGlobalRoleList defines model for PaginatedGlobalRoleList.
PaginatedJIRAInstanceList defines model for PaginatedJIRAInstanceList.
PaginatedJIRAIssueList defines model for PaginatedJIRAIssueList.
PaginatedJIRAProjectList defines model for PaginatedJIRAProjectList.
PaginatedLanguageList defines model for PaginatedLanguageList.
PaginatedLanguageTypeList defines model for PaginatedLanguageTypeList.
PaginatedMetaList defines model for PaginatedMetaList.
PaginatedNetworkLocationsList defines model for PaginatedNetworkLocationsList.
PaginatedNoteList defines model for PaginatedNoteList.
PaginatedNoteTypeList defines model for PaginatedNoteTypeList.
PaginatedNotificationsList defines model for PaginatedNotificationsList.
PaginatedProductAPIScanConfigurationList defines model for PaginatedProductAPIScanConfigurationList.
PaginatedProductGroupList defines model for PaginatedProductGroupList.
PaginatedProductList defines model for PaginatedProductList.
PaginatedProductMemberList defines model for PaginatedProductMemberList.
PaginatedProductTypeGroupList defines model for PaginatedProductTypeGroupList.
PaginatedProductTypeList defines model for PaginatedProductTypeList.
PaginatedProductTypeMemberList defines model for PaginatedProductTypeMemberList.
PaginatedQuestionnaireAnsweredSurveyList defines model for PaginatedQuestionnaireAnsweredSurveyList.
PaginatedQuestionnaireAnswerList defines model for PaginatedQuestionnaireAnswerList.
PaginatedQuestionnaireEngagementSurveyList defines model for PaginatedQuestionnaireEngagementSurveyList.
PaginatedQuestionnaireGeneralSurveyList defines model for PaginatedQuestionnaireGeneralSurveyList.
PaginatedQuestionnaireQuestionList defines model for PaginatedQuestionnaireQuestionList.
PaginatedRegulationList defines model for PaginatedRegulationList.
PaginatedRiskAcceptanceList defines model for PaginatedRiskAcceptanceList.
PaginatedRoleList defines model for PaginatedRoleList.
PaginatedSLAConfigurationList defines model for PaginatedSLAConfigurationList.
PaginatedSonarqubeIssueList defines model for PaginatedSonarqubeIssueList.
PaginatedSonarqubeIssueTransitionList defines model for PaginatedSonarqubeIssueTransitionList.
PaginatedStubFindingList defines model for PaginatedStubFindingList.
PaginatedSystemSettingsList defines model for PaginatedSystemSettingsList.
PaginatedTestImportList defines model for PaginatedTestImportList.
PaginatedTestList defines model for PaginatedTestList.
PaginatedTestTypeList defines model for PaginatedTestTypeList.
PaginatedToolConfigurationList defines model for PaginatedToolConfigurationList.
PaginatedToolProductSettingsList defines model for PaginatedToolProductSettingsList.
PaginatedToolTypeList defines model for PaginatedToolTypeList.
PaginatedUserContactInfoList defines model for PaginatedUserContactInfoList.
PaginatedUserList defines model for PaginatedUserList.
PatchedAppAnalysisRequest defines model for PatchedAppAnalysisRequest.
PatchedCredentialMappingRequest defines model for PatchedCredentialMappingRequest.
PatchedCredentialRequest defines model for PatchedCredentialRequest.
PatchedDevelopmentEnvironmentRequest defines model for PatchedDevelopmentEnvironmentRequest.
PatchedDojoGroupMemberRequest defines model for PatchedDojoGroupMemberRequest.
PatchedDojoGroupRequest defines model for PatchedDojoGroupRequest.
PatchedEndpointRequest defines model for PatchedEndpointRequest.
PatchedEndpointStatusRequest defines model for PatchedEndpointStatusRequest.
PatchedEngagementPresetsRequest defines model for PatchedEngagementPresetsRequest.
PatchedEngagementRequest defines model for PatchedEngagementRequest.
PatchedFindingNoteRequest defines model for PatchedFindingNoteRequest.
PatchedFindingRequest defines model for PatchedFindingRequest.
PatchedFindingTemplateRequest defines model for PatchedFindingTemplateRequest.
PatchedGlobalRoleRequest defines model for PatchedGlobalRoleRequest.
PatchedJIRAInstanceRequest defines model for PatchedJIRAInstanceRequest.
PatchedJIRAIssueRequest defines model for PatchedJIRAIssueRequest.
PatchedJIRAProjectRequest defines model for PatchedJIRAProjectRequest.
PatchedLanguageRequest defines model for PatchedLanguageRequest.
PatchedLanguageTypeRequest defines model for PatchedLanguageTypeRequest.
PatchedMetaRequest defines model for PatchedMetaRequest.
PatchedNetworkLocationsRequest defines model for PatchedNetworkLocationsRequest.
PatchedNoteRequest defines model for PatchedNoteRequest.
PatchedNoteTypeRequest defines model for PatchedNoteTypeRequest.
PatchedNotificationsRequest defines model for PatchedNotificationsRequest.
PatchedProductAPIScanConfigurationRequest defines model for PatchedProductAPIScanConfigurationRequest.
PatchedProductRequest defines model for PatchedProductRequest.
PatchedProductTypeRequest defines model for PatchedProductTypeRequest.
PatchedRegulationRequest defines model for PatchedRegulationRequest.
PatchedSLAConfigurationRequest defines model for PatchedSLAConfigurationRequest.
PatchedSonarqubeIssueRequest defines model for PatchedSonarqubeIssueRequest.
PatchedSonarqubeIssueTransitionRequest defines model for PatchedSonarqubeIssueTransitionRequest.
PatchedStubFindingRequest defines model for PatchedStubFindingRequest.
PatchedSystemSettingsRequest defines model for PatchedSystemSettingsRequest.
PatchedTagRequest defines model for PatchedTagRequest.
PatchedTestImportRequest defines model for PatchedTestImportRequest.
PatchedTestRequest defines model for PatchedTestRequest.
PatchedTestTypeRequest defines model for PatchedTestTypeRequest.
PatchedToolConfigurationRequest defines model for PatchedToolConfigurationRequest.
PatchedToolProductSettingsRequest defines model for PatchedToolProductSettingsRequest.
PatchedToolTypeRequest defines model for PatchedToolTypeRequest.
PatchedUserContactInfoRequest defines model for PatchedUserContactInfoRequest.
PatchedUserRequest defines model for PatchedUserRequest.
Product defines model for Product.
ProductAPIScanConfiguration defines model for ProductAPIScanConfiguration.
ProductAPIScanConfigurationRequest defines model for ProductAPIScanConfigurationRequest.
No description provided by the author
ProductApiScanConfigurationsDeletePreviewListParams defines parameters for ProductApiScanConfigurationsDeletePreviewList.
No description provided by the author
No description provided by the author
ProductApiScanConfigurationsListParams defines parameters for ProductApiScanConfigurationsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProductGroup defines model for ProductGroup.
ProductGroupRequest defines model for ProductGroupRequest.
No description provided by the author
ProductGroupsDeletePreviewListParams defines parameters for ProductGroupsDeletePreviewList.
No description provided by the author
No description provided by the author
ProductGroupsListParams defines parameters for ProductGroupsList.
No description provided by the author
No description provided by the author
ProductGroupsRetrieveParams defines parameters for ProductGroupsRetrieve.
No description provided by the author
No description provided by the author
ProductMember defines model for ProductMember.
ProductMemberRequest defines model for ProductMemberRequest.
No description provided by the author
ProductMembersDeletePreviewListParams defines parameters for ProductMembersDeletePreviewList.
No description provided by the author
No description provided by the author
ProductMembersListParams defines parameters for ProductMembersList.
No description provided by the author
No description provided by the author
ProductMembersRetrieveParams defines parameters for ProductMembersRetrieve.
No description provided by the author
No description provided by the author
ProductMeta defines model for ProductMeta.
ProductRequest defines model for ProductRequest.
No description provided by the author
ProductsDeletePreviewListParams defines parameters for ProductsDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
ProductsListParams defines parameters for ProductsList.
No description provided by the author
No description provided by the author
ProductsRetrieveParams defines parameters for ProductsRetrieve.
No description provided by the author
No description provided by the author
ProductType defines model for ProductType.
ProductTypeGroup defines model for ProductTypeGroup.
ProductTypeGroupRequest defines model for ProductTypeGroupRequest.
No description provided by the author
ProductTypeGroupsDeletePreviewListParams defines parameters for ProductTypeGroupsDeletePreviewList.
No description provided by the author
No description provided by the author
ProductTypeGroupsListParams defines parameters for ProductTypeGroupsList.
No description provided by the author
No description provided by the author
ProductTypeGroupsRetrieveParams defines parameters for ProductTypeGroupsRetrieve.
No description provided by the author
No description provided by the author
ProductTypeMember defines model for ProductTypeMember.
ProductTypeMemberRequest defines model for ProductTypeMemberRequest.
No description provided by the author
ProductTypeMembersDeletePreviewListParams defines parameters for ProductTypeMembersDeletePreviewList.
No description provided by the author
No description provided by the author
ProductTypeMembersListParams defines parameters for ProductTypeMembersList.
No description provided by the author
No description provided by the author
ProductTypeMembersRetrieveParams defines parameters for ProductTypeMembersRetrieve.
No description provided by the author
No description provided by the author
ProductTypeRequest defines model for ProductTypeRequest.
No description provided by the author
ProductTypesDeletePreviewListParams defines parameters for ProductTypesDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
ProductTypesListParams defines parameters for ProductTypesList.
No description provided by the author
No description provided by the author
ProductTypesRetrieveParams defines parameters for ProductTypesRetrieve.
No description provided by the author
No description provided by the author
QuestionnaireAnswer defines model for QuestionnaireAnswer.
QuestionnaireAnsweredQuestionnairesListParams defines parameters for QuestionnaireAnsweredQuestionnairesList.
No description provided by the author
No description provided by the author
QuestionnaireAnsweredSurvey defines model for QuestionnaireAnsweredSurvey.
QuestionnaireAnswersListParams defines parameters for QuestionnaireAnswersList.
No description provided by the author
No description provided by the author
QuestionnaireEngagementQuestionnairesListParams defines parameters for QuestionnaireEngagementQuestionnairesList.
No description provided by the author
No description provided by the author
QuestionnaireEngagementSurvey defines model for QuestionnaireEngagementSurvey.
QuestionnaireGeneralQuestionnairesListParams defines parameters for QuestionnaireGeneralQuestionnairesList.
No description provided by the author
No description provided by the author
QuestionnaireGeneralSurvey defines model for QuestionnaireGeneralSurvey.
QuestionnaireQuestion defines model for QuestionnaireQuestion.
QuestionnaireQuestionsListParams defines parameters for QuestionnaireQuestionsList.
No description provided by the author
No description provided by the author
RawFile defines model for RawFile.
Regulation defines model for Regulation.
RegulationRequest defines model for RegulationRequest.
No description provided by the author
RegulationsDeletePreviewListParams defines parameters for RegulationsDeletePreviewList.
No description provided by the author
No description provided by the author
RegulationsListParams defines parameters for RegulationsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReImportScan defines model for ReImportScan.
No description provided by the author
ReImportScanRequest defines model for ReImportScanRequest.
ReportGenerate defines model for ReportGenerate.
ReportGenerateOptionRequest defines model for ReportGenerateOptionRequest.
RiskAcceptance defines model for RiskAcceptance.
RiskAcceptanceDeletePreviewListParams defines parameters for RiskAcceptanceDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
RiskAcceptanceListParams defines parameters for RiskAcceptanceList.
No description provided by the author
RiskAcceptanceProof defines model for RiskAcceptanceProof.
No description provided by the author
Role defines model for Role.
RolesListParams defines parameters for RolesList.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
SeverityStatusStatistics defines model for SeverityStatusStatistics.
SLAConfiguration defines model for SLAConfiguration.
SLAConfigurationRequest defines model for SLAConfigurationRequest.
No description provided by the author
No description provided by the author
SlaConfigurationsListParams defines parameters for SlaConfigurationsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SonarqubeIssue defines model for SonarqubeIssue.
SonarqubeIssueRequest defines model for SonarqubeIssueRequest.
No description provided by the author
SonarqubeIssuesDeletePreviewListParams defines parameters for SonarqubeIssuesDeletePreviewList.
No description provided by the author
No description provided by the author
SonarqubeIssuesListParams defines parameters for SonarqubeIssuesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SonarqubeIssueTransition defines model for SonarqubeIssueTransition.
SonarqubeIssueTransitionRequest defines model for SonarqubeIssueTransitionRequest.
No description provided by the author
SonarqubeTransitionsDeletePreviewListParams defines parameters for SonarqubeTransitionsDeletePreviewList.
No description provided by the author
No description provided by the author
SonarqubeTransitionsListParams defines parameters for SonarqubeTransitionsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StatusStatistics defines model for StatusStatistics.
StubFinding defines model for StubFinding.
StubFindingCreate defines model for StubFindingCreate.
StubFindingCreateRequest defines model for StubFindingCreateRequest.
StubFindingRequest defines model for StubFindingRequest.
No description provided by the author
StubFindingsDeletePreviewListParams defines parameters for StubFindingsDeletePreviewList.
No description provided by the author
No description provided by the author
StubFindingsListParams defines parameters for StubFindingsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SystemSettings defines model for SystemSettings.
SystemSettingsListParams defines parameters for SystemSettingsList.
No description provided by the author
No description provided by the author
SystemSettingsRequest defines model for SystemSettingsRequest.
No description provided by the author
Tag defines model for Tag.
TagRequest defines model for TagRequest.
No description provided by the author
TechnologiesDeletePreviewListParams defines parameters for TechnologiesDeletePreviewList.
No description provided by the author
No description provided by the author
TechnologiesListParams defines parameters for TechnologiesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Test defines model for Test.
TestCreate defines model for TestCreate.
TestCreateRequest defines model for TestCreateRequest.
TestImport defines model for TestImport.
TestImportFindingAction defines model for TestImportFindingAction.
TestImportRequest defines model for TestImportRequest.
No description provided by the author
TestImportsDeletePreviewListParams defines parameters for TestImportsDeletePreviewList.
No description provided by the author
No description provided by the author
TestImportsListParams defines parameters for TestImportsList.
No description provided by the author
No description provided by the author
TestImportsRetrieveParams defines parameters for TestImportsRetrieve.
No description provided by the author
No description provided by the author
TestRequest defines model for TestRequest.
TestsAcceptRisksCreateFormdataBody defines parameters for TestsAcceptRisksCreate.
No description provided by the author
No description provided by the author
TestsDeletePreviewListParams defines parameters for TestsDeletePreviewList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestsListParams defines parameters for TestsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestToFiles defines model for TestToFiles.
TestToNotes defines model for TestToNotes.
TestType defines model for TestType.
TestTypeRequest defines model for TestTypeRequest.
No description provided by the author
TestTypesListParams defines parameters for TestTypesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToolConfiguration defines model for ToolConfiguration.
ToolConfigurationRequest defines model for ToolConfigurationRequest.
No description provided by the author
ToolConfigurationsDeletePreviewListParams defines parameters for ToolConfigurationsDeletePreviewList.
No description provided by the author
No description provided by the author
ToolConfigurationsListParams defines parameters for ToolConfigurationsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToolProductSettings defines model for ToolProductSettings.
No description provided by the author
ToolProductSettingsDeletePreviewListParams defines parameters for ToolProductSettingsDeletePreviewList.
No description provided by the author
No description provided by the author
ToolProductSettingsListParams defines parameters for ToolProductSettingsList.
No description provided by the author
No description provided by the author
ToolProductSettingsRequest defines model for ToolProductSettingsRequest.
No description provided by the author
No description provided by the author
ToolType defines model for ToolType.
ToolTypeRequest defines model for ToolTypeRequest.
No description provided by the author
ToolTypesDeletePreviewListParams defines parameters for ToolTypesDeletePreviewList.
No description provided by the author
No description provided by the author
ToolTypesListParams defines parameters for ToolTypesList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
User defines model for User.
UserContactInfo defines model for UserContactInfo.
UserContactInfoRequest defines model for UserContactInfoRequest.
No description provided by the author
UserContactInfosDeletePreviewListParams defines parameters for UserContactInfosDeletePreviewList.
No description provided by the author
No description provided by the author
UserContactInfosListParams defines parameters for UserContactInfosList.
No description provided by the author
No description provided by the author
UserContactInfosRetrieveParams defines parameters for UserContactInfosRetrieve.
No description provided by the author
No description provided by the author
UserProfile defines model for UserProfile.
No description provided by the author
UserRequest defines model for UserRequest.
No description provided by the author
UsersDeletePreviewListParams defines parameters for UsersDeletePreviewList.
No description provided by the author
No description provided by the author
UsersListParams defines parameters for UsersList.
No description provided by the author
No description provided by the author
No description provided by the author
UserStub defines model for UserStub.
No description provided by the author
VulnerabilityId defines model for VulnerabilityId.
VulnerabilityIdRequest defines model for VulnerabilityIdRequest.
VulnerabilityIdTemplate defines model for VulnerabilityIdTemplate.
VulnerabilityIdTemplateRequest defines model for VulnerabilityIdTemplateRequest.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
Doer performs HTTP requests.
ServerInterface represents all server handlers.
# Type aliases
ApiTokenAuthCreateFormdataRequestBody defines body for ApiTokenAuthCreate for application/x-www-form-urlencoded ContentType.
ApiTokenAuthCreateJSONRequestBody defines body for ApiTokenAuthCreate for application/json ContentType.
ApiTokenAuthCreateMultipartRequestBody defines body for ApiTokenAuthCreate for multipart/form-data ContentType.
ClientOption allows setting custom parameters during construction.
CredentialAuthentication * `Form` - Form Authentication * `SSO` - SSO Redirect.
CredentialHttpAuthentication * `Basic` - Basic * `NTLM` - NTLM.
CredentialMappingsCreateFormdataRequestBody defines body for CredentialMappingsCreate for application/x-www-form-urlencoded ContentType.
CredentialMappingsCreateJSONRequestBody defines body for CredentialMappingsCreate for application/json ContentType.
CredentialMappingsCreateMultipartRequestBody defines body for CredentialMappingsCreate for multipart/form-data ContentType.
CredentialMappingsPartialUpdateFormdataRequestBody defines body for CredentialMappingsPartialUpdate for application/x-www-form-urlencoded ContentType.
CredentialMappingsPartialUpdateJSONRequestBody defines body for CredentialMappingsPartialUpdate for application/json ContentType.
CredentialMappingsPartialUpdateMultipartRequestBody defines body for CredentialMappingsPartialUpdate for multipart/form-data ContentType.
CredentialMappingsUpdateFormdataRequestBody defines body for CredentialMappingsUpdate for application/x-www-form-urlencoded ContentType.
CredentialMappingsUpdateJSONRequestBody defines body for CredentialMappingsUpdate for application/json ContentType.
CredentialMappingsUpdateMultipartRequestBody defines body for CredentialMappingsUpdate for multipart/form-data ContentType.
CredentialRequestAuthentication * `Form` - Form Authentication * `SSO` - SSO Redirect.
CredentialRequestHttpAuthentication * `Basic` - Basic * `NTLM` - NTLM.
CredentialsCreateFormdataRequestBody defines body for CredentialsCreate for application/x-www-form-urlencoded ContentType.
CredentialsCreateJSONRequestBody defines body for CredentialsCreate for application/json ContentType.
CredentialsCreateMultipartRequestBody defines body for CredentialsCreate for multipart/form-data ContentType.
CredentialsPartialUpdateFormdataRequestBody defines body for CredentialsPartialUpdate for application/x-www-form-urlencoded ContentType.
CredentialsPartialUpdateJSONRequestBody defines body for CredentialsPartialUpdate for application/json ContentType.
CredentialsPartialUpdateMultipartRequestBody defines body for CredentialsPartialUpdate for multipart/form-data ContentType.
CredentialsUpdateFormdataRequestBody defines body for CredentialsUpdate for application/x-www-form-urlencoded ContentType.
CredentialsUpdateJSONRequestBody defines body for CredentialsUpdate for application/json ContentType.
CredentialsUpdateMultipartRequestBody defines body for CredentialsUpdate for multipart/form-data ContentType.
DevelopmentEnvironmentsCreateFormdataRequestBody defines body for DevelopmentEnvironmentsCreate for application/x-www-form-urlencoded ContentType.
DevelopmentEnvironmentsCreateJSONRequestBody defines body for DevelopmentEnvironmentsCreate for application/json ContentType.
DevelopmentEnvironmentsCreateMultipartRequestBody defines body for DevelopmentEnvironmentsCreate for multipart/form-data ContentType.
DevelopmentEnvironmentsPartialUpdateFormdataRequestBody defines body for DevelopmentEnvironmentsPartialUpdate for application/x-www-form-urlencoded ContentType.
DevelopmentEnvironmentsPartialUpdateJSONRequestBody defines body for DevelopmentEnvironmentsPartialUpdate for application/json ContentType.
DevelopmentEnvironmentsPartialUpdateMultipartRequestBody defines body for DevelopmentEnvironmentsPartialUpdate for multipart/form-data ContentType.
DevelopmentEnvironmentsUpdateFormdataRequestBody defines body for DevelopmentEnvironmentsUpdate for application/x-www-form-urlencoded ContentType.
DevelopmentEnvironmentsUpdateJSONRequestBody defines body for DevelopmentEnvironmentsUpdate for application/json ContentType.
DevelopmentEnvironmentsUpdateMultipartRequestBody defines body for DevelopmentEnvironmentsUpdate for multipart/form-data ContentType.
DojoGroupMembersCreateFormdataRequestBody defines body for DojoGroupMembersCreate for application/x-www-form-urlencoded ContentType.
DojoGroupMembersCreateJSONRequestBody defines body for DojoGroupMembersCreate for application/json ContentType.
DojoGroupMembersCreateMultipartRequestBody defines body for DojoGroupMembersCreate for multipart/form-data ContentType.
DojoGroupMembersListParamsPrefetch defines parameters for DojoGroupMembersList.
DojoGroupMembersPartialUpdateFormdataRequestBody defines body for DojoGroupMembersPartialUpdate for application/x-www-form-urlencoded ContentType.
DojoGroupMembersPartialUpdateJSONRequestBody defines body for DojoGroupMembersPartialUpdate for application/json ContentType.
DojoGroupMembersPartialUpdateMultipartRequestBody defines body for DojoGroupMembersPartialUpdate for multipart/form-data ContentType.
DojoGroupMembersRetrieveParamsPrefetch defines parameters for DojoGroupMembersRetrieve.
DojoGroupMembersUpdateFormdataRequestBody defines body for DojoGroupMembersUpdate for application/x-www-form-urlencoded ContentType.
DojoGroupMembersUpdateJSONRequestBody defines body for DojoGroupMembersUpdate for application/json ContentType.
DojoGroupMembersUpdateMultipartRequestBody defines body for DojoGroupMembersUpdate for multipart/form-data ContentType.
DojoGroupRequestSocialProvider Group imported from a social provider.
DojoGroupsCreateFormdataRequestBody defines body for DojoGroupsCreate for application/x-www-form-urlencoded ContentType.
DojoGroupsCreateJSONRequestBody defines body for DojoGroupsCreate for application/json ContentType.
DojoGroupsCreateMultipartRequestBody defines body for DojoGroupsCreate for multipart/form-data ContentType.
DojoGroupsListParamsPrefetch defines parameters for DojoGroupsList.
DojoGroupsListParamsSocialProvider defines parameters for DojoGroupsList.
DojoGroupSocialProvider Group imported from a social provider.
DojoGroupsPartialUpdateFormdataRequestBody defines body for DojoGroupsPartialUpdate for application/x-www-form-urlencoded ContentType.
DojoGroupsPartialUpdateJSONRequestBody defines body for DojoGroupsPartialUpdate for application/json ContentType.
DojoGroupsPartialUpdateMultipartRequestBody defines body for DojoGroupsPartialUpdate for multipart/form-data ContentType.
DojoGroupsRetrieveParamsPrefetch defines parameters for DojoGroupsRetrieve.
DojoGroupsUpdateFormdataRequestBody defines body for DojoGroupsUpdate for application/x-www-form-urlencoded ContentType.
DojoGroupsUpdateJSONRequestBody defines body for DojoGroupsUpdate for application/json ContentType.
DojoGroupsUpdateMultipartRequestBody defines body for DojoGroupsUpdate for multipart/form-data ContentType.
EndpointMetaImportCreateMultipartRequestBody defines body for EndpointMetaImportCreate for multipart/form-data ContentType.
EndpointsCreateFormdataRequestBody defines body for EndpointsCreate for application/x-www-form-urlencoded ContentType.
EndpointsCreateJSONRequestBody defines body for EndpointsCreate for application/json ContentType.
EndpointsCreateMultipartRequestBody defines body for EndpointsCreate for multipart/form-data ContentType.
EndpointsGenerateReportCreateFormdataRequestBody defines body for EndpointsGenerateReportCreate for application/x-www-form-urlencoded ContentType.
EndpointsGenerateReportCreateJSONRequestBody defines body for EndpointsGenerateReportCreate for application/json ContentType.
EndpointsGenerateReportCreateMultipartRequestBody defines body for EndpointsGenerateReportCreate for multipart/form-data ContentType.
EndpointsListParamsO defines parameters for EndpointsList.
EndpointsPartialUpdateFormdataRequestBody defines body for EndpointsPartialUpdate for application/x-www-form-urlencoded ContentType.
EndpointsPartialUpdateJSONRequestBody defines body for EndpointsPartialUpdate for application/json ContentType.
EndpointsPartialUpdateMultipartRequestBody defines body for EndpointsPartialUpdate for multipart/form-data ContentType.
EndpointStatusCreateFormdataRequestBody defines body for EndpointStatusCreate for application/x-www-form-urlencoded ContentType.
EndpointStatusCreateJSONRequestBody defines body for EndpointStatusCreate for application/json ContentType.
EndpointStatusCreateMultipartRequestBody defines body for EndpointStatusCreate for multipart/form-data ContentType.
EndpointStatusPartialUpdateFormdataRequestBody defines body for EndpointStatusPartialUpdate for application/x-www-form-urlencoded ContentType.
EndpointStatusPartialUpdateJSONRequestBody defines body for EndpointStatusPartialUpdate for application/json ContentType.
EndpointStatusPartialUpdateMultipartRequestBody defines body for EndpointStatusPartialUpdate for multipart/form-data ContentType.
EndpointStatusUpdateFormdataRequestBody defines body for EndpointStatusUpdate for application/x-www-form-urlencoded ContentType.
EndpointStatusUpdateJSONRequestBody defines body for EndpointStatusUpdate for application/json ContentType.
EndpointStatusUpdateMultipartRequestBody defines body for EndpointStatusUpdate for multipart/form-data ContentType.
EndpointsUpdateFormdataRequestBody defines body for EndpointsUpdate for application/x-www-form-urlencoded ContentType.
EndpointsUpdateJSONRequestBody defines body for EndpointsUpdate for application/json ContentType.
EndpointsUpdateMultipartRequestBody defines body for EndpointsUpdate for multipart/form-data ContentType.
EngagementEngagementType * `Interactive` - Interactive * `CI/CD` - CI/CD.
EngagementPresetsCreateFormdataRequestBody defines body for EngagementPresetsCreate for application/x-www-form-urlencoded ContentType.
EngagementPresetsCreateJSONRequestBody defines body for EngagementPresetsCreate for application/json ContentType.
EngagementPresetsCreateMultipartRequestBody defines body for EngagementPresetsCreate for multipart/form-data ContentType.
EngagementPresetsPartialUpdateFormdataRequestBody defines body for EngagementPresetsPartialUpdate for application/x-www-form-urlencoded ContentType.
EngagementPresetsPartialUpdateJSONRequestBody defines body for EngagementPresetsPartialUpdate for application/json ContentType.
EngagementPresetsPartialUpdateMultipartRequestBody defines body for EngagementPresetsPartialUpdate for multipart/form-data ContentType.
EngagementPresetsUpdateFormdataRequestBody defines body for EngagementPresetsUpdate for application/x-www-form-urlencoded ContentType.
EngagementPresetsUpdateJSONRequestBody defines body for EngagementPresetsUpdate for application/json ContentType.
EngagementPresetsUpdateMultipartRequestBody defines body for EngagementPresetsUpdate for multipart/form-data ContentType.
EngagementRequestEngagementType * `Interactive` - Interactive * `CI/CD` - CI/CD.
EngagementRequestStatus * `Not Started` - Not Started * `Blocked` - Blocked * `Cancelled` - Cancelled * `Completed` - Completed * `In Progress` - In Progress * `On Hold` - On Hold * `Waiting for Resource` - Waiting for Resource.
EngagementsAcceptRisksCreateFormdataRequestBody defines body for EngagementsAcceptRisksCreate for application/x-www-form-urlencoded ContentType.
EngagementsAcceptRisksCreateJSONBody defines parameters for EngagementsAcceptRisksCreate.
EngagementsAcceptRisksCreateJSONRequestBody defines body for EngagementsAcceptRisksCreate for application/json ContentType.
EngagementsAcceptRisksCreateMultipartBody defines parameters for EngagementsAcceptRisksCreate.
EngagementsAcceptRisksCreateMultipartRequestBody defines body for EngagementsAcceptRisksCreate for multipart/form-data ContentType.
EngagementsCompleteChecklistCreateFormdataRequestBody defines body for EngagementsCompleteChecklistCreate for application/x-www-form-urlencoded ContentType.
EngagementsCompleteChecklistCreateJSONRequestBody defines body for EngagementsCompleteChecklistCreate for application/json ContentType.
EngagementsCompleteChecklistCreateMultipartRequestBody defines body for EngagementsCompleteChecklistCreate for multipart/form-data ContentType.
EngagementsCreateFormdataRequestBody defines body for EngagementsCreate for application/x-www-form-urlencoded ContentType.
EngagementsCreateJSONRequestBody defines body for EngagementsCreate for application/json ContentType.
EngagementsCreateMultipartRequestBody defines body for EngagementsCreate for multipart/form-data ContentType.
EngagementsFilesCreateMultipartRequestBody defines body for EngagementsFilesCreate for multipart/form-data ContentType.
EngagementsGenerateReportCreateFormdataRequestBody defines body for EngagementsGenerateReportCreate for application/x-www-form-urlencoded ContentType.
EngagementsGenerateReportCreateJSONRequestBody defines body for EngagementsGenerateReportCreate for application/json ContentType.
EngagementsGenerateReportCreateMultipartRequestBody defines body for EngagementsGenerateReportCreate for multipart/form-data ContentType.
EngagementsListParamsO defines parameters for EngagementsList.
EngagementsListParamsStatus defines parameters for EngagementsList.
EngagementsNotesCreateFormdataRequestBody defines body for EngagementsNotesCreate for application/x-www-form-urlencoded ContentType.
EngagementsNotesCreateJSONRequestBody defines body for EngagementsNotesCreate for application/json ContentType.
EngagementsNotesCreateMultipartRequestBody defines body for EngagementsNotesCreate for multipart/form-data ContentType.
EngagementsPartialUpdateFormdataRequestBody defines body for EngagementsPartialUpdate for application/x-www-form-urlencoded ContentType.
EngagementsPartialUpdateJSONRequestBody defines body for EngagementsPartialUpdate for application/json ContentType.
EngagementsPartialUpdateMultipartRequestBody defines body for EngagementsPartialUpdate for multipart/form-data ContentType.
EngagementStatus * `Not Started` - Not Started * `Blocked` - Blocked * `Cancelled` - Cancelled * `Completed` - Completed * `In Progress` - In Progress * `On Hold` - On Hold * `Waiting for Resource` - Waiting for Resource.
EngagementsUpdateFormdataRequestBody defines body for EngagementsUpdate for application/x-www-form-urlencoded ContentType.
EngagementsUpdateJSONRequestBody defines body for EngagementsUpdate for application/json ContentType.
EngagementsUpdateMultipartRequestBody defines body for EngagementsUpdate for multipart/form-data ContentType.
FindingEngagementEngagementType * `Interactive` - Interactive * `CI/CD` - CI/CD.
FindingsAcceptRisksCreateFormdataRequestBody defines body for FindingsAcceptRisksCreate for application/x-www-form-urlencoded ContentType.
FindingsAcceptRisksCreateJSONBody defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateJSONRequestBody defines body for FindingsAcceptRisksCreate for application/json ContentType.
FindingsAcceptRisksCreateMultipartBody defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateMultipartRequestBody defines body for FindingsAcceptRisksCreate for multipart/form-data ContentType.
FindingsAcceptRisksCreateParamsCreated defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParamsDate defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParamsJiraChange defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParamsJiraCreation defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParamsLastReviewed defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParamsMitigated defines parameters for FindingsAcceptRisksCreate.
FindingsAcceptRisksCreateParamsO defines parameters for FindingsAcceptRisksCreate.
FindingsCloseCreateFormdataRequestBody defines body for FindingsCloseCreate for application/x-www-form-urlencoded ContentType.
FindingsCloseCreateJSONRequestBody defines body for FindingsCloseCreate for application/json ContentType.
FindingsCloseCreateMultipartRequestBody defines body for FindingsCloseCreate for multipart/form-data ContentType.
FindingsCreateFormdataRequestBody defines body for FindingsCreate for application/x-www-form-urlencoded ContentType.
FindingsCreateJSONRequestBody defines body for FindingsCreate for application/json ContentType.
FindingsCreateMultipartRequestBody defines body for FindingsCreate for multipart/form-data ContentType.
FindingsFilesCreateMultipartRequestBody defines body for FindingsFilesCreate for multipart/form-data ContentType.
FindingsGenerateReportCreateFormdataRequestBody defines body for FindingsGenerateReportCreate for application/x-www-form-urlencoded ContentType.
FindingsGenerateReportCreateJSONRequestBody defines body for FindingsGenerateReportCreate for application/json ContentType.
FindingsGenerateReportCreateMultipartRequestBody defines body for FindingsGenerateReportCreate for multipart/form-data ContentType.
FindingsListParamsCreated defines parameters for FindingsList.
FindingsListParamsDate defines parameters for FindingsList.
FindingsListParamsJiraChange defines parameters for FindingsList.
FindingsListParamsJiraCreation defines parameters for FindingsList.
FindingsListParamsLastReviewed defines parameters for FindingsList.
FindingsListParamsMitigated defines parameters for FindingsList.
FindingsListParamsO defines parameters for FindingsList.
FindingsListParamsPrefetch defines parameters for FindingsList.
FindingsMetadataCreateFormdataRequestBody defines body for FindingsMetadataCreate for application/x-www-form-urlencoded ContentType.
FindingsMetadataCreateJSONRequestBody defines body for FindingsMetadataCreate for application/json ContentType.
FindingsMetadataCreateMultipartRequestBody defines body for FindingsMetadataCreate for multipart/form-data ContentType.
FindingsMetadataUpdateFormdataRequestBody defines body for FindingsMetadataUpdate for application/x-www-form-urlencoded ContentType.
FindingsMetadataUpdateJSONRequestBody defines body for FindingsMetadataUpdate for application/json ContentType.
FindingsMetadataUpdateMultipartRequestBody defines body for FindingsMetadataUpdate for multipart/form-data ContentType.
FindingsNotesCreateFormdataRequestBody defines body for FindingsNotesCreate for application/x-www-form-urlencoded ContentType.
FindingsNotesCreateJSONRequestBody defines body for FindingsNotesCreate for application/json ContentType.
FindingsNotesCreateMultipartRequestBody defines body for FindingsNotesCreate for multipart/form-data ContentType.
FindingsPartialUpdateFormdataRequestBody defines body for FindingsPartialUpdate for application/x-www-form-urlencoded ContentType.
FindingsPartialUpdateJSONRequestBody defines body for FindingsPartialUpdate for application/json ContentType.
FindingsPartialUpdateMultipartRequestBody defines body for FindingsPartialUpdate for multipart/form-data ContentType.
FindingsRemoveNotePartialUpdateFormdataRequestBody defines body for FindingsRemoveNotePartialUpdate for application/x-www-form-urlencoded ContentType.
FindingsRemoveNotePartialUpdateJSONRequestBody defines body for FindingsRemoveNotePartialUpdate for application/json ContentType.
FindingsRemoveNotePartialUpdateMultipartRequestBody defines body for FindingsRemoveNotePartialUpdate for multipart/form-data ContentType.
FindingsRemoveTagsPartialUpdateFormdataRequestBody defines body for FindingsRemoveTagsPartialUpdate for application/x-www-form-urlencoded ContentType.
FindingsRemoveTagsPartialUpdateJSONRequestBody defines body for FindingsRemoveTagsPartialUpdate for application/json ContentType.
FindingsRemoveTagsPartialUpdateMultipartRequestBody defines body for FindingsRemoveTagsPartialUpdate for multipart/form-data ContentType.
FindingsRemoveTagsUpdateFormdataRequestBody defines body for FindingsRemoveTagsUpdate for application/x-www-form-urlencoded ContentType.
FindingsRemoveTagsUpdateJSONRequestBody defines body for FindingsRemoveTagsUpdate for application/json ContentType.
FindingsRemoveTagsUpdateMultipartRequestBody defines body for FindingsRemoveTagsUpdate for multipart/form-data ContentType.
FindingsRequestResponseCreateFormdataRequestBody defines body for FindingsRequestResponseCreate for application/x-www-form-urlencoded ContentType.
FindingsRequestResponseCreateJSONRequestBody defines body for FindingsRequestResponseCreate for application/json ContentType.
FindingsRequestResponseCreateMultipartRequestBody defines body for FindingsRequestResponseCreate for multipart/form-data ContentType.
FindingsRetrieveParamsPrefetch defines parameters for FindingsRetrieve.
FindingsTagsCreateFormdataRequestBody defines body for FindingsTagsCreate for application/x-www-form-urlencoded ContentType.
FindingsTagsCreateJSONRequestBody defines body for FindingsTagsCreate for application/json ContentType.
FindingsTagsCreateMultipartRequestBody defines body for FindingsTagsCreate for multipart/form-data ContentType.
FindingsUpdateFormdataRequestBody defines body for FindingsUpdate for application/x-www-form-urlencoded ContentType.
FindingsUpdateJSONRequestBody defines body for FindingsUpdate for application/json ContentType.
FindingsUpdateMultipartRequestBody defines body for FindingsUpdate for multipart/form-data ContentType.
FindingTemplatesCreateFormdataRequestBody defines body for FindingTemplatesCreate for application/x-www-form-urlencoded ContentType.
FindingTemplatesCreateJSONRequestBody defines body for FindingTemplatesCreate for application/json ContentType.
FindingTemplatesCreateMultipartRequestBody defines body for FindingTemplatesCreate for multipart/form-data ContentType.
FindingTemplatesListParamsO defines parameters for FindingTemplatesList.
FindingTemplatesPartialUpdateFormdataRequestBody defines body for FindingTemplatesPartialUpdate for application/x-www-form-urlencoded ContentType.
FindingTemplatesPartialUpdateJSONRequestBody defines body for FindingTemplatesPartialUpdate for application/json ContentType.
FindingTemplatesPartialUpdateMultipartRequestBody defines body for FindingTemplatesPartialUpdate for multipart/form-data ContentType.
FindingTemplatesUpdateFormdataRequestBody defines body for FindingTemplatesUpdate for application/x-www-form-urlencoded ContentType.
FindingTemplatesUpdateJSONRequestBody defines body for FindingTemplatesUpdate for application/json ContentType.
FindingTemplatesUpdateMultipartRequestBody defines body for FindingTemplatesUpdate for multipart/form-data ContentType.
GlobalRolesCreateFormdataRequestBody defines body for GlobalRolesCreate for application/x-www-form-urlencoded ContentType.
GlobalRolesCreateJSONRequestBody defines body for GlobalRolesCreate for application/json ContentType.
GlobalRolesCreateMultipartRequestBody defines body for GlobalRolesCreate for multipart/form-data ContentType.
GlobalRolesPartialUpdateFormdataRequestBody defines body for GlobalRolesPartialUpdate for application/x-www-form-urlencoded ContentType.
GlobalRolesPartialUpdateJSONRequestBody defines body for GlobalRolesPartialUpdate for application/json ContentType.
GlobalRolesPartialUpdateMultipartRequestBody defines body for GlobalRolesPartialUpdate for multipart/form-data ContentType.
GlobalRolesUpdateFormdataRequestBody defines body for GlobalRolesUpdate for application/x-www-form-urlencoded ContentType.
GlobalRolesUpdateJSONRequestBody defines body for GlobalRolesUpdate for application/json ContentType.
GlobalRolesUpdateMultipartRequestBody defines body for GlobalRolesUpdate for multipart/form-data ContentType.
ImportLanguagesCreateMultipartRequestBody defines body for ImportLanguagesCreate for multipart/form-data ContentType.
ImportScanCreateMultipartRequestBody defines body for ImportScanCreate for multipart/form-data ContentType.
ImportScanGroupBy Choose an option to automatically group new findings by the chosen option.
ImportScanMinimumSeverity Minimum severity level to be imported
* `Info` - Info * `Low` - Low * `Medium` - Medium * `High` - High * `Critical` - Critical.
ImportScanRequestGroupBy Choose an option to automatically group new findings by the chosen option.
ImportScanRequestMinimumSeverity Minimum severity level to be imported
* `Info` - Info * `Low` - Low * `Medium` - Medium * `High` - High * `Critical` - Critical.
ImportScanRequestScanType * `Acunetix Scan` - Acunetix Scan * `Acunetix360 Scan` - Acunetix360 Scan * `Anchore Engine Scan` - Anchore Engine Scan * `Anchore Enterprise Policy Check` - Anchore Enterprise Policy Check * `Anchore Grype` - Anchore Grype * `AnchoreCTL Policies Report` - AnchoreCTL Policies Report * `AnchoreCTL Vuln Report` - AnchoreCTL Vuln Report * `AppSpider Scan` - AppSpider Scan * `Aqua Scan` - Aqua Scan * `Arachni Scan` - Arachni Scan * `AuditJS Scan` - AuditJS Scan * `AWS Prowler Scan` - AWS Prowler Scan * `AWS Prowler V3` - AWS Prowler V3 * `AWS Scout2 Scan` - AWS Scout2 Scan * `AWS Security Finding Format (ASFF) Scan` - AWS Security Finding Format (ASFF) Scan * `AWS Security Hub Scan` - AWS Security Hub Scan * `Azure Security Center Recommendations Scan` - Azure Security Center Recommendations Scan * `Bandit Scan` - Bandit Scan * `BlackDuck API` - BlackDuck API * `Blackduck Component Risk` - Blackduck Component Risk * `Blackduck Hub Scan` - Blackduck Hub Scan * `Brakeman Scan` - Brakeman Scan * `Bugcrowd API Import` - Bugcrowd API Import * `BugCrowd Scan` - BugCrowd Scan * `Bundler-Audit Scan` - Bundler-Audit Scan * `Burp Enterprise Scan` - Burp Enterprise Scan * `Burp GraphQL API` - Burp GraphQL API * `Burp REST API` - Burp REST API * `Burp Scan` - Burp Scan * `CargoAudit Scan` - CargoAudit Scan * `Checkmarx OSA` - Checkmarx OSA * `Checkmarx Scan` - Checkmarx Scan * `Checkmarx Scan detailed` - Checkmarx Scan detailed * `Checkov Scan` - Checkov Scan * `Clair Klar Scan` - Clair Klar Scan * `Clair Scan` - Clair Scan * `Cloudsploit Scan` - Cloudsploit Scan * `Cobalt.io API Import` - Cobalt.io API Import * `Cobalt.io Scan` - Cobalt.io Scan * `Codechecker Report native` - Codechecker Report native * `Contrast Scan` - Contrast Scan * `Coverity API` - Coverity API * `Crashtest Security JSON File` - Crashtest Security JSON File * `Crashtest Security XML File` - Crashtest Security XML File * `CredScan Scan` - CredScan Scan * `CycloneDX Scan` - CycloneDX Scan * `DawnScanner Scan` - DawnScanner Scan * `Dependency Check Scan` - Dependency Check Scan * `Dependency Track Finding Packaging Format (FPF) Export` - Dependency Track Finding Packaging Format (FPF) Export * `Detect-secrets Scan` - Detect-secrets Scan * `docker-bench-security Scan` - docker-bench-security Scan * `Dockle Scan` - Dockle Scan * `DrHeader JSON Importer` - DrHeader JSON Importer * `DSOP Scan` - DSOP Scan * `Edgescan Scan` - Edgescan Scan * `ESLint Scan` - ESLint Scan * `Fortify Scan` - Fortify Scan * `Generic Findings Import` - Generic Findings Import * `Ggshield Scan` - Ggshield Scan * `Github Vulnerability Scan` - Github Vulnerability Scan * `GitLab API Fuzzing Report Scan` - GitLab API Fuzzing Report Scan * `GitLab Container Scan` - GitLab Container Scan * `GitLab DAST Report` - GitLab DAST Report * `GitLab Dependency Scanning Report` - GitLab Dependency Scanning Report * `GitLab SAST Report` - GitLab SAST Report * `GitLab Secret Detection Report` - GitLab Secret Detection Report * `Gitleaks Scan` - Gitleaks Scan * `Gosec Scanner` - Gosec Scanner * `Govulncheck Scanner` - Govulncheck Scanner * `HackerOne Cases` - HackerOne Cases * `Hadolint Dockerfile check` - Hadolint Dockerfile check * `Harbor Vulnerability Scan` - Harbor Vulnerability Scan * `Horusec Scan` - Horusec Scan * `HuskyCI Report` - HuskyCI Report * `Hydra Scan` - Hydra Scan * `IBM AppScan DAST` - IBM AppScan DAST * `Immuniweb Scan` - Immuniweb Scan * `IntSights Report` - IntSights Report * `JFrog Xray API Summary Artifact Scan` - JFrog Xray API Summary Artifact Scan * `JFrog Xray Scan` - JFrog Xray Scan * `JFrog Xray Unified Scan` - JFrog Xray Unified Scan * `KICS Scan` - KICS Scan * `Kiuwan Scan` - Kiuwan Scan * `kube-bench Scan` - kube-bench Scan * `Meterian Scan` - Meterian Scan * `Microfocus Webinspect Scan` - Microfocus Webinspect Scan * `MobSF Scan` - MobSF Scan * `Mobsfscan Scan` - Mobsfscan Scan * `Mozilla Observatory Scan` - Mozilla Observatory Scan * `Netsparker Scan` - Netsparker Scan * `NeuVector (compliance)` - NeuVector (compliance) * `NeuVector (REST)` - NeuVector (REST) * `Nexpose Scan` - Nexpose Scan * `Nikto Scan` - Nikto Scan * `Nmap Scan` - Nmap Scan * `Node Security Platform Scan` - Node Security Platform Scan * `NPM Audit Scan` - NPM Audit Scan * `Nuclei Scan` - Nuclei Scan * `Openscap Vulnerability Scan` - Openscap Vulnerability Scan * `OpenVAS CSV` - OpenVAS CSV * `ORT evaluated model Importer` - ORT evaluated model Importer * `OssIndex Devaudit SCA Scan Importer` - OssIndex Devaudit SCA Scan Importer * `Outpost24 Scan` - Outpost24 Scan * `PHP Security Audit v2` - PHP Security Audit v2 * `PHP Symfony Security Check` - PHP Symfony Security Check * `pip-audit Scan` - pip-audit Scan * `PMD Scan` - PMD Scan * `Popeye Scan` - Popeye Scan * `PWN SAST` - PWN SAST * `Qualys Infrastructure Scan (WebGUI XML)` - Qualys Infrastructure Scan (WebGUI XML) * `Qualys Scan` - Qualys Scan * `Qualys Webapp Scan` - Qualys Webapp Scan * `Retire.js Scan` - Retire.js Scan * `Risk Recon API Importer` - Risk Recon API Importer * `Rubocop Scan` - Rubocop Scan * `Rusty Hog Scan` - Rusty Hog Scan * `SARIF` - SARIF * `Scantist Scan` - Scantist Scan * `Scout Suite Scan` - Scout Suite Scan * `Semgrep JSON Report` - Semgrep JSON Report * `SKF Scan` - SKF Scan * `Snyk Scan` - Snyk Scan * `Solar Appscreener Scan` - Solar Appscreener Scan * `SonarQube API Import` - SonarQube API Import * `SonarQube Scan` - SonarQube Scan * `SonarQube Scan detailed` - SonarQube Scan detailed * `Sonatype Application Scan` - Sonatype Application Scan * `SpotBugs Scan` - SpotBugs Scan * `SSL Labs Scan` - SSL Labs Scan * `Sslscan` - Sslscan * `Sslyze Scan` - Sslyze Scan * `SSLyze Scan (JSON)` - SSLyze Scan (JSON) * `StackHawk HawkScan` - StackHawk HawkScan * `Talisman Scan` - Talisman Scan * `Tenable Scan` - Tenable Scan * `Terrascan Scan` - Terrascan Scan * `Testssl Scan` - Testssl Scan * `TFSec Scan` - TFSec Scan * `Trivy Operator Scan` - Trivy Operator Scan * `Trivy Scan` - Trivy Scan * `Trufflehog Scan` - Trufflehog Scan * `Trufflehog3 Scan` - Trufflehog3 Scan * `Trustwave Fusion API Scan` - Trustwave Fusion API Scan * `Trustwave Scan (CSV)` - Trustwave Scan (CSV) * `Twistlock Image Scan` - Twistlock Image Scan * `VCG Scan` - VCG Scan * `Veracode Scan` - Veracode Scan * `Veracode SourceClear Scan` - Veracode SourceClear Scan * `Vulners` - Vulners * `Wapiti Scan` - Wapiti Scan * `Wazuh` - Wazuh * `WFuzz JSON report` - WFuzz JSON report * `Whispers Scan` - Whispers Scan * `WhiteHat Sentinel` - WhiteHat Sentinel * `Whitesource Scan` - Whitesource Scan * `Wpscan` - Wpscan * `Xanitizer Scan` - Xanitizer Scan * `Yarn Audit Scan` - Yarn Audit Scan * `ZAP Scan` - ZAP Scan.
ImportScanScanType * `Acunetix Scan` - Acunetix Scan * `Acunetix360 Scan` - Acunetix360 Scan * `Anchore Engine Scan` - Anchore Engine Scan * `Anchore Enterprise Policy Check` - Anchore Enterprise Policy Check * `Anchore Grype` - Anchore Grype * `AnchoreCTL Policies Report` - AnchoreCTL Policies Report * `AnchoreCTL Vuln Report` - AnchoreCTL Vuln Report * `AppSpider Scan` - AppSpider Scan * `Aqua Scan` - Aqua Scan * `Arachni Scan` - Arachni Scan * `AuditJS Scan` - AuditJS Scan * `AWS Prowler Scan` - AWS Prowler Scan * `AWS Prowler V3` - AWS Prowler V3 * `AWS Scout2 Scan` - AWS Scout2 Scan * `AWS Security Finding Format (ASFF) Scan` - AWS Security Finding Format (ASFF) Scan * `AWS Security Hub Scan` - AWS Security Hub Scan * `Azure Security Center Recommendations Scan` - Azure Security Center Recommendations Scan * `Bandit Scan` - Bandit Scan * `BlackDuck API` - BlackDuck API * `Blackduck Component Risk` - Blackduck Component Risk * `Blackduck Hub Scan` - Blackduck Hub Scan * `Brakeman Scan` - Brakeman Scan * `Bugcrowd API Import` - Bugcrowd API Import * `BugCrowd Scan` - BugCrowd Scan * `Bundler-Audit Scan` - Bundler-Audit Scan * `Burp Enterprise Scan` - Burp Enterprise Scan * `Burp GraphQL API` - Burp GraphQL API * `Burp REST API` - Burp REST API * `Burp Scan` - Burp Scan * `CargoAudit Scan` - CargoAudit Scan * `Checkmarx OSA` - Checkmarx OSA * `Checkmarx Scan` - Checkmarx Scan * `Checkmarx Scan detailed` - Checkmarx Scan detailed * `Checkov Scan` - Checkov Scan * `Clair Klar Scan` - Clair Klar Scan * `Clair Scan` - Clair Scan * `Cloudsploit Scan` - Cloudsploit Scan * `Cobalt.io API Import` - Cobalt.io API Import * `Cobalt.io Scan` - Cobalt.io Scan * `Codechecker Report native` - Codechecker Report native * `Contrast Scan` - Contrast Scan * `Coverity API` - Coverity API * `Crashtest Security JSON File` - Crashtest Security JSON File * `Crashtest Security XML File` - Crashtest Security XML File * `CredScan Scan` - CredScan Scan * `CycloneDX Scan` - CycloneDX Scan * `DawnScanner Scan` - DawnScanner Scan * `Dependency Check Scan` - Dependency Check Scan * `Dependency Track Finding Packaging Format (FPF) Export` - Dependency Track Finding Packaging Format (FPF) Export * `Detect-secrets Scan` - Detect-secrets Scan * `docker-bench-security Scan` - docker-bench-security Scan * `Dockle Scan` - Dockle Scan * `DrHeader JSON Importer` - DrHeader JSON Importer * `DSOP Scan` - DSOP Scan * `Edgescan Scan` - Edgescan Scan * `ESLint Scan` - ESLint Scan * `Fortify Scan` - Fortify Scan * `Generic Findings Import` - Generic Findings Import * `Ggshield Scan` - Ggshield Scan * `Github Vulnerability Scan` - Github Vulnerability Scan * `GitLab API Fuzzing Report Scan` - GitLab API Fuzzing Report Scan * `GitLab Container Scan` - GitLab Container Scan * `GitLab DAST Report` - GitLab DAST Report * `GitLab Dependency Scanning Report` - GitLab Dependency Scanning Report * `GitLab SAST Report` - GitLab SAST Report * `GitLab Secret Detection Report` - GitLab Secret Detection Report * `Gitleaks Scan` - Gitleaks Scan * `Gosec Scanner` - Gosec Scanner * `Govulncheck Scanner` - Govulncheck Scanner * `HackerOne Cases` - HackerOne Cases * `Hadolint Dockerfile check` - Hadolint Dockerfile check * `Harbor Vulnerability Scan` - Harbor Vulnerability Scan * `Horusec Scan` - Horusec Scan * `HuskyCI Report` - HuskyCI Report * `Hydra Scan` - Hydra Scan * `IBM AppScan DAST` - IBM AppScan DAST * `Immuniweb Scan` - Immuniweb Scan * `IntSights Report` - IntSights Report * `JFrog Xray API Summary Artifact Scan` - JFrog Xray API Summary Artifact Scan * `JFrog Xray Scan` - JFrog Xray Scan * `JFrog Xray Unified Scan` - JFrog Xray Unified Scan * `KICS Scan` - KICS Scan * `Kiuwan Scan` - Kiuwan Scan * `kube-bench Scan` - kube-bench Scan * `Meterian Scan` - Meterian Scan * `Microfocus Webinspect Scan` - Microfocus Webinspect Scan * `MobSF Scan` - MobSF Scan * `Mobsfscan Scan` - Mobsfscan Scan * `Mozilla Observatory Scan` - Mozilla Observatory Scan * `Netsparker Scan` - Netsparker Scan * `NeuVector (compliance)` - NeuVector (compliance) * `NeuVector (REST)` - NeuVector (REST) * `Nexpose Scan` - Nexpose Scan * `Nikto Scan` - Nikto Scan * `Nmap Scan` - Nmap Scan * `Node Security Platform Scan` - Node Security Platform Scan * `NPM Audit Scan` - NPM Audit Scan * `Nuclei Scan` - Nuclei Scan * `Openscap Vulnerability Scan` - Openscap Vulnerability Scan * `OpenVAS CSV` - OpenVAS CSV * `ORT evaluated model Importer` - ORT evaluated model Importer * `OssIndex Devaudit SCA Scan Importer` - OssIndex Devaudit SCA Scan Importer * `Outpost24 Scan` - Outpost24 Scan * `PHP Security Audit v2` - PHP Security Audit v2 * `PHP Symfony Security Check` - PHP Symfony Security Check * `pip-audit Scan` - pip-audit Scan * `PMD Scan` - PMD Scan * `Popeye Scan` - Popeye Scan * `PWN SAST` - PWN SAST * `Qualys Infrastructure Scan (WebGUI XML)` - Qualys Infrastructure Scan (WebGUI XML) * `Qualys Scan` - Qualys Scan * `Qualys Webapp Scan` - Qualys Webapp Scan * `Retire.js Scan` - Retire.js Scan * `Risk Recon API Importer` - Risk Recon API Importer * `Rubocop Scan` - Rubocop Scan * `Rusty Hog Scan` - Rusty Hog Scan * `SARIF` - SARIF * `Scantist Scan` - Scantist Scan * `Scout Suite Scan` - Scout Suite Scan * `Semgrep JSON Report` - Semgrep JSON Report * `SKF Scan` - SKF Scan * `Snyk Scan` - Snyk Scan * `Solar Appscreener Scan` - Solar Appscreener Scan * `SonarQube API Import` - SonarQube API Import * `SonarQube Scan` - SonarQube Scan * `SonarQube Scan detailed` - SonarQube Scan detailed * `Sonatype Application Scan` - Sonatype Application Scan * `SpotBugs Scan` - SpotBugs Scan * `SSL Labs Scan` - SSL Labs Scan * `Sslscan` - Sslscan * `Sslyze Scan` - Sslyze Scan * `SSLyze Scan (JSON)` - SSLyze Scan (JSON) * `StackHawk HawkScan` - StackHawk HawkScan * `Talisman Scan` - Talisman Scan * `Tenable Scan` - Tenable Scan * `Terrascan Scan` - Terrascan Scan * `Testssl Scan` - Testssl Scan * `TFSec Scan` - TFSec Scan * `Trivy Operator Scan` - Trivy Operator Scan * `Trivy Scan` - Trivy Scan * `Trufflehog Scan` - Trufflehog Scan * `Trufflehog3 Scan` - Trufflehog3 Scan * `Trustwave Fusion API Scan` - Trustwave Fusion API Scan * `Trustwave Scan (CSV)` - Trustwave Scan (CSV) * `Twistlock Image Scan` - Twistlock Image Scan * `VCG Scan` - VCG Scan * `Veracode Scan` - Veracode Scan * `Veracode SourceClear Scan` - Veracode SourceClear Scan * `Vulners` - Vulners * `Wapiti Scan` - Wapiti Scan * `Wazuh` - Wazuh * `WFuzz JSON report` - WFuzz JSON report * `Whispers Scan` - Whispers Scan * `WhiteHat Sentinel` - WhiteHat Sentinel * `Whitesource Scan` - Whitesource Scan * `Wpscan` - Wpscan * `Xanitizer Scan` - Xanitizer Scan * `Yarn Audit Scan` - Yarn Audit Scan * `ZAP Scan` - ZAP Scan.
JiraConfigurationsCreateFormdataRequestBody defines body for JiraConfigurationsCreate for application/x-www-form-urlencoded ContentType.
JiraConfigurationsCreateJSONRequestBody defines body for JiraConfigurationsCreate for application/json ContentType.
JiraConfigurationsCreateMultipartRequestBody defines body for JiraConfigurationsCreate for multipart/form-data ContentType.
JiraConfigurationsPartialUpdateFormdataRequestBody defines body for JiraConfigurationsPartialUpdate for application/x-www-form-urlencoded ContentType.
JiraConfigurationsPartialUpdateJSONRequestBody defines body for JiraConfigurationsPartialUpdate for application/json ContentType.
JiraConfigurationsPartialUpdateMultipartRequestBody defines body for JiraConfigurationsPartialUpdate for multipart/form-data ContentType.
JiraConfigurationsUpdateFormdataRequestBody defines body for JiraConfigurationsUpdate for application/x-www-form-urlencoded ContentType.
JiraConfigurationsUpdateJSONRequestBody defines body for JiraConfigurationsUpdate for application/json ContentType.
JiraConfigurationsUpdateMultipartRequestBody defines body for JiraConfigurationsUpdate for multipart/form-data ContentType.
JiraFindingMappingsCreateFormdataRequestBody defines body for JiraFindingMappingsCreate for application/x-www-form-urlencoded ContentType.
JiraFindingMappingsCreateJSONRequestBody defines body for JiraFindingMappingsCreate for application/json ContentType.
JiraFindingMappingsCreateMultipartRequestBody defines body for JiraFindingMappingsCreate for multipart/form-data ContentType.
JiraFindingMappingsPartialUpdateFormdataRequestBody defines body for JiraFindingMappingsPartialUpdate for application/x-www-form-urlencoded ContentType.
JiraFindingMappingsPartialUpdateJSONRequestBody defines body for JiraFindingMappingsPartialUpdate for application/json ContentType.
JiraFindingMappingsPartialUpdateMultipartRequestBody defines body for JiraFindingMappingsPartialUpdate for multipart/form-data ContentType.
JiraFindingMappingsUpdateFormdataRequestBody defines body for JiraFindingMappingsUpdate for application/x-www-form-urlencoded ContentType.
JiraFindingMappingsUpdateJSONRequestBody defines body for JiraFindingMappingsUpdate for application/json ContentType.
JiraFindingMappingsUpdateMultipartRequestBody defines body for JiraFindingMappingsUpdate for multipart/form-data ContentType.
JIRAInstanceDefaultIssueType You can define extra issue types in settings.py
* `Task` - Task * `Story` - Story * `Epic` - Epic * `Spike` - Spike * `Bug` - Bug * `Security` - Security.
JIRAInstanceRequestDefaultIssueType You can define extra issue types in settings.py
* `Task` - Task * `Story` - Story * `Epic` - Epic * `Spike` - Spike * `Bug` - Bug * `Security` - Security.
JiraInstancesCreateFormdataRequestBody defines body for JiraInstancesCreate for application/x-www-form-urlencoded ContentType.
JiraInstancesCreateJSONRequestBody defines body for JiraInstancesCreate for application/json ContentType.
JiraInstancesCreateMultipartRequestBody defines body for JiraInstancesCreate for multipart/form-data ContentType.
JiraInstancesPartialUpdateFormdataRequestBody defines body for JiraInstancesPartialUpdate for application/x-www-form-urlencoded ContentType.
JiraInstancesPartialUpdateJSONRequestBody defines body for JiraInstancesPartialUpdate for application/json ContentType.
JiraInstancesPartialUpdateMultipartRequestBody defines body for JiraInstancesPartialUpdate for multipart/form-data ContentType.
JiraInstancesUpdateFormdataRequestBody defines body for JiraInstancesUpdate for application/x-www-form-urlencoded ContentType.
JiraInstancesUpdateJSONRequestBody defines body for JiraInstancesUpdate for application/json ContentType.
JiraInstancesUpdateMultipartRequestBody defines body for JiraInstancesUpdate for multipart/form-data ContentType.
JiraProductConfigurationsCreateFormdataRequestBody defines body for JiraProductConfigurationsCreate for application/x-www-form-urlencoded ContentType.
JiraProductConfigurationsCreateJSONRequestBody defines body for JiraProductConfigurationsCreate for application/json ContentType.
JiraProductConfigurationsCreateMultipartRequestBody defines body for JiraProductConfigurationsCreate for multipart/form-data ContentType.
JiraProductConfigurationsPartialUpdateFormdataRequestBody defines body for JiraProductConfigurationsPartialUpdate for application/x-www-form-urlencoded ContentType.
JiraProductConfigurationsPartialUpdateJSONRequestBody defines body for JiraProductConfigurationsPartialUpdate for application/json ContentType.
JiraProductConfigurationsPartialUpdateMultipartRequestBody defines body for JiraProductConfigurationsPartialUpdate for multipart/form-data ContentType.
JiraProductConfigurationsUpdateFormdataRequestBody defines body for JiraProductConfigurationsUpdate for application/x-www-form-urlencoded ContentType.
JiraProductConfigurationsUpdateJSONRequestBody defines body for JiraProductConfigurationsUpdate for application/json ContentType.
JiraProductConfigurationsUpdateMultipartRequestBody defines body for JiraProductConfigurationsUpdate for multipart/form-data ContentType.
JiraProjectsCreateFormdataRequestBody defines body for JiraProjectsCreate for application/x-www-form-urlencoded ContentType.
JiraProjectsCreateJSONRequestBody defines body for JiraProjectsCreate for application/json ContentType.
JiraProjectsCreateMultipartRequestBody defines body for JiraProjectsCreate for multipart/form-data ContentType.
JiraProjectsPartialUpdateFormdataRequestBody defines body for JiraProjectsPartialUpdate for application/x-www-form-urlencoded ContentType.
JiraProjectsPartialUpdateJSONRequestBody defines body for JiraProjectsPartialUpdate for application/json ContentType.
JiraProjectsPartialUpdateMultipartRequestBody defines body for JiraProjectsPartialUpdate for multipart/form-data ContentType.
JiraProjectsUpdateFormdataRequestBody defines body for JiraProjectsUpdate for application/x-www-form-urlencoded ContentType.
JiraProjectsUpdateJSONRequestBody defines body for JiraProjectsUpdate for application/json ContentType.
JiraProjectsUpdateMultipartRequestBody defines body for JiraProjectsUpdate for multipart/form-data ContentType.
LanguagesCreateFormdataRequestBody defines body for LanguagesCreate for application/x-www-form-urlencoded ContentType.
LanguagesCreateJSONRequestBody defines body for LanguagesCreate for application/json ContentType.
LanguagesCreateMultipartRequestBody defines body for LanguagesCreate for multipart/form-data ContentType.
LanguagesListParamsPrefetch defines parameters for LanguagesList.
LanguagesPartialUpdateFormdataRequestBody defines body for LanguagesPartialUpdate for application/x-www-form-urlencoded ContentType.
LanguagesPartialUpdateJSONRequestBody defines body for LanguagesPartialUpdate for application/json ContentType.
LanguagesPartialUpdateMultipartRequestBody defines body for LanguagesPartialUpdate for multipart/form-data ContentType.
LanguagesRetrieveParamsPrefetch defines parameters for LanguagesRetrieve.
LanguagesUpdateFormdataRequestBody defines body for LanguagesUpdate for application/x-www-form-urlencoded ContentType.
LanguagesUpdateJSONRequestBody defines body for LanguagesUpdate for application/json ContentType.
LanguagesUpdateMultipartRequestBody defines body for LanguagesUpdate for multipart/form-data ContentType.
LanguageTypesCreateFormdataRequestBody defines body for LanguageTypesCreate for application/x-www-form-urlencoded ContentType.
LanguageTypesCreateJSONRequestBody defines body for LanguageTypesCreate for application/json ContentType.
LanguageTypesCreateMultipartRequestBody defines body for LanguageTypesCreate for multipart/form-data ContentType.
LanguageTypesPartialUpdateFormdataRequestBody defines body for LanguageTypesPartialUpdate for application/x-www-form-urlencoded ContentType.
LanguageTypesPartialUpdateJSONRequestBody defines body for LanguageTypesPartialUpdate for application/json ContentType.
LanguageTypesPartialUpdateMultipartRequestBody defines body for LanguageTypesPartialUpdate for multipart/form-data ContentType.
LanguageTypesUpdateFormdataRequestBody defines body for LanguageTypesUpdate for application/x-www-form-urlencoded ContentType.
LanguageTypesUpdateJSONRequestBody defines body for LanguageTypesUpdate for application/json ContentType.
LanguageTypesUpdateMultipartRequestBody defines body for LanguageTypesUpdate for multipart/form-data ContentType.
MetadataCreateFormdataRequestBody defines body for MetadataCreate for application/x-www-form-urlencoded ContentType.
MetadataCreateJSONRequestBody defines body for MetadataCreate for application/json ContentType.
MetadataCreateMultipartRequestBody defines body for MetadataCreate for multipart/form-data ContentType.
MetadataListParamsPrefetch defines parameters for MetadataList.
MetadataPartialUpdateFormdataRequestBody defines body for MetadataPartialUpdate for application/x-www-form-urlencoded ContentType.
MetadataPartialUpdateJSONRequestBody defines body for MetadataPartialUpdate for application/json ContentType.
MetadataPartialUpdateMultipartRequestBody defines body for MetadataPartialUpdate for multipart/form-data ContentType.
MetadataRetrieveParamsPrefetch defines parameters for MetadataRetrieve.
MetadataUpdateFormdataRequestBody defines body for MetadataUpdate for application/x-www-form-urlencoded ContentType.
MetadataUpdateJSONRequestBody defines body for MetadataUpdate for application/json ContentType.
MetadataUpdateMultipartRequestBody defines body for MetadataUpdate for multipart/form-data ContentType.
NetworkLocationsCreateFormdataRequestBody defines body for NetworkLocationsCreate for application/x-www-form-urlencoded ContentType.
NetworkLocationsCreateJSONRequestBody defines body for NetworkLocationsCreate for application/json ContentType.
NetworkLocationsCreateMultipartRequestBody defines body for NetworkLocationsCreate for multipart/form-data ContentType.
NetworkLocationsPartialUpdateFormdataRequestBody defines body for NetworkLocationsPartialUpdate for application/x-www-form-urlencoded ContentType.
NetworkLocationsPartialUpdateJSONRequestBody defines body for NetworkLocationsPartialUpdate for application/json ContentType.
NetworkLocationsPartialUpdateMultipartRequestBody defines body for NetworkLocationsPartialUpdate for multipart/form-data ContentType.
NetworkLocationsUpdateFormdataRequestBody defines body for NetworkLocationsUpdate for application/x-www-form-urlencoded ContentType.
NetworkLocationsUpdateJSONRequestBody defines body for NetworkLocationsUpdate for application/json ContentType.
NetworkLocationsUpdateMultipartRequestBody defines body for NetworkLocationsUpdate for multipart/form-data ContentType.
NotesPartialUpdateFormdataRequestBody defines body for NotesPartialUpdate for application/x-www-form-urlencoded ContentType.
NotesPartialUpdateJSONRequestBody defines body for NotesPartialUpdate for application/json ContentType.
NotesPartialUpdateMultipartRequestBody defines body for NotesPartialUpdate for multipart/form-data ContentType.
NotesUpdateFormdataRequestBody defines body for NotesUpdate for application/x-www-form-urlencoded ContentType.
NotesUpdateJSONRequestBody defines body for NotesUpdate for application/json ContentType.
NotesUpdateMultipartRequestBody defines body for NotesUpdate for multipart/form-data ContentType.
NoteTypeCreateFormdataRequestBody defines body for NoteTypeCreate for application/x-www-form-urlencoded ContentType.
NoteTypeCreateJSONRequestBody defines body for NoteTypeCreate for application/json ContentType.
NoteTypeCreateMultipartRequestBody defines body for NoteTypeCreate for multipart/form-data ContentType.
NoteTypePartialUpdateFormdataRequestBody defines body for NoteTypePartialUpdate for application/x-www-form-urlencoded ContentType.
NoteTypePartialUpdateJSONRequestBody defines body for NoteTypePartialUpdate for application/json ContentType.
NoteTypePartialUpdateMultipartRequestBody defines body for NoteTypePartialUpdate for multipart/form-data ContentType.
NoteTypeUpdateFormdataRequestBody defines body for NoteTypeUpdate for application/x-www-form-urlencoded ContentType.
NoteTypeUpdateJSONRequestBody defines body for NoteTypeUpdate for application/json ContentType.
NoteTypeUpdateMultipartRequestBody defines body for NoteTypeUpdate for multipart/form-data ContentType.
NotificationsAutoCloseEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsCloseEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsCodeReview * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsCreateFormdataRequestBody defines body for NotificationsCreate for application/x-www-form-urlencoded ContentType.
NotificationsCreateJSONRequestBody defines body for NotificationsCreate for application/json ContentType.
NotificationsCreateMultipartRequestBody defines body for NotificationsCreate for multipart/form-data ContentType.
NotificationsEngagementAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsJiraUpdate * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsListParamsPrefetch defines parameters for NotificationsList.
NotificationsOther * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsPartialUpdateFormdataRequestBody defines body for NotificationsPartialUpdate for application/x-www-form-urlencoded ContentType.
NotificationsPartialUpdateJSONRequestBody defines body for NotificationsPartialUpdate for application/json ContentType.
NotificationsPartialUpdateMultipartRequestBody defines body for NotificationsPartialUpdate for multipart/form-data ContentType.
NotificationsProductAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsProductTypeAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestAutoCloseEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestCloseEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestCodeReview * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestEngagementAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestJiraUpdate * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestOther * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestProductAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestProductTypeAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestReviewRequested * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestRiskAcceptanceExpiration * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestScanAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestSlaBreach * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestStaleEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestTestAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestUpcomingEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRequestUserMentioned * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRetrieveParamsPrefetch defines parameters for NotificationsRetrieve.
NotificationsReviewRequested * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsRiskAcceptanceExpiration * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsScanAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsSlaBreach * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsStaleEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsTestAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsUpcomingEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
NotificationsUpdateFormdataRequestBody defines body for NotificationsUpdate for application/x-www-form-urlencoded ContentType.
NotificationsUpdateJSONRequestBody defines body for NotificationsUpdate for application/json ContentType.
NotificationsUpdateMultipartRequestBody defines body for NotificationsUpdate for multipart/form-data ContentType.
NotificationsUserMentioned * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
Oa3SchemaRetrieveParamsFormat defines parameters for Oa3SchemaRetrieve.
Oa3SchemaRetrieveParamsLang defines parameters for Oa3SchemaRetrieve.
PatchedCredentialRequestAuthentication * `Form` - Form Authentication * `SSO` - SSO Redirect.
PatchedCredentialRequestHttpAuthentication * `Basic` - Basic * `NTLM` - NTLM.
PatchedDojoGroupRequestSocialProvider Group imported from a social provider.
PatchedEngagementRequestEngagementType * `Interactive` - Interactive * `CI/CD` - CI/CD.
PatchedEngagementRequestStatus * `Not Started` - Not Started * `Blocked` - Blocked * `Cancelled` - Cancelled * `Completed` - Completed * `In Progress` - In Progress * `On Hold` - On Hold * `Waiting for Resource` - Waiting for Resource.
PatchedJIRAInstanceRequestDefaultIssueType You can define extra issue types in settings.py
* `Task` - Task * `Story` - Story * `Epic` - Epic * `Spike` - Spike * `Bug` - Bug * `Security` - Security.
PatchedNotificationsRequestAutoCloseEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestCloseEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestCodeReview * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestEngagementAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestJiraUpdate * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestOther * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestProductAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestProductTypeAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestReviewRequested * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestRiskAcceptanceExpiration * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestScanAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestSlaBreach * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestStaleEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestTestAdded * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestUpcomingEngagement * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedNotificationsRequestUserMentioned * `slack` - slack * `msteams` - msteams * `mail` - mail * `alert` - alert.
PatchedProductRequestBusinessCriticality * `very high` - Very High * `high` - High * `medium` - Medium * `low` - Low * `very low` - Very Low * `none` - None.
PatchedProductRequestLifecycle * `construction` - Construction * `production` - Production * `retirement` - Retirement.
PatchedProductRequestOrigin * `third party library` - Third Party Library * `purchased` - Purchased * `contractor` - Contractor Developed * `internal` - Internally Developed * `open source` - Open Source * `outsourced` - Outsourced.
PatchedProductRequestPlatform * `web service` - API * `desktop` - Desktop * `iot` - Internet of Things * `mobile` - Mobile * `web` - Web.
PatchedRegulationRequestCategory The subject of the regulation.
PatchedSystemSettingsRequestJiraMinimumSeverity * `Critical` - Critical * `High` - High * `Medium` - Medium * `Low` - Low * `Info` - Info.
PatchedSystemSettingsRequestTimeZone * `Africa/Abidjan` - Africa/Abidjan * `Africa/Accra` - Africa/Accra * `Africa/Addis_Ababa` - Africa/Addis_Ababa * `Africa/Algiers` - Africa/Algiers * `Africa/Asmara` - Africa/Asmara * `Africa/Asmera` - Africa/Asmera * `Africa/Bamako` - Africa/Bamako * `Africa/Bangui` - Africa/Bangui * `Africa/Banjul` - Africa/Banjul * `Africa/Bissau` - Africa/Bissau * `Africa/Blantyre` - Africa/Blantyre * `Africa/Brazzaville` - Africa/Brazzaville * `Africa/Bujumbura` - Africa/Bujumbura * `Africa/Cairo` - Africa/Cairo * `Africa/Casablanca` - Africa/Casablanca * `Africa/Ceuta` - Africa/Ceuta * `Africa/Conakry` - Africa/Conakry * `Africa/Dakar` - Africa/Dakar * `Africa/Dar_es_Salaam` - Africa/Dar_es_Salaam * `Africa/Djibouti` - Africa/Djibouti * `Africa/Douala` - Africa/Douala * `Africa/El_Aaiun` - Africa/El_Aaiun * `Africa/Freetown` - Africa/Freetown * `Africa/Gaborone` - Africa/Gaborone * `Africa/Harare` - Africa/Harare * `Africa/Johannesburg` - Africa/Johannesburg * `Africa/Juba` - Africa/Juba * `Africa/Kampala` - Africa/Kampala * `Africa/Khartoum` - Africa/Khartoum * `Africa/Kigali` - Africa/Kigali * `Africa/Kinshasa` - Africa/Kinshasa * `Africa/Lagos` - Africa/Lagos * `Africa/Libreville` - Africa/Libreville * `Africa/Lome` - Africa/Lome * `Africa/Luanda` - Africa/Luanda * `Africa/Lubumbashi` - Africa/Lubumbashi * `Africa/Lusaka` - Africa/Lusaka * `Africa/Malabo` - Africa/Malabo * `Africa/Maputo` - Africa/Maputo * `Africa/Maseru` - Africa/Maseru * `Africa/Mbabane` - Africa/Mbabane * `Africa/Mogadishu` - Africa/Mogadishu * `Africa/Monrovia` - Africa/Monrovia * `Africa/Nairobi` - Africa/Nairobi * `Africa/Ndjamena` - Africa/Ndjamena * `Africa/Niamey` - Africa/Niamey * `Africa/Nouakchott` - Africa/Nouakchott * `Africa/Ouagadougou` - Africa/Ouagadougou * `Africa/Porto-Novo` - Africa/Porto-Novo * `Africa/Sao_Tome` - Africa/Sao_Tome * `Africa/Timbuktu` - Africa/Timbuktu * `Africa/Tripoli` - Africa/Tripoli * `Africa/Tunis` - Africa/Tunis * `Africa/Windhoek` - Africa/Windhoek * `America/Adak` - America/Adak * `America/Anchorage` - America/Anchorage * `America/Anguilla` - America/Anguilla * `America/Antigua` - America/Antigua * `America/Araguaina` - America/Araguaina * `America/Argentina/Buenos_Aires` - America/Argentina/Buenos_Aires * `America/Argentina/Catamarca` - America/Argentina/Catamarca * `America/Argentina/ComodRivadavia` - America/Argentina/ComodRivadavia * `America/Argentina/Cordoba` - America/Argentina/Cordoba * `America/Argentina/Jujuy` - America/Argentina/Jujuy * `America/Argentina/La_Rioja` - America/Argentina/La_Rioja * `America/Argentina/Mendoza` - America/Argentina/Mendoza * `America/Argentina/Rio_Gallegos` - America/Argentina/Rio_Gallegos * `America/Argentina/Salta` - America/Argentina/Salta * `America/Argentina/San_Juan` - America/Argentina/San_Juan * `America/Argentina/San_Luis` - America/Argentina/San_Luis * `America/Argentina/Tucuman` - America/Argentina/Tucuman * `America/Argentina/Ushuaia` - America/Argentina/Ushuaia * `America/Aruba` - America/Aruba * `America/Asuncion` - America/Asuncion * `America/Atikokan` - America/Atikokan * `America/Atka` - America/Atka * `America/Bahia` - America/Bahia * `America/Bahia_Banderas` - America/Bahia_Banderas * `America/Barbados` - America/Barbados * `America/Belem` - America/Belem * `America/Belize` - America/Belize * `America/Blanc-Sablon` - America/Blanc-Sablon * `America/Boa_Vista` - America/Boa_Vista * `America/Bogota` - America/Bogota * `America/Boise` - America/Boise * `America/Buenos_Aires` - America/Buenos_Aires * `America/Cambridge_Bay` - America/Cambridge_Bay * `America/Campo_Grande` - America/Campo_Grande * `America/Cancun` - America/Cancun * `America/Caracas` - America/Caracas * `America/Catamarca` - America/Catamarca * `America/Cayenne` - America/Cayenne * `America/Cayman` - America/Cayman * `America/Chicago` - America/Chicago * `America/Chihuahua` - America/Chihuahua * `America/Ciudad_Juarez` - America/Ciudad_Juarez * `America/Coral_Harbour` - America/Coral_Harbour * `America/Cordoba` - America/Cordoba * `America/Costa_Rica` - America/Costa_Rica * `America/Creston` - America/Creston * `America/Cuiaba` - America/Cuiaba * `America/Curacao` - America/Curacao * `America/Danmarkshavn` - America/Danmarkshavn * `America/Dawson` - America/Dawson * `America/Dawson_Creek` - America/Dawson_Creek * `America/Denver` - America/Denver * `America/Detroit` - America/Detroit * `America/Dominica` - America/Dominica * `America/Edmonton` - America/Edmonton * `America/Eirunepe` - America/Eirunepe * `America/El_Salvador` - America/El_Salvador * `America/Ensenada` - America/Ensenada * `America/Fort_Nelson` - America/Fort_Nelson * `America/Fort_Wayne` - America/Fort_Wayne * `America/Fortaleza` - America/Fortaleza * `America/Glace_Bay` - America/Glace_Bay * `America/Godthab` - America/Godthab * `America/Goose_Bay` - America/Goose_Bay * `America/Grand_Turk` - America/Grand_Turk * `America/Grenada` - America/Grenada * `America/Guadeloupe` - America/Guadeloupe * `America/Guatemala` - America/Guatemala * `America/Guayaquil` - America/Guayaquil * `America/Guyana` - America/Guyana * `America/Halifax` - America/Halifax * `America/Havana` - America/Havana * `America/Hermosillo` - America/Hermosillo * `America/Indiana/Indianapolis` - America/Indiana/Indianapolis * `America/Indiana/Knox` - America/Indiana/Knox * `America/Indiana/Marengo` - America/Indiana/Marengo * `America/Indiana/Petersburg` - America/Indiana/Petersburg * `America/Indiana/Tell_City` - America/Indiana/Tell_City * `America/Indiana/Vevay` - America/Indiana/Vevay * `America/Indiana/Vincennes` - America/Indiana/Vincennes * `America/Indiana/Winamac` - America/Indiana/Winamac * `America/Indianapolis` - America/Indianapolis * `America/Inuvik` - America/Inuvik * `America/Iqaluit` - America/Iqaluit * `America/Jamaica` - America/Jamaica * `America/Jujuy` - America/Jujuy * `America/Juneau` - America/Juneau * `America/Kentucky/Louisville` - America/Kentucky/Louisville * `America/Kentucky/Monticello` - America/Kentucky/Monticello * `America/Knox_IN` - America/Knox_IN * `America/Kralendijk` - America/Kralendijk * `America/La_Paz` - America/La_Paz * `America/Lima` - America/Lima * `America/Los_Angeles` - America/Los_Angeles * `America/Louisville` - America/Louisville * `America/Lower_Princes` - America/Lower_Princes * `America/Maceio` - America/Maceio * `America/Managua` - America/Managua * `America/Manaus` - America/Manaus * `America/Marigot` - America/Marigot * `America/Martinique` - America/Martinique * `America/Matamoros` - America/Matamoros * `America/Mazatlan` - America/Mazatlan * `America/Mendoza` - America/Mendoza * `America/Menominee` - America/Menominee * `America/Merida` - America/Merida * `America/Metlakatla` - America/Metlakatla * `America/Mexico_City` - America/Mexico_City * `America/Miquelon` - America/Miquelon * `America/Moncton` - America/Moncton * `America/Monterrey` - America/Monterrey * `America/Montevideo` - America/Montevideo * `America/Montreal` - America/Montreal * `America/Montserrat` - America/Montserrat * `America/Nassau` - America/Nassau * `America/New_York` - America/New_York * `America/Nipigon` - America/Nipigon * `America/Nome` - America/Nome * `America/Noronha` - America/Noronha * `America/North_Dakota/Beulah` - America/North_Dakota/Beulah * `America/North_Dakota/Center` - America/North_Dakota/Center * `America/North_Dakota/New_Salem` - America/North_Dakota/New_Salem * `America/Nuuk` - America/Nuuk * `America/Ojinaga` - America/Ojinaga * `America/Panama` - America/Panama * `America/Pangnirtung` - America/Pangnirtung * `America/Paramaribo` - America/Paramaribo * `America/Phoenix` - America/Phoenix * `America/Port-au-Prince` - America/Port-au-Prince * `America/Port_of_Spain` - America/Port_of_Spain * `America/Porto_Acre` - America/Porto_Acre * `America/Porto_Velho` - America/Porto_Velho * `America/Puerto_Rico` - America/Puerto_Rico * `America/Punta_Arenas` - America/Punta_Arenas * `America/Rainy_River` - America/Rainy_River * `America/Rankin_Inlet` - America/Rankin_Inlet * `America/Recife` - America/Recife * `America/Regina` - America/Regina * `America/Resolute` - America/Resolute * `America/Rio_Branco` - America/Rio_Branco * `America/Rosario` - America/Rosario * `America/Santa_Isabel` - America/Santa_Isabel * `America/Santarem` - America/Santarem * `America/Santiago` - America/Santiago * `America/Santo_Domingo` - America/Santo_Domingo * `America/Sao_Paulo` - America/Sao_Paulo * `America/Scoresbysund` - America/Scoresbysund * `America/Shiprock` - America/Shiprock * `America/Sitka` - America/Sitka * `America/St_Barthelemy` - America/St_Barthelemy * `America/St_Johns` - America/St_Johns * `America/St_Kitts` - America/St_Kitts * `America/St_Lucia` - America/St_Lucia * `America/St_Thomas` - America/St_Thomas * `America/St_Vincent` - America/St_Vincent * `America/Swift_Current` - America/Swift_Current * `America/Tegucigalpa` - America/Tegucigalpa * `America/Thule` - America/Thule * `America/Thunder_Bay` - America/Thunder_Bay * `America/Tijuana` - America/Tijuana * `America/Toronto` - America/Toronto * `America/Tortola` - America/Tortola * `America/Vancouver` - America/Vancouver * `America/Virgin` - America/Virgin * `America/Whitehorse` - America/Whitehorse * `America/Winnipeg` - America/Winnipeg * `America/Yakutat` - America/Yakutat * `America/Yellowknife` - America/Yellowknife * `Antarctica/Casey` - Antarctica/Casey * `Antarctica/Davis` - Antarctica/Davis * `Antarctica/DumontDUrville` - Antarctica/DumontDUrville * `Antarctica/Macquarie` - Antarctica/Macquarie * `Antarctica/Mawson` - Antarctica/Mawson * `Antarctica/McMurdo` - Antarctica/McMurdo * `Antarctica/Palmer` - Antarctica/Palmer * `Antarctica/Rothera` - Antarctica/Rothera * `Antarctica/South_Pole` - Antarctica/South_Pole * `Antarctica/Syowa` - Antarctica/Syowa * `Antarctica/Troll` - Antarctica/Troll * `Antarctica/Vostok` - Antarctica/Vostok * `Arctic/Longyearbyen` - Arctic/Longyearbyen * `Asia/Aden` - Asia/Aden * `Asia/Almaty` - Asia/Almaty * `Asia/Amman` - Asia/Amman * `Asia/Anadyr` - Asia/Anadyr * `Asia/Aqtau` - Asia/Aqtau * `Asia/Aqtobe` - Asia/Aqtobe * `Asia/Ashgabat` - Asia/Ashgabat * `Asia/Ashkhabad` - Asia/Ashkhabad * `Asia/Atyrau` - Asia/Atyrau * `Asia/Baghdad` - Asia/Baghdad * `Asia/Bahrain` - Asia/Bahrain * `Asia/Baku` - Asia/Baku * `Asia/Bangkok` - Asia/Bangkok * `Asia/Barnaul` - Asia/Barnaul * `Asia/Beirut` - Asia/Beirut * `Asia/Bishkek` - Asia/Bishkek * `Asia/Brunei` - Asia/Brunei * `Asia/Calcutta` - Asia/Calcutta * `Asia/Chita` - Asia/Chita * `Asia/Choibalsan` - Asia/Choibalsan * `Asia/Chongqing` - Asia/Chongqing * `Asia/Chungking` - Asia/Chungking * `Asia/Colombo` - Asia/Colombo * `Asia/Dacca` - Asia/Dacca * `Asia/Damascus` - Asia/Damascus * `Asia/Dhaka` - Asia/Dhaka * `Asia/Dili` - Asia/Dili * `Asia/Dubai` - Asia/Dubai * `Asia/Dushanbe` - Asia/Dushanbe * `Asia/Famagusta` - Asia/Famagusta * `Asia/Gaza` - Asia/Gaza * `Asia/Harbin` - Asia/Harbin * `Asia/Hebron` - Asia/Hebron * `Asia/Ho_Chi_Minh` - Asia/Ho_Chi_Minh * `Asia/Hong_Kong` - Asia/Hong_Kong * `Asia/Hovd` - Asia/Hovd * `Asia/Irkutsk` - Asia/Irkutsk * `Asia/Istanbul` - Asia/Istanbul * `Asia/Jakarta` - Asia/Jakarta * `Asia/Jayapura` - Asia/Jayapura * `Asia/Jerusalem` - Asia/Jerusalem * `Asia/Kabul` - Asia/Kabul * `Asia/Kamchatka` - Asia/Kamchatka * `Asia/Karachi` - Asia/Karachi * `Asia/Kashgar` - Asia/Kashgar * `Asia/Kathmandu` - Asia/Kathmandu * `Asia/Katmandu` - Asia/Katmandu * `Asia/Khandyga` - Asia/Khandyga * `Asia/Kolkata` - Asia/Kolkata * `Asia/Krasnoyarsk` - Asia/Krasnoyarsk * `Asia/Kuala_Lumpur` - Asia/Kuala_Lumpur * `Asia/Kuching` - Asia/Kuching * `Asia/Kuwait` - Asia/Kuwait * `Asia/Macao` - Asia/Macao * `Asia/Macau` - Asia/Macau * `Asia/Magadan` - Asia/Magadan * `Asia/Makassar` - Asia/Makassar * `Asia/Manila` - Asia/Manila * `Asia/Muscat` - Asia/Muscat * `Asia/Nicosia` - Asia/Nicosia * `Asia/Novokuznetsk` - Asia/Novokuznetsk * `Asia/Novosibirsk` - Asia/Novosibirsk * `Asia/Omsk` - Asia/Omsk * `Asia/Oral` - Asia/Oral * `Asia/Phnom_Penh` - Asia/Phnom_Penh * `Asia/Pontianak` - Asia/Pontianak * `Asia/Pyongyang` - Asia/Pyongyang * `Asia/Qatar` - Asia/Qatar * `Asia/Qostanay` - Asia/Qostanay * `Asia/Qyzylorda` - Asia/Qyzylorda * `Asia/Rangoon` - Asia/Rangoon * `Asia/Riyadh` - Asia/Riyadh * `Asia/Saigon` - Asia/Saigon * `Asia/Sakhalin` - Asia/Sakhalin * `Asia/Samarkand` - Asia/Samarkand * `Asia/Seoul` - Asia/Seoul * `Asia/Shanghai` - Asia/Shanghai * `Asia/Singapore` - Asia/Singapore * `Asia/Srednekolymsk` - Asia/Srednekolymsk * `Asia/Taipei` - Asia/Taipei * `Asia/Tashkent` - Asia/Tashkent * `Asia/Tbilisi` - Asia/Tbilisi * `Asia/Tehran` - Asia/Tehran * `Asia/Tel_Aviv` - Asia/Tel_Aviv * `Asia/Thimbu` - Asia/Thimbu * `Asia/Thimphu` - Asia/Thimphu * `Asia/Tokyo` - Asia/Tokyo * `Asia/Tomsk` - Asia/Tomsk * `Asia/Ujung_Pandang` - Asia/Ujung_Pandang * `Asia/Ulaanbaatar` - Asia/Ulaanbaatar * `Asia/Ulan_Bator` - Asia/Ulan_Bator * `Asia/Urumqi` - Asia/Urumqi * `Asia/Ust-Nera` - Asia/Ust-Nera * `Asia/Vientiane` - Asia/Vientiane * `Asia/Vladivostok` - Asia/Vladivostok * `Asia/Yakutsk` - Asia/Yakutsk * `Asia/Yangon` - Asia/Yangon * `Asia/Yekaterinburg` - Asia/Yekaterinburg * `Asia/Yerevan` - Asia/Yerevan * `Atlantic/Azores` - Atlantic/Azores * `Atlantic/Bermuda` - Atlantic/Bermuda * `Atlantic/Canary` - Atlantic/Canary * `Atlantic/Cape_Verde` - Atlantic/Cape_Verde * `Atlantic/Faeroe` - Atlantic/Faeroe * `Atlantic/Faroe` - Atlantic/Faroe * `Atlantic/Jan_Mayen` - Atlantic/Jan_Mayen * `Atlantic/Madeira` - Atlantic/Madeira * `Atlantic/Reykjavik` - Atlantic/Reykjavik * `Atlantic/South_Georgia` - Atlantic/South_Georgia * `Atlantic/St_Helena` - Atlantic/St_Helena * `Atlantic/Stanley` - Atlantic/Stanley * `Australia/ACT` - Australia/ACT * `Australia/Adelaide` - Australia/Adelaide * `Australia/Brisbane` - Australia/Brisbane * `Australia/Broken_Hill` - Australia/Broken_Hill * `Australia/Canberra` - Australia/Canberra * `Australia/Currie` - Australia/Currie * `Australia/Darwin` - Australia/Darwin * `Australia/Eucla` - Australia/Eucla * `Australia/Hobart` - Australia/Hobart * `Australia/LHI` - Australia/LHI * `Australia/Lindeman` - Australia/Lindeman * `Australia/Lord_Howe` - Australia/Lord_Howe * `Australia/Melbourne` - Australia/Melbourne * `Australia/NSW` - Australia/NSW * `Australia/North` - Australia/North * `Australia/Perth` - Australia/Perth * `Australia/Queensland` - Australia/Queensland * `Australia/South` - Australia/South * `Australia/Sydney` - Australia/Sydney * `Australia/Tasmania` - Australia/Tasmania * `Australia/Victoria` - Australia/Victoria * `Australia/West` - Australia/West * `Australia/Yancowinna` - Australia/Yancowinna * `Brazil/Acre` - Brazil/Acre * `Brazil/DeNoronha` - Brazil/DeNoronha * `Brazil/East` - Brazil/East * `Brazil/West` - Brazil/West * `CET` - CET * `CST6CDT` - CST6CDT * `Canada/Atlantic` - Canada/Atlantic * `Canada/Central` - Canada/Central * `Canada/Eastern` - Canada/Eastern * `Canada/Mountain` - Canada/Mountain * `Canada/Newfoundland` - Canada/Newfoundland * `Canada/Pacific` - Canada/Pacific * `Canada/Saskatchewan` - Canada/Saskatchewan * `Canada/Yukon` - Canada/Yukon * `Chile/Continental` - Chile/Continental * `Chile/EasterIsland` - Chile/EasterIsland * `Cuba` - Cuba * `EET` - EET * `EST` - EST * `EST5EDT` - EST5EDT * `Egypt` - Egypt * `Eire` - Eire * `Etc/GMT` - Etc/GMT * `Etc/GMT+0` - Etc/GMT+0 * `Etc/GMT+1` - Etc/GMT+1 * `Etc/GMT+10` - Etc/GMT+10 * `Etc/GMT+11` - Etc/GMT+11 * `Etc/GMT+12` - Etc/GMT+12 * `Etc/GMT+2` - Etc/GMT+2 * `Etc/GMT+3` - Etc/GMT+3 * `Etc/GMT+4` - Etc/GMT+4 * `Etc/GMT+5` - Etc/GMT+5 * `Etc/GMT+6` - Etc/GMT+6 * `Etc/GMT+7` - Etc/GMT+7 * `Etc/GMT+8` - Etc/GMT+8 * `Etc/GMT+9` - Etc/GMT+9 * `Etc/GMT-0` - Etc/GMT-0 * `Etc/GMT-1` - Etc/GMT-1 * `Etc/GMT-10` - Etc/GMT-10 * `Etc/GMT-11` - Etc/GMT-11 * `Etc/GMT-12` - Etc/GMT-12 * `Etc/GMT-13` - Etc/GMT-13 * `Etc/GMT-14` - Etc/GMT-14 * `Etc/GMT-2` - Etc/GMT-2 * `Etc/GMT-3` - Etc/GMT-3 * `Etc/GMT-4` - Etc/GMT-4 * `Etc/GMT-5` - Etc/GMT-5 * `Etc/GMT-6` - Etc/GMT-6 * `Etc/GMT-7` - Etc/GMT-7 * `Etc/GMT-8` - Etc/GMT-8 * `Etc/GMT-9` - Etc/GMT-9 * `Etc/GMT0` - Etc/GMT0 * `Etc/Greenwich` - Etc/Greenwich * `Etc/UCT` - Etc/UCT * `Etc/UTC` - Etc/UTC * `Etc/Universal` - Etc/Universal * `Etc/Zulu` - Etc/Zulu * `Europe/Amsterdam` - Europe/Amsterdam * `Europe/Andorra` - Europe/Andorra * `Europe/Astrakhan` - Europe/Astrakhan * `Europe/Athens` - Europe/Athens * `Europe/Belfast` - Europe/Belfast * `Europe/Belgrade` - Europe/Belgrade * `Europe/Berlin` - Europe/Berlin * `Europe/Bratislava` - Europe/Bratislava * `Europe/Brussels` - Europe/Brussels * `Europe/Bucharest` - Europe/Bucharest * `Europe/Budapest` - Europe/Budapest * `Europe/Busingen` - Europe/Busingen * `Europe/Chisinau` - Europe/Chisinau * `Europe/Copenhagen` - Europe/Copenhagen * `Europe/Dublin` - Europe/Dublin * `Europe/Gibraltar` - Europe/Gibraltar * `Europe/Guernsey` - Europe/Guernsey * `Europe/Helsinki` - Europe/Helsinki * `Europe/Isle_of_Man` - Europe/Isle_of_Man * `Europe/Istanbul` - Europe/Istanbul * `Europe/Jersey` - Europe/Jersey * `Europe/Kaliningrad` - Europe/Kaliningrad * `Europe/Kiev` - Europe/Kiev * `Europe/Kirov` - Europe/Kirov * `Europe/Kyiv` - Europe/Kyiv * `Europe/Lisbon` - Europe/Lisbon * `Europe/Ljubljana` - Europe/Ljubljana * `Europe/London` - Europe/London * `Europe/Luxembourg` - Europe/Luxembourg * `Europe/Madrid` - Europe/Madrid * `Europe/Malta` - Europe/Malta * `Europe/Mariehamn` - Europe/Mariehamn * `Europe/Minsk` - Europe/Minsk * `Europe/Monaco` - Europe/Monaco * `Europe/Moscow` - Europe/Moscow * `Europe/Nicosia` - Europe/Nicosia * `Europe/Oslo` - Europe/Oslo * `Europe/Paris` - Europe/Paris * `Europe/Podgorica` - Europe/Podgorica * `Europe/Prague` - Europe/Prague * `Europe/Riga` - Europe/Riga * `Europe/Rome` - Europe/Rome * `Europe/Samara` - Europe/Samara * `Europe/San_Marino` - Europe/San_Marino * `Europe/Sarajevo` - Europe/Sarajevo * `Europe/Saratov` - Europe/Saratov * `Europe/Simferopol` - Europe/Simferopol * `Europe/Skopje` - Europe/Skopje * `Europe/Sofia` - Europe/Sofia * `Europe/Stockholm` - Europe/Stockholm * `Europe/Tallinn` - Europe/Tallinn * `Europe/Tirane` - Europe/Tirane * `Europe/Tiraspol` - Europe/Tiraspol * `Europe/Ulyanovsk` - Europe/Ulyanovsk * `Europe/Uzhgorod` - Europe/Uzhgorod * `Europe/Vaduz` - Europe/Vaduz * `Europe/Vatican` - Europe/Vatican * `Europe/Vienna` - Europe/Vienna * `Europe/Vilnius` - Europe/Vilnius * `Europe/Volgograd` - Europe/Volgograd * `Europe/Warsaw` - Europe/Warsaw * `Europe/Zagreb` - Europe/Zagreb * `Europe/Zaporozhye` - Europe/Zaporozhye * `Europe/Zurich` - Europe/Zurich * `GB` - GB * `GB-Eire` - GB-Eire * `GMT` - GMT * `GMT+0` - GMT+0 * `GMT-0` - GMT-0 * `GMT0` - GMT0 * `Greenwich` - Greenwich * `HST` - HST * `Hongkong` - Hongkong * `Iceland` - Iceland * `Indian/Antananarivo` - Indian/Antananarivo * `Indian/Chagos` - Indian/Chagos * `Indian/Christmas` - Indian/Christmas * `Indian/Cocos` - Indian/Cocos * `Indian/Comoro` - Indian/Comoro * `Indian/Kerguelen` - Indian/Kerguelen * `Indian/Mahe` - Indian/Mahe * `Indian/Maldives` - Indian/Maldives * `Indian/Mauritius` - Indian/Mauritius * `Indian/Mayotte` - Indian/Mayotte * `Indian/Reunion` - Indian/Reunion * `Iran` - Iran * `Israel` - Israel * `Jamaica` - Jamaica * `Japan` - Japan * `Kwajalein` - Kwajalein * `Libya` - Libya * `MET` - MET * `MST` - MST * `MST7MDT` - MST7MDT * `Mexico/BajaNorte` - Mexico/BajaNorte * `Mexico/BajaSur` - Mexico/BajaSur * `Mexico/General` - Mexico/General * `NZ` - NZ * `NZ-CHAT` - NZ-CHAT * `Navajo` - Navajo * `PRC` - PRC * `PST8PDT` - PST8PDT * `Pacific/Apia` - Pacific/Apia * `Pacific/Auckland` - Pacific/Auckland * `Pacific/Bougainville` - Pacific/Bougainville * `Pacific/Chatham` - Pacific/Chatham * `Pacific/Chuuk` - Pacific/Chuuk * `Pacific/Easter` - Pacific/Easter * `Pacific/Efate` - Pacific/Efate * `Pacific/Enderbury` - Pacific/Enderbury * `Pacific/Fakaofo` - Pacific/Fakaofo * `Pacific/Fiji` - Pacific/Fiji * `Pacific/Funafuti` - Pacific/Funafuti * `Pacific/Galapagos` - Pacific/Galapagos * `Pacific/Gambier` - Pacific/Gambier * `Pacific/Guadalcanal` - Pacific/Guadalcanal * `Pacific/Guam` - Pacific/Guam * `Pacific/Honolulu` - Pacific/Honolulu * `Pacific/Johnston` - Pacific/Johnston * `Pacific/Kanton` - Pacific/Kanton * `Pacific/Kiritimati` - Pacific/Kiritimati * `Pacific/Kosrae` - Pacific/Kosrae * `Pacific/Kwajalein` - Pacific/Kwajalein * `Pacific/Majuro` - Pacific/Majuro * `Pacific/Marquesas` - Pacific/Marquesas * `Pacific/Midway` - Pacific/Midway * `Pacific/Nauru` - Pacific/Nauru * `Pacific/Niue` - Pacific/Niue * `Pacific/Norfolk` - Pacific/Norfolk * `Pacific/Noumea` - Pacific/Noumea * `Pacific/Pago_Pago` - Pacific/Pago_Pago * `Pacific/Palau` - Pacific/Palau * `Pacific/Pitcairn` - Pacific/Pitcairn * `Pacific/Pohnpei` - Pacific/Pohnpei * `Pacific/Ponape` - Pacific/Ponape * `Pacific/Port_Moresby` - Pacific/Port_Moresby * `Pacific/Rarotonga` - Pacific/Rarotonga * `Pacific/Saipan` - Pacific/Saipan * `Pacific/Samoa` - Pacific/Samoa * `Pacific/Tahiti` - Pacific/Tahiti * `Pacific/Tarawa` - Pacific/Tarawa * `Pacific/Tongatapu` - Pacific/Tongatapu * `Pacific/Truk` - Pacific/Truk * `Pacific/Wake` - Pacific/Wake * `Pacific/Wallis` - Pacific/Wallis * `Pacific/Yap` - Pacific/Yap * `Poland` - Poland * `Portugal` - Portugal * `ROC` - ROC * `ROK` - ROK * `Singapore` - Singapore * `Turkey` - Turkey * `UCT` - UCT * `US/Alaska` - US/Alaska * `US/Aleutian` - US/Aleutian * `US/Arizona` - US/Arizona * `US/Central` - US/Central * `US/East-Indiana` - US/East-Indiana * `US/Eastern` - US/Eastern * `US/Hawaii` - US/Hawaii * `US/Indiana-Starke` - US/Indiana-Starke * `US/Michigan` - US/Michigan * `US/Mountain` - US/Mountain * `US/Pacific` - US/Pacific * `US/Samoa` - US/Samoa * `UTC` - UTC * `Universal` - Universal * `W-SU` - W-SU * `WET` - WET * `Zulu` - Zulu.
PatchedToolConfigurationRequestAuthenticationType * `API` - API Key * `Password` - Username/Password * `SSH` - SSH.
ProductApiScanConfigurationsCreateFormdataRequestBody defines body for ProductApiScanConfigurationsCreate for application/x-www-form-urlencoded ContentType.
ProductApiScanConfigurationsCreateJSONRequestBody defines body for ProductApiScanConfigurationsCreate for application/json ContentType.
ProductApiScanConfigurationsCreateMultipartRequestBody defines body for ProductApiScanConfigurationsCreate for multipart/form-data ContentType.
ProductApiScanConfigurationsPartialUpdateFormdataRequestBody defines body for ProductApiScanConfigurationsPartialUpdate for application/x-www-form-urlencoded ContentType.
ProductApiScanConfigurationsPartialUpdateJSONRequestBody defines body for ProductApiScanConfigurationsPartialUpdate for application/json ContentType.
ProductApiScanConfigurationsPartialUpdateMultipartRequestBody defines body for ProductApiScanConfigurationsPartialUpdate for multipart/form-data ContentType.
ProductApiScanConfigurationsUpdateFormdataRequestBody defines body for ProductApiScanConfigurationsUpdate for application/x-www-form-urlencoded ContentType.
ProductApiScanConfigurationsUpdateJSONRequestBody defines body for ProductApiScanConfigurationsUpdate for application/json ContentType.
ProductApiScanConfigurationsUpdateMultipartRequestBody defines body for ProductApiScanConfigurationsUpdate for multipart/form-data ContentType.
ProductBusinessCriticality * `very high` - Very High * `high` - High * `medium` - Medium * `low` - Low * `very low` - Very Low * `none` - None.
ProductGroupsCreateFormdataRequestBody defines body for ProductGroupsCreate for application/x-www-form-urlencoded ContentType.
ProductGroupsCreateJSONRequestBody defines body for ProductGroupsCreate for application/json ContentType.
ProductGroupsCreateMultipartRequestBody defines body for ProductGroupsCreate for multipart/form-data ContentType.
ProductGroupsListParamsPrefetch defines parameters for ProductGroupsList.
ProductGroupsRetrieveParamsPrefetch defines parameters for ProductGroupsRetrieve.
ProductGroupsUpdateFormdataRequestBody defines body for ProductGroupsUpdate for application/x-www-form-urlencoded ContentType.
ProductGroupsUpdateJSONRequestBody defines body for ProductGroupsUpdate for application/json ContentType.
ProductGroupsUpdateMultipartRequestBody defines body for ProductGroupsUpdate for multipart/form-data ContentType.
ProductLifecycle * `construction` - Construction * `production` - Production * `retirement` - Retirement.
ProductMembersCreateFormdataRequestBody defines body for ProductMembersCreate for application/x-www-form-urlencoded ContentType.
ProductMembersCreateJSONRequestBody defines body for ProductMembersCreate for application/json ContentType.
ProductMembersCreateMultipartRequestBody defines body for ProductMembersCreate for multipart/form-data ContentType.
ProductMembersListParamsPrefetch defines parameters for ProductMembersList.
ProductMembersRetrieveParamsPrefetch defines parameters for ProductMembersRetrieve.
ProductMembersUpdateFormdataRequestBody defines body for ProductMembersUpdate for application/x-www-form-urlencoded ContentType.
ProductMembersUpdateJSONRequestBody defines body for ProductMembersUpdate for application/json ContentType.
ProductMembersUpdateMultipartRequestBody defines body for ProductMembersUpdate for multipart/form-data ContentType.
ProductOrigin * `third party library` - Third Party Library * `purchased` - Purchased * `contractor` - Contractor Developed * `internal` - Internally Developed * `open source` - Open Source * `outsourced` - Outsourced.
ProductPlatform * `web service` - API * `desktop` - Desktop * `iot` - Internet of Things * `mobile` - Mobile * `web` - Web.
ProductRequestBusinessCriticality * `very high` - Very High * `high` - High * `medium` - Medium * `low` - Low * `very low` - Very Low * `none` - None.
ProductRequestLifecycle * `construction` - Construction * `production` - Production * `retirement` - Retirement.
ProductRequestOrigin * `third party library` - Third Party Library * `purchased` - Purchased * `contractor` - Contractor Developed * `internal` - Internally Developed * `open source` - Open Source * `outsourced` - Outsourced.
ProductRequestPlatform * `web service` - API * `desktop` - Desktop * `iot` - Internet of Things * `mobile` - Mobile * `web` - Web.
ProductsCreateFormdataRequestBody defines body for ProductsCreate for application/x-www-form-urlencoded ContentType.
ProductsCreateJSONRequestBody defines body for ProductsCreate for application/json ContentType.
ProductsCreateMultipartRequestBody defines body for ProductsCreate for multipart/form-data ContentType.
ProductsGenerateReportCreateFormdataRequestBody defines body for ProductsGenerateReportCreate for application/x-www-form-urlencoded ContentType.
ProductsGenerateReportCreateJSONRequestBody defines body for ProductsGenerateReportCreate for application/json ContentType.
ProductsGenerateReportCreateMultipartRequestBody defines body for ProductsGenerateReportCreate for multipart/form-data ContentType.
ProductsListParamsCreated defines parameters for ProductsList.
ProductsListParamsO defines parameters for ProductsList.
ProductsListParamsPrefetch defines parameters for ProductsList.
ProductsListParamsUpdated defines parameters for ProductsList.
ProductsPartialUpdateFormdataRequestBody defines body for ProductsPartialUpdate for application/x-www-form-urlencoded ContentType.
ProductsPartialUpdateJSONRequestBody defines body for ProductsPartialUpdate for application/json ContentType.
ProductsPartialUpdateMultipartRequestBody defines body for ProductsPartialUpdate for multipart/form-data ContentType.
ProductsRetrieveParamsPrefetch defines parameters for ProductsRetrieve.
ProductsUpdateFormdataRequestBody defines body for ProductsUpdate for application/x-www-form-urlencoded ContentType.
ProductsUpdateJSONRequestBody defines body for ProductsUpdate for application/json ContentType.
ProductsUpdateMultipartRequestBody defines body for ProductsUpdate for multipart/form-data ContentType.
ProductTypeGroupsCreateFormdataRequestBody defines body for ProductTypeGroupsCreate for application/x-www-form-urlencoded ContentType.
ProductTypeGroupsCreateJSONRequestBody defines body for ProductTypeGroupsCreate for application/json ContentType.
ProductTypeGroupsCreateMultipartRequestBody defines body for ProductTypeGroupsCreate for multipart/form-data ContentType.
ProductTypeGroupsListParamsPrefetch defines parameters for ProductTypeGroupsList.
ProductTypeGroupsRetrieveParamsPrefetch defines parameters for ProductTypeGroupsRetrieve.
ProductTypeGroupsUpdateFormdataRequestBody defines body for ProductTypeGroupsUpdate for application/x-www-form-urlencoded ContentType.
ProductTypeGroupsUpdateJSONRequestBody defines body for ProductTypeGroupsUpdate for application/json ContentType.
ProductTypeGroupsUpdateMultipartRequestBody defines body for ProductTypeGroupsUpdate for multipart/form-data ContentType.
ProductTypeMembersCreateFormdataRequestBody defines body for ProductTypeMembersCreate for application/x-www-form-urlencoded ContentType.
ProductTypeMembersCreateJSONRequestBody defines body for ProductTypeMembersCreate for application/json ContentType.
ProductTypeMembersCreateMultipartRequestBody defines body for ProductTypeMembersCreate for multipart/form-data ContentType.
ProductTypeMembersListParamsPrefetch defines parameters for ProductTypeMembersList.
ProductTypeMembersRetrieveParamsPrefetch defines parameters for ProductTypeMembersRetrieve.
ProductTypeMembersUpdateFormdataRequestBody defines body for ProductTypeMembersUpdate for application/x-www-form-urlencoded ContentType.
ProductTypeMembersUpdateJSONRequestBody defines body for ProductTypeMembersUpdate for application/json ContentType.
ProductTypeMembersUpdateMultipartRequestBody defines body for ProductTypeMembersUpdate for multipart/form-data ContentType.
ProductTypesCreateFormdataRequestBody defines body for ProductTypesCreate for application/x-www-form-urlencoded ContentType.
ProductTypesCreateJSONRequestBody defines body for ProductTypesCreate for application/json ContentType.
ProductTypesCreateMultipartRequestBody defines body for ProductTypesCreate for multipart/form-data ContentType.
ProductTypesGenerateReportCreateFormdataRequestBody defines body for ProductTypesGenerateReportCreate for application/x-www-form-urlencoded ContentType.
ProductTypesGenerateReportCreateJSONRequestBody defines body for ProductTypesGenerateReportCreate for application/json ContentType.
ProductTypesGenerateReportCreateMultipartRequestBody defines body for ProductTypesGenerateReportCreate for multipart/form-data ContentType.
ProductTypesListParamsPrefetch defines parameters for ProductTypesList.
ProductTypesPartialUpdateFormdataRequestBody defines body for ProductTypesPartialUpdate for application/x-www-form-urlencoded ContentType.
ProductTypesPartialUpdateJSONRequestBody defines body for ProductTypesPartialUpdate for application/json ContentType.
ProductTypesPartialUpdateMultipartRequestBody defines body for ProductTypesPartialUpdate for multipart/form-data ContentType.
ProductTypesRetrieveParamsPrefetch defines parameters for ProductTypesRetrieve.
ProductTypesUpdateFormdataRequestBody defines body for ProductTypesUpdate for application/x-www-form-urlencoded ContentType.
ProductTypesUpdateJSONRequestBody defines body for ProductTypesUpdate for application/json ContentType.
ProductTypesUpdateMultipartRequestBody defines body for ProductTypesUpdate for multipart/form-data ContentType.
RegulationCategory The subject of the regulation.
RegulationRequestCategory The subject of the regulation.
RegulationsCreateFormdataRequestBody defines body for RegulationsCreate for application/x-www-form-urlencoded ContentType.
RegulationsCreateJSONRequestBody defines body for RegulationsCreate for application/json ContentType.
RegulationsCreateMultipartRequestBody defines body for RegulationsCreate for multipart/form-data ContentType.
RegulationsPartialUpdateFormdataRequestBody defines body for RegulationsPartialUpdate for application/x-www-form-urlencoded ContentType.
RegulationsPartialUpdateJSONRequestBody defines body for RegulationsPartialUpdate for application/json ContentType.
RegulationsPartialUpdateMultipartRequestBody defines body for RegulationsPartialUpdate for multipart/form-data ContentType.
RegulationsUpdateFormdataRequestBody defines body for RegulationsUpdate for application/x-www-form-urlencoded ContentType.
RegulationsUpdateJSONRequestBody defines body for RegulationsUpdate for application/json ContentType.
RegulationsUpdateMultipartRequestBody defines body for RegulationsUpdate for multipart/form-data ContentType.
ReimportScanCreateMultipartRequestBody defines body for ReimportScanCreate for multipart/form-data ContentType.
ReImportScanGroupBy Choose an option to automatically group new findings by the chosen option.
ReImportScanMinimumSeverity Minimum severity level to be imported
* `Info` - Info * `Low` - Low * `Medium` - Medium * `High` - High * `Critical` - Critical.
ReImportScanRequestGroupBy Choose an option to automatically group new findings by the chosen option.
ReImportScanRequestMinimumSeverity Minimum severity level to be imported
* `Info` - Info * `Low` - Low * `Medium` - Medium * `High` - High * `Critical` - Critical.
ReImportScanRequestScanType * `Acunetix Scan` - Acunetix Scan * `Acunetix360 Scan` - Acunetix360 Scan * `Anchore Engine Scan` - Anchore Engine Scan * `Anchore Enterprise Policy Check` - Anchore Enterprise Policy Check * `Anchore Grype` - Anchore Grype * `AnchoreCTL Policies Report` - AnchoreCTL Policies Report * `AnchoreCTL Vuln Report` - AnchoreCTL Vuln Report * `AppSpider Scan` - AppSpider Scan * `Aqua Scan` - Aqua Scan * `Arachni Scan` - Arachni Scan * `AuditJS Scan` - AuditJS Scan * `AWS Prowler Scan` - AWS Prowler Scan * `AWS Prowler V3` - AWS Prowler V3 * `AWS Scout2 Scan` - AWS Scout2 Scan * `AWS Security Finding Format (ASFF) Scan` - AWS Security Finding Format (ASFF) Scan * `AWS Security Hub Scan` - AWS Security Hub Scan * `Azure Security Center Recommendations Scan` - Azure Security Center Recommendations Scan * `Bandit Scan` - Bandit Scan * `BlackDuck API` - BlackDuck API * `Blackduck Component Risk` - Blackduck Component Risk * `Blackduck Hub Scan` - Blackduck Hub Scan * `Brakeman Scan` - Brakeman Scan * `Bugcrowd API Import` - Bugcrowd API Import * `BugCrowd Scan` - BugCrowd Scan * `Bundler-Audit Scan` - Bundler-Audit Scan * `Burp Enterprise Scan` - Burp Enterprise Scan * `Burp GraphQL API` - Burp GraphQL API * `Burp REST API` - Burp REST API * `Burp Scan` - Burp Scan * `CargoAudit Scan` - CargoAudit Scan * `Checkmarx OSA` - Checkmarx OSA * `Checkmarx Scan` - Checkmarx Scan * `Checkmarx Scan detailed` - Checkmarx Scan detailed * `Checkov Scan` - Checkov Scan * `Clair Klar Scan` - Clair Klar Scan * `Clair Scan` - Clair Scan * `Cloudsploit Scan` - Cloudsploit Scan * `Cobalt.io API Import` - Cobalt.io API Import * `Cobalt.io Scan` - Cobalt.io Scan * `Codechecker Report native` - Codechecker Report native * `Contrast Scan` - Contrast Scan * `Coverity API` - Coverity API * `Crashtest Security JSON File` - Crashtest Security JSON File * `Crashtest Security XML File` - Crashtest Security XML File * `CredScan Scan` - CredScan Scan * `CycloneDX Scan` - CycloneDX Scan * `DawnScanner Scan` - DawnScanner Scan * `Dependency Check Scan` - Dependency Check Scan * `Dependency Track Finding Packaging Format (FPF) Export` - Dependency Track Finding Packaging Format (FPF) Export * `Detect-secrets Scan` - Detect-secrets Scan * `docker-bench-security Scan` - docker-bench-security Scan * `Dockle Scan` - Dockle Scan * `DrHeader JSON Importer` - DrHeader JSON Importer * `DSOP Scan` - DSOP Scan * `Edgescan Scan` - Edgescan Scan * `ESLint Scan` - ESLint Scan * `Fortify Scan` - Fortify Scan * `Generic Findings Import` - Generic Findings Import * `Ggshield Scan` - Ggshield Scan * `Github Vulnerability Scan` - Github Vulnerability Scan * `GitLab API Fuzzing Report Scan` - GitLab API Fuzzing Report Scan * `GitLab Container Scan` - GitLab Container Scan * `GitLab DAST Report` - GitLab DAST Report * `GitLab Dependency Scanning Report` - GitLab Dependency Scanning Report * `GitLab SAST Report` - GitLab SAST Report * `GitLab Secret Detection Report` - GitLab Secret Detection Report * `Gitleaks Scan` - Gitleaks Scan * `Gosec Scanner` - Gosec Scanner * `Govulncheck Scanner` - Govulncheck Scanner * `HackerOne Cases` - HackerOne Cases * `Hadolint Dockerfile check` - Hadolint Dockerfile check * `Harbor Vulnerability Scan` - Harbor Vulnerability Scan * `Horusec Scan` - Horusec Scan * `HuskyCI Report` - HuskyCI Report * `Hydra Scan` - Hydra Scan * `IBM AppScan DAST` - IBM AppScan DAST * `Immuniweb Scan` - Immuniweb Scan * `IntSights Report` - IntSights Report * `JFrog Xray API Summary Artifact Scan` - JFrog Xray API Summary Artifact Scan * `JFrog Xray Scan` - JFrog Xray Scan * `JFrog Xray Unified Scan` - JFrog Xray Unified Scan * `KICS Scan` - KICS Scan * `Kiuwan Scan` - Kiuwan Scan * `kube-bench Scan` - kube-bench Scan * `Meterian Scan` - Meterian Scan * `Microfocus Webinspect Scan` - Microfocus Webinspect Scan * `MobSF Scan` - MobSF Scan * `Mobsfscan Scan` - Mobsfscan Scan * `Mozilla Observatory Scan` - Mozilla Observatory Scan * `Netsparker Scan` - Netsparker Scan * `NeuVector (compliance)` - NeuVector (compliance) * `NeuVector (REST)` - NeuVector (REST) * `Nexpose Scan` - Nexpose Scan * `Nikto Scan` - Nikto Scan * `Nmap Scan` - Nmap Scan * `Node Security Platform Scan` - Node Security Platform Scan * `NPM Audit Scan` - NPM Audit Scan * `Nuclei Scan` - Nuclei Scan * `Openscap Vulnerability Scan` - Openscap Vulnerability Scan * `OpenVAS CSV` - OpenVAS CSV * `ORT evaluated model Importer` - ORT evaluated model Importer * `OssIndex Devaudit SCA Scan Importer` - OssIndex Devaudit SCA Scan Importer * `Outpost24 Scan` - Outpost24 Scan * `PHP Security Audit v2` - PHP Security Audit v2 * `PHP Symfony Security Check` - PHP Symfony Security Check * `pip-audit Scan` - pip-audit Scan * `PMD Scan` - PMD Scan * `Popeye Scan` - Popeye Scan * `PWN SAST` - PWN SAST * `Qualys Infrastructure Scan (WebGUI XML)` - Qualys Infrastructure Scan (WebGUI XML) * `Qualys Scan` - Qualys Scan * `Qualys Webapp Scan` - Qualys Webapp Scan * `Retire.js Scan` - Retire.js Scan * `Risk Recon API Importer` - Risk Recon API Importer * `Rubocop Scan` - Rubocop Scan * `Rusty Hog Scan` - Rusty Hog Scan * `SARIF` - SARIF * `Scantist Scan` - Scantist Scan * `Scout Suite Scan` - Scout Suite Scan * `Semgrep JSON Report` - Semgrep JSON Report * `SKF Scan` - SKF Scan * `Snyk Scan` - Snyk Scan * `Solar Appscreener Scan` - Solar Appscreener Scan * `SonarQube API Import` - SonarQube API Import * `SonarQube Scan` - SonarQube Scan * `SonarQube Scan detailed` - SonarQube Scan detailed * `Sonatype Application Scan` - Sonatype Application Scan * `SpotBugs Scan` - SpotBugs Scan * `SSL Labs Scan` - SSL Labs Scan * `Sslscan` - Sslscan * `Sslyze Scan` - Sslyze Scan * `SSLyze Scan (JSON)` - SSLyze Scan (JSON) * `StackHawk HawkScan` - StackHawk HawkScan * `Talisman Scan` - Talisman Scan * `Tenable Scan` - Tenable Scan * `Terrascan Scan` - Terrascan Scan * `Testssl Scan` - Testssl Scan * `TFSec Scan` - TFSec Scan * `Trivy Operator Scan` - Trivy Operator Scan * `Trivy Scan` - Trivy Scan * `Trufflehog Scan` - Trufflehog Scan * `Trufflehog3 Scan` - Trufflehog3 Scan * `Trustwave Fusion API Scan` - Trustwave Fusion API Scan * `Trustwave Scan (CSV)` - Trustwave Scan (CSV) * `Twistlock Image Scan` - Twistlock Image Scan * `VCG Scan` - VCG Scan * `Veracode Scan` - Veracode Scan * `Veracode SourceClear Scan` - Veracode SourceClear Scan * `Vulners` - Vulners * `Wapiti Scan` - Wapiti Scan * `Wazuh` - Wazuh * `WFuzz JSON report` - WFuzz JSON report * `Whispers Scan` - Whispers Scan * `WhiteHat Sentinel` - WhiteHat Sentinel * `Whitesource Scan` - Whitesource Scan * `Wpscan` - Wpscan * `Xanitizer Scan` - Xanitizer Scan * `Yarn Audit Scan` - Yarn Audit Scan * `ZAP Scan` - ZAP Scan.
ReImportScanScanType * `Acunetix Scan` - Acunetix Scan * `Acunetix360 Scan` - Acunetix360 Scan * `Anchore Engine Scan` - Anchore Engine Scan * `Anchore Enterprise Policy Check` - Anchore Enterprise Policy Check * `Anchore Grype` - Anchore Grype * `AnchoreCTL Policies Report` - AnchoreCTL Policies Report * `AnchoreCTL Vuln Report` - AnchoreCTL Vuln Report * `AppSpider Scan` - AppSpider Scan * `Aqua Scan` - Aqua Scan * `Arachni Scan` - Arachni Scan * `AuditJS Scan` - AuditJS Scan * `AWS Prowler Scan` - AWS Prowler Scan * `AWS Prowler V3` - AWS Prowler V3 * `AWS Scout2 Scan` - AWS Scout2 Scan * `AWS Security Finding Format (ASFF) Scan` - AWS Security Finding Format (ASFF) Scan * `AWS Security Hub Scan` - AWS Security Hub Scan * `Azure Security Center Recommendations Scan` - Azure Security Center Recommendations Scan * `Bandit Scan` - Bandit Scan * `BlackDuck API` - BlackDuck API * `Blackduck Component Risk` - Blackduck Component Risk * `Blackduck Hub Scan` - Blackduck Hub Scan * `Brakeman Scan` - Brakeman Scan * `Bugcrowd API Import` - Bugcrowd API Import * `BugCrowd Scan` - BugCrowd Scan * `Bundler-Audit Scan` - Bundler-Audit Scan * `Burp Enterprise Scan` - Burp Enterprise Scan * `Burp GraphQL API` - Burp GraphQL API * `Burp REST API` - Burp REST API * `Burp Scan` - Burp Scan * `CargoAudit Scan` - CargoAudit Scan * `Checkmarx OSA` - Checkmarx OSA * `Checkmarx Scan` - Checkmarx Scan * `Checkmarx Scan detailed` - Checkmarx Scan detailed * `Checkov Scan` - Checkov Scan * `Clair Klar Scan` - Clair Klar Scan * `Clair Scan` - Clair Scan * `Cloudsploit Scan` - Cloudsploit Scan * `Cobalt.io API Import` - Cobalt.io API Import * `Cobalt.io Scan` - Cobalt.io Scan * `Codechecker Report native` - Codechecker Report native * `Contrast Scan` - Contrast Scan * `Coverity API` - Coverity API * `Crashtest Security JSON File` - Crashtest Security JSON File * `Crashtest Security XML File` - Crashtest Security XML File * `CredScan Scan` - CredScan Scan * `CycloneDX Scan` - CycloneDX Scan * `DawnScanner Scan` - DawnScanner Scan * `Dependency Check Scan` - Dependency Check Scan * `Dependency Track Finding Packaging Format (FPF) Export` - Dependency Track Finding Packaging Format (FPF) Export * `Detect-secrets Scan` - Detect-secrets Scan * `docker-bench-security Scan` - docker-bench-security Scan * `Dockle Scan` - Dockle Scan * `DrHeader JSON Importer` - DrHeader JSON Importer * `DSOP Scan` - DSOP Scan * `Edgescan Scan` - Edgescan Scan * `ESLint Scan` - ESLint Scan * `Fortify Scan` - Fortify Scan * `Generic Findings Import` - Generic Findings Import * `Ggshield Scan` - Ggshield Scan * `Github Vulnerability Scan` - Github Vulnerability Scan * `GitLab API Fuzzing Report Scan` - GitLab API Fuzzing Report Scan * `GitLab Container Scan` - GitLab Container Scan * `GitLab DAST Report` - GitLab DAST Report * `GitLab Dependency Scanning Report` - GitLab Dependency Scanning Report * `GitLab SAST Report` - GitLab SAST Report * `GitLab Secret Detection Report` - GitLab Secret Detection Report * `Gitleaks Scan` - Gitleaks Scan * `Gosec Scanner` - Gosec Scanner * `Govulncheck Scanner` - Govulncheck Scanner * `HackerOne Cases` - HackerOne Cases * `Hadolint Dockerfile check` - Hadolint Dockerfile check * `Harbor Vulnerability Scan` - Harbor Vulnerability Scan * `Horusec Scan` - Horusec Scan * `HuskyCI Report` - HuskyCI Report * `Hydra Scan` - Hydra Scan * `IBM AppScan DAST` - IBM AppScan DAST * `Immuniweb Scan` - Immuniweb Scan * `IntSights Report` - IntSights Report * `JFrog Xray API Summary Artifact Scan` - JFrog Xray API Summary Artifact Scan * `JFrog Xray Scan` - JFrog Xray Scan * `JFrog Xray Unified Scan` - JFrog Xray Unified Scan * `KICS Scan` - KICS Scan * `Kiuwan Scan` - Kiuwan Scan * `kube-bench Scan` - kube-bench Scan * `Meterian Scan` - Meterian Scan * `Microfocus Webinspect Scan` - Microfocus Webinspect Scan * `MobSF Scan` - MobSF Scan * `Mobsfscan Scan` - Mobsfscan Scan * `Mozilla Observatory Scan` - Mozilla Observatory Scan * `Netsparker Scan` - Netsparker Scan * `NeuVector (compliance)` - NeuVector (compliance) * `NeuVector (REST)` - NeuVector (REST) * `Nexpose Scan` - Nexpose Scan * `Nikto Scan` - Nikto Scan * `Nmap Scan` - Nmap Scan * `Node Security Platform Scan` - Node Security Platform Scan * `NPM Audit Scan` - NPM Audit Scan * `Nuclei Scan` - Nuclei Scan * `Openscap Vulnerability Scan` - Openscap Vulnerability Scan * `OpenVAS CSV` - OpenVAS CSV * `ORT evaluated model Importer` - ORT evaluated model Importer * `OssIndex Devaudit SCA Scan Importer` - OssIndex Devaudit SCA Scan Importer * `Outpost24 Scan` - Outpost24 Scan * `PHP Security Audit v2` - PHP Security Audit v2 * `PHP Symfony Security Check` - PHP Symfony Security Check * `pip-audit Scan` - pip-audit Scan * `PMD Scan` - PMD Scan * `Popeye Scan` - Popeye Scan * `PWN SAST` - PWN SAST * `Qualys Infrastructure Scan (WebGUI XML)` - Qualys Infrastructure Scan (WebGUI XML) * `Qualys Scan` - Qualys Scan * `Qualys Webapp Scan` - Qualys Webapp Scan * `Retire.js Scan` - Retire.js Scan * `Risk Recon API Importer` - Risk Recon API Importer * `Rubocop Scan` - Rubocop Scan * `Rusty Hog Scan` - Rusty Hog Scan * `SARIF` - SARIF * `Scantist Scan` - Scantist Scan * `Scout Suite Scan` - Scout Suite Scan * `Semgrep JSON Report` - Semgrep JSON Report * `SKF Scan` - SKF Scan * `Snyk Scan` - Snyk Scan * `Solar Appscreener Scan` - Solar Appscreener Scan * `SonarQube API Import` - SonarQube API Import * `SonarQube Scan` - SonarQube Scan * `SonarQube Scan detailed` - SonarQube Scan detailed * `Sonatype Application Scan` - Sonatype Application Scan * `SpotBugs Scan` - SpotBugs Scan * `SSL Labs Scan` - SSL Labs Scan * `Sslscan` - Sslscan * `Sslyze Scan` - Sslyze Scan * `SSLyze Scan (JSON)` - SSLyze Scan (JSON) * `StackHawk HawkScan` - StackHawk HawkScan * `Talisman Scan` - Talisman Scan * `Tenable Scan` - Tenable Scan * `Terrascan Scan` - Terrascan Scan * `Testssl Scan` - Testssl Scan * `TFSec Scan` - TFSec Scan * `Trivy Operator Scan` - Trivy Operator Scan * `Trivy Scan` - Trivy Scan * `Trufflehog Scan` - Trufflehog Scan * `Trufflehog3 Scan` - Trufflehog3 Scan * `Trustwave Fusion API Scan` - Trustwave Fusion API Scan * `Trustwave Scan (CSV)` - Trustwave Scan (CSV) * `Twistlock Image Scan` - Twistlock Image Scan * `VCG Scan` - VCG Scan * `Veracode Scan` - Veracode Scan * `Veracode SourceClear Scan` - Veracode SourceClear Scan * `Vulners` - Vulners * `Wapiti Scan` - Wapiti Scan * `Wazuh` - Wazuh * `WFuzz JSON report` - WFuzz JSON report * `Whispers Scan` - Whispers Scan * `WhiteHat Sentinel` - WhiteHat Sentinel * `Whitesource Scan` - Whitesource Scan * `Wpscan` - Wpscan * `Xanitizer Scan` - Xanitizer Scan * `Yarn Audit Scan` - Yarn Audit Scan * `ZAP Scan` - ZAP Scan.
RequestEditorFn is the function signature for the RequestEditor callback function.
RiskAcceptanceListParamsDecision defines parameters for RiskAcceptanceList.
RiskAcceptanceListParamsO defines parameters for RiskAcceptanceList.
RiskAcceptanceListParamsRecommendation defines parameters for RiskAcceptanceList.
SlaConfigurationsCreateFormdataRequestBody defines body for SlaConfigurationsCreate for application/x-www-form-urlencoded ContentType.
SlaConfigurationsCreateJSONRequestBody defines body for SlaConfigurationsCreate for application/json ContentType.
SlaConfigurationsCreateMultipartRequestBody defines body for SlaConfigurationsCreate for multipart/form-data ContentType.
SlaConfigurationsPartialUpdateFormdataRequestBody defines body for SlaConfigurationsPartialUpdate for application/x-www-form-urlencoded ContentType.
SlaConfigurationsPartialUpdateJSONRequestBody defines body for SlaConfigurationsPartialUpdate for application/json ContentType.
SlaConfigurationsPartialUpdateMultipartRequestBody defines body for SlaConfigurationsPartialUpdate for multipart/form-data ContentType.
SlaConfigurationsUpdateFormdataRequestBody defines body for SlaConfigurationsUpdate for application/x-www-form-urlencoded ContentType.
SlaConfigurationsUpdateJSONRequestBody defines body for SlaConfigurationsUpdate for application/json ContentType.
SlaConfigurationsUpdateMultipartRequestBody defines body for SlaConfigurationsUpdate for multipart/form-data ContentType.
SonarqubeIssuesCreateFormdataRequestBody defines body for SonarqubeIssuesCreate for application/x-www-form-urlencoded ContentType.
SonarqubeIssuesCreateJSONRequestBody defines body for SonarqubeIssuesCreate for application/json ContentType.
SonarqubeIssuesCreateMultipartRequestBody defines body for SonarqubeIssuesCreate for multipart/form-data ContentType.
SonarqubeIssuesPartialUpdateFormdataRequestBody defines body for SonarqubeIssuesPartialUpdate for application/x-www-form-urlencoded ContentType.
SonarqubeIssuesPartialUpdateJSONRequestBody defines body for SonarqubeIssuesPartialUpdate for application/json ContentType.
SonarqubeIssuesPartialUpdateMultipartRequestBody defines body for SonarqubeIssuesPartialUpdate for multipart/form-data ContentType.
SonarqubeIssuesUpdateFormdataRequestBody defines body for SonarqubeIssuesUpdate for application/x-www-form-urlencoded ContentType.
SonarqubeIssuesUpdateJSONRequestBody defines body for SonarqubeIssuesUpdate for application/json ContentType.
SonarqubeIssuesUpdateMultipartRequestBody defines body for SonarqubeIssuesUpdate for multipart/form-data ContentType.
SonarqubeTransitionsCreateFormdataRequestBody defines body for SonarqubeTransitionsCreate for application/x-www-form-urlencoded ContentType.
SonarqubeTransitionsCreateJSONRequestBody defines body for SonarqubeTransitionsCreate for application/json ContentType.
SonarqubeTransitionsCreateMultipartRequestBody defines body for SonarqubeTransitionsCreate for multipart/form-data ContentType.
SonarqubeTransitionsPartialUpdateFormdataRequestBody defines body for SonarqubeTransitionsPartialUpdate for application/x-www-form-urlencoded ContentType.
SonarqubeTransitionsPartialUpdateJSONRequestBody defines body for SonarqubeTransitionsPartialUpdate for application/json ContentType.
SonarqubeTransitionsPartialUpdateMultipartRequestBody defines body for SonarqubeTransitionsPartialUpdate for multipart/form-data ContentType.
SonarqubeTransitionsUpdateFormdataRequestBody defines body for SonarqubeTransitionsUpdate for application/x-www-form-urlencoded ContentType.
SonarqubeTransitionsUpdateJSONRequestBody defines body for SonarqubeTransitionsUpdate for application/json ContentType.
SonarqubeTransitionsUpdateMultipartRequestBody defines body for SonarqubeTransitionsUpdate for multipart/form-data ContentType.
StubFindingsCreateFormdataRequestBody defines body for StubFindingsCreate for application/x-www-form-urlencoded ContentType.
StubFindingsCreateJSONRequestBody defines body for StubFindingsCreate for application/json ContentType.
StubFindingsCreateMultipartRequestBody defines body for StubFindingsCreate for multipart/form-data ContentType.
StubFindingsPartialUpdateFormdataRequestBody defines body for StubFindingsPartialUpdate for application/x-www-form-urlencoded ContentType.
StubFindingsPartialUpdateJSONRequestBody defines body for StubFindingsPartialUpdate for application/json ContentType.
StubFindingsPartialUpdateMultipartRequestBody defines body for StubFindingsPartialUpdate for multipart/form-data ContentType.
StubFindingsUpdateFormdataRequestBody defines body for StubFindingsUpdate for application/x-www-form-urlencoded ContentType.
StubFindingsUpdateJSONRequestBody defines body for StubFindingsUpdate for application/json ContentType.
StubFindingsUpdateMultipartRequestBody defines body for StubFindingsUpdate for multipart/form-data ContentType.
SystemSettingsJiraMinimumSeverity * `Critical` - Critical * `High` - High * `Medium` - Medium * `Low` - Low * `Info` - Info.
SystemSettingsPartialUpdateFormdataRequestBody defines body for SystemSettingsPartialUpdate for application/x-www-form-urlencoded ContentType.
SystemSettingsPartialUpdateJSONRequestBody defines body for SystemSettingsPartialUpdate for application/json ContentType.
SystemSettingsPartialUpdateMultipartRequestBody defines body for SystemSettingsPartialUpdate for multipart/form-data ContentType.
SystemSettingsRequestJiraMinimumSeverity * `Critical` - Critical * `High` - High * `Medium` - Medium * `Low` - Low * `Info` - Info.
SystemSettingsRequestTimeZone * `Africa/Abidjan` - Africa/Abidjan * `Africa/Accra` - Africa/Accra * `Africa/Addis_Ababa` - Africa/Addis_Ababa * `Africa/Algiers` - Africa/Algiers * `Africa/Asmara` - Africa/Asmara * `Africa/Asmera` - Africa/Asmera * `Africa/Bamako` - Africa/Bamako * `Africa/Bangui` - Africa/Bangui * `Africa/Banjul` - Africa/Banjul * `Africa/Bissau` - Africa/Bissau * `Africa/Blantyre` - Africa/Blantyre * `Africa/Brazzaville` - Africa/Brazzaville * `Africa/Bujumbura` - Africa/Bujumbura * `Africa/Cairo` - Africa/Cairo * `Africa/Casablanca` - Africa/Casablanca * `Africa/Ceuta` - Africa/Ceuta * `Africa/Conakry` - Africa/Conakry * `Africa/Dakar` - Africa/Dakar * `Africa/Dar_es_Salaam` - Africa/Dar_es_Salaam * `Africa/Djibouti` - Africa/Djibouti * `Africa/Douala` - Africa/Douala * `Africa/El_Aaiun` - Africa/El_Aaiun * `Africa/Freetown` - Africa/Freetown * `Africa/Gaborone` - Africa/Gaborone * `Africa/Harare` - Africa/Harare * `Africa/Johannesburg` - Africa/Johannesburg * `Africa/Juba` - Africa/Juba * `Africa/Kampala` - Africa/Kampala * `Africa/Khartoum` - Africa/Khartoum * `Africa/Kigali` - Africa/Kigali * `Africa/Kinshasa` - Africa/Kinshasa * `Africa/Lagos` - Africa/Lagos * `Africa/Libreville` - Africa/Libreville * `Africa/Lome` - Africa/Lome * `Africa/Luanda` - Africa/Luanda * `Africa/Lubumbashi` - Africa/Lubumbashi * `Africa/Lusaka` - Africa/Lusaka * `Africa/Malabo` - Africa/Malabo * `Africa/Maputo` - Africa/Maputo * `Africa/Maseru` - Africa/Maseru * `Africa/Mbabane` - Africa/Mbabane * `Africa/Mogadishu` - Africa/Mogadishu * `Africa/Monrovia` - Africa/Monrovia * `Africa/Nairobi` - Africa/Nairobi * `Africa/Ndjamena` - Africa/Ndjamena * `Africa/Niamey` - Africa/Niamey * `Africa/Nouakchott` - Africa/Nouakchott * `Africa/Ouagadougou` - Africa/Ouagadougou * `Africa/Porto-Novo` - Africa/Porto-Novo * `Africa/Sao_Tome` - Africa/Sao_Tome * `Africa/Timbuktu` - Africa/Timbuktu * `Africa/Tripoli` - Africa/Tripoli * `Africa/Tunis` - Africa/Tunis * `Africa/Windhoek` - Africa/Windhoek * `America/Adak` - America/Adak * `America/Anchorage` - America/Anchorage * `America/Anguilla` - America/Anguilla * `America/Antigua` - America/Antigua * `America/Araguaina` - America/Araguaina * `America/Argentina/Buenos_Aires` - America/Argentina/Buenos_Aires * `America/Argentina/Catamarca` - America/Argentina/Catamarca * `America/Argentina/ComodRivadavia` - America/Argentina/ComodRivadavia * `America/Argentina/Cordoba` - America/Argentina/Cordoba * `America/Argentina/Jujuy` - America/Argentina/Jujuy * `America/Argentina/La_Rioja` - America/Argentina/La_Rioja * `America/Argentina/Mendoza` - America/Argentina/Mendoza * `America/Argentina/Rio_Gallegos` - America/Argentina/Rio_Gallegos * `America/Argentina/Salta` - America/Argentina/Salta * `America/Argentina/San_Juan` - America/Argentina/San_Juan * `America/Argentina/San_Luis` - America/Argentina/San_Luis * `America/Argentina/Tucuman` - America/Argentina/Tucuman * `America/Argentina/Ushuaia` - America/Argentina/Ushuaia * `America/Aruba` - America/Aruba * `America/Asuncion` - America/Asuncion * `America/Atikokan` - America/Atikokan * `America/Atka` - America/Atka * `America/Bahia` - America/Bahia * `America/Bahia_Banderas` - America/Bahia_Banderas * `America/Barbados` - America/Barbados * `America/Belem` - America/Belem * `America/Belize` - America/Belize * `America/Blanc-Sablon` - America/Blanc-Sablon * `America/Boa_Vista` - America/Boa_Vista * `America/Bogota` - America/Bogota * `America/Boise` - America/Boise * `America/Buenos_Aires` - America/Buenos_Aires * `America/Cambridge_Bay` - America/Cambridge_Bay * `America/Campo_Grande` - America/Campo_Grande * `America/Cancun` - America/Cancun * `America/Caracas` - America/Caracas * `America/Catamarca` - America/Catamarca * `America/Cayenne` - America/Cayenne * `America/Cayman` - America/Cayman * `America/Chicago` - America/Chicago * `America/Chihuahua` - America/Chihuahua * `America/Ciudad_Juarez` - America/Ciudad_Juarez * `America/Coral_Harbour` - America/Coral_Harbour * `America/Cordoba` - America/Cordoba * `America/Costa_Rica` - America/Costa_Rica * `America/Creston` - America/Creston * `America/Cuiaba` - America/Cuiaba * `America/Curacao` - America/Curacao * `America/Danmarkshavn` - America/Danmarkshavn * `America/Dawson` - America/Dawson * `America/Dawson_Creek` - America/Dawson_Creek * `America/Denver` - America/Denver * `America/Detroit` - America/Detroit * `America/Dominica` - America/Dominica * `America/Edmonton` - America/Edmonton * `America/Eirunepe` - America/Eirunepe * `America/El_Salvador` - America/El_Salvador * `America/Ensenada` - America/Ensenada * `America/Fort_Nelson` - America/Fort_Nelson * `America/Fort_Wayne` - America/Fort_Wayne * `America/Fortaleza` - America/Fortaleza * `America/Glace_Bay` - America/Glace_Bay * `America/Godthab` - America/Godthab * `America/Goose_Bay` - America/Goose_Bay * `America/Grand_Turk` - America/Grand_Turk * `America/Grenada` - America/Grenada * `America/Guadeloupe` - America/Guadeloupe * `America/Guatemala` - America/Guatemala * `America/Guayaquil` - America/Guayaquil * `America/Guyana` - America/Guyana * `America/Halifax` - America/Halifax * `America/Havana` - America/Havana * `America/Hermosillo` - America/Hermosillo * `America/Indiana/Indianapolis` - America/Indiana/Indianapolis * `America/Indiana/Knox` - America/Indiana/Knox * `America/Indiana/Marengo` - America/Indiana/Marengo * `America/Indiana/Petersburg` - America/Indiana/Petersburg * `America/Indiana/Tell_City` - America/Indiana/Tell_City * `America/Indiana/Vevay` - America/Indiana/Vevay * `America/Indiana/Vincennes` - America/Indiana/Vincennes * `America/Indiana/Winamac` - America/Indiana/Winamac * `America/Indianapolis` - America/Indianapolis * `America/Inuvik` - America/Inuvik * `America/Iqaluit` - America/Iqaluit * `America/Jamaica` - America/Jamaica * `America/Jujuy` - America/Jujuy * `America/Juneau` - America/Juneau * `America/Kentucky/Louisville` - America/Kentucky/Louisville * `America/Kentucky/Monticello` - America/Kentucky/Monticello * `America/Knox_IN` - America/Knox_IN * `America/Kralendijk` - America/Kralendijk * `America/La_Paz` - America/La_Paz * `America/Lima` - America/Lima * `America/Los_Angeles` - America/Los_Angeles * `America/Louisville` - America/Louisville * `America/Lower_Princes` - America/Lower_Princes * `America/Maceio` - America/Maceio * `America/Managua` - America/Managua * `America/Manaus` - America/Manaus * `America/Marigot` - America/Marigot * `America/Martinique` - America/Martinique * `America/Matamoros` - America/Matamoros * `America/Mazatlan` - America/Mazatlan * `America/Mendoza` - America/Mendoza * `America/Menominee` - America/Menominee * `America/Merida` - America/Merida * `America/Metlakatla` - America/Metlakatla * `America/Mexico_City` - America/Mexico_City * `America/Miquelon` - America/Miquelon * `America/Moncton` - America/Moncton * `America/Monterrey` - America/Monterrey * `America/Montevideo` - America/Montevideo * `America/Montreal` - America/Montreal * `America/Montserrat` - America/Montserrat * `America/Nassau` - America/Nassau * `America/New_York` - America/New_York * `America/Nipigon` - America/Nipigon * `America/Nome` - America/Nome * `America/Noronha` - America/Noronha * `America/North_Dakota/Beulah` - America/North_Dakota/Beulah * `America/North_Dakota/Center` - America/North_Dakota/Center * `America/North_Dakota/New_Salem` - America/North_Dakota/New_Salem * `America/Nuuk` - America/Nuuk * `America/Ojinaga` - America/Ojinaga * `America/Panama` - America/Panama * `America/Pangnirtung` - America/Pangnirtung * `America/Paramaribo` - America/Paramaribo * `America/Phoenix` - America/Phoenix * `America/Port-au-Prince` - America/Port-au-Prince * `America/Port_of_Spain` - America/Port_of_Spain * `America/Porto_Acre` - America/Porto_Acre * `America/Porto_Velho` - America/Porto_Velho * `America/Puerto_Rico` - America/Puerto_Rico * `America/Punta_Arenas` - America/Punta_Arenas * `America/Rainy_River` - America/Rainy_River * `America/Rankin_Inlet` - America/Rankin_Inlet * `America/Recife` - America/Recife * `America/Regina` - America/Regina * `America/Resolute` - America/Resolute * `America/Rio_Branco` - America/Rio_Branco * `America/Rosario` - America/Rosario * `America/Santa_Isabel` - America/Santa_Isabel * `America/Santarem` - America/Santarem * `America/Santiago` - America/Santiago * `America/Santo_Domingo` - America/Santo_Domingo * `America/Sao_Paulo` - America/Sao_Paulo * `America/Scoresbysund` - America/Scoresbysund * `America/Shiprock` - America/Shiprock * `America/Sitka` - America/Sitka * `America/St_Barthelemy` - America/St_Barthelemy * `America/St_Johns` - America/St_Johns * `America/St_Kitts` - America/St_Kitts * `America/St_Lucia` - America/St_Lucia * `America/St_Thomas` - America/St_Thomas * `America/St_Vincent` - America/St_Vincent * `America/Swift_Current` - America/Swift_Current * `America/Tegucigalpa` - America/Tegucigalpa * `America/Thule` - America/Thule * `America/Thunder_Bay` - America/Thunder_Bay * `America/Tijuana` - America/Tijuana * `America/Toronto` - America/Toronto * `America/Tortola` - America/Tortola * `America/Vancouver` - America/Vancouver * `America/Virgin` - America/Virgin * `America/Whitehorse` - America/Whitehorse * `America/Winnipeg` - America/Winnipeg * `America/Yakutat` - America/Yakutat * `America/Yellowknife` - America/Yellowknife * `Antarctica/Casey` - Antarctica/Casey * `Antarctica/Davis` - Antarctica/Davis * `Antarctica/DumontDUrville` - Antarctica/DumontDUrville * `Antarctica/Macquarie` - Antarctica/Macquarie * `Antarctica/Mawson` - Antarctica/Mawson * `Antarctica/McMurdo` - Antarctica/McMurdo * `Antarctica/Palmer` - Antarctica/Palmer * `Antarctica/Rothera` - Antarctica/Rothera * `Antarctica/South_Pole` - Antarctica/South_Pole * `Antarctica/Syowa` - Antarctica/Syowa * `Antarctica/Troll` - Antarctica/Troll * `Antarctica/Vostok` - Antarctica/Vostok * `Arctic/Longyearbyen` - Arctic/Longyearbyen * `Asia/Aden` - Asia/Aden * `Asia/Almaty` - Asia/Almaty * `Asia/Amman` - Asia/Amman * `Asia/Anadyr` - Asia/Anadyr * `Asia/Aqtau` - Asia/Aqtau * `Asia/Aqtobe` - Asia/Aqtobe * `Asia/Ashgabat` - Asia/Ashgabat * `Asia/Ashkhabad` - Asia/Ashkhabad * `Asia/Atyrau` - Asia/Atyrau * `Asia/Baghdad` - Asia/Baghdad * `Asia/Bahrain` - Asia/Bahrain * `Asia/Baku` - Asia/Baku * `Asia/Bangkok` - Asia/Bangkok * `Asia/Barnaul` - Asia/Barnaul * `Asia/Beirut` - Asia/Beirut * `Asia/Bishkek` - Asia/Bishkek * `Asia/Brunei` - Asia/Brunei * `Asia/Calcutta` - Asia/Calcutta * `Asia/Chita` - Asia/Chita * `Asia/Choibalsan` - Asia/Choibalsan * `Asia/Chongqing` - Asia/Chongqing * `Asia/Chungking` - Asia/Chungking * `Asia/Colombo` - Asia/Colombo * `Asia/Dacca` - Asia/Dacca * `Asia/Damascus` - Asia/Damascus * `Asia/Dhaka` - Asia/Dhaka * `Asia/Dili` - Asia/Dili * `Asia/Dubai` - Asia/Dubai * `Asia/Dushanbe` - Asia/Dushanbe * `Asia/Famagusta` - Asia/Famagusta * `Asia/Gaza` - Asia/Gaza * `Asia/Harbin` - Asia/Harbin * `Asia/Hebron` - Asia/Hebron * `Asia/Ho_Chi_Minh` - Asia/Ho_Chi_Minh * `Asia/Hong_Kong` - Asia/Hong_Kong * `Asia/Hovd` - Asia/Hovd * `Asia/Irkutsk` - Asia/Irkutsk * `Asia/Istanbul` - Asia/Istanbul * `Asia/Jakarta` - Asia/Jakarta * `Asia/Jayapura` - Asia/Jayapura * `Asia/Jerusalem` - Asia/Jerusalem * `Asia/Kabul` - Asia/Kabul * `Asia/Kamchatka` - Asia/Kamchatka * `Asia/Karachi` - Asia/Karachi * `Asia/Kashgar` - Asia/Kashgar * `Asia/Kathmandu` - Asia/Kathmandu * `Asia/Katmandu` - Asia/Katmandu * `Asia/Khandyga` - Asia/Khandyga * `Asia/Kolkata` - Asia/Kolkata * `Asia/Krasnoyarsk` - Asia/Krasnoyarsk * `Asia/Kuala_Lumpur` - Asia/Kuala_Lumpur * `Asia/Kuching` - Asia/Kuching * `Asia/Kuwait` - Asia/Kuwait * `Asia/Macao` - Asia/Macao * `Asia/Macau` - Asia/Macau * `Asia/Magadan` - Asia/Magadan * `Asia/Makassar` - Asia/Makassar * `Asia/Manila` - Asia/Manila * `Asia/Muscat` - Asia/Muscat * `Asia/Nicosia` - Asia/Nicosia * `Asia/Novokuznetsk` - Asia/Novokuznetsk * `Asia/Novosibirsk` - Asia/Novosibirsk * `Asia/Omsk` - Asia/Omsk * `Asia/Oral` - Asia/Oral * `Asia/Phnom_Penh` - Asia/Phnom_Penh * `Asia/Pontianak` - Asia/Pontianak * `Asia/Pyongyang` - Asia/Pyongyang * `Asia/Qatar` - Asia/Qatar * `Asia/Qostanay` - Asia/Qostanay * `Asia/Qyzylorda` - Asia/Qyzylorda * `Asia/Rangoon` - Asia/Rangoon * `Asia/Riyadh` - Asia/Riyadh * `Asia/Saigon` - Asia/Saigon * `Asia/Sakhalin` - Asia/Sakhalin * `Asia/Samarkand` - Asia/Samarkand * `Asia/Seoul` - Asia/Seoul * `Asia/Shanghai` - Asia/Shanghai * `Asia/Singapore` - Asia/Singapore * `Asia/Srednekolymsk` - Asia/Srednekolymsk * `Asia/Taipei` - Asia/Taipei * `Asia/Tashkent` - Asia/Tashkent * `Asia/Tbilisi` - Asia/Tbilisi * `Asia/Tehran` - Asia/Tehran * `Asia/Tel_Aviv` - Asia/Tel_Aviv * `Asia/Thimbu` - Asia/Thimbu * `Asia/Thimphu` - Asia/Thimphu * `Asia/Tokyo` - Asia/Tokyo * `Asia/Tomsk` - Asia/Tomsk * `Asia/Ujung_Pandang` - Asia/Ujung_Pandang * `Asia/Ulaanbaatar` - Asia/Ulaanbaatar * `Asia/Ulan_Bator` - Asia/Ulan_Bator * `Asia/Urumqi` - Asia/Urumqi * `Asia/Ust-Nera` - Asia/Ust-Nera * `Asia/Vientiane` - Asia/Vientiane * `Asia/Vladivostok` - Asia/Vladivostok * `Asia/Yakutsk` - Asia/Yakutsk * `Asia/Yangon` - Asia/Yangon * `Asia/Yekaterinburg` - Asia/Yekaterinburg * `Asia/Yerevan` - Asia/Yerevan * `Atlantic/Azores` - Atlantic/Azores * `Atlantic/Bermuda` - Atlantic/Bermuda * `Atlantic/Canary` - Atlantic/Canary * `Atlantic/Cape_Verde` - Atlantic/Cape_Verde * `Atlantic/Faeroe` - Atlantic/Faeroe * `Atlantic/Faroe` - Atlantic/Faroe * `Atlantic/Jan_Mayen` - Atlantic/Jan_Mayen * `Atlantic/Madeira` - Atlantic/Madeira * `Atlantic/Reykjavik` - Atlantic/Reykjavik * `Atlantic/South_Georgia` - Atlantic/South_Georgia * `Atlantic/St_Helena` - Atlantic/St_Helena * `Atlantic/Stanley` - Atlantic/Stanley * `Australia/ACT` - Australia/ACT * `Australia/Adelaide` - Australia/Adelaide * `Australia/Brisbane` - Australia/Brisbane * `Australia/Broken_Hill` - Australia/Broken_Hill * `Australia/Canberra` - Australia/Canberra * `Australia/Currie` - Australia/Currie * `Australia/Darwin` - Australia/Darwin * `Australia/Eucla` - Australia/Eucla * `Australia/Hobart` - Australia/Hobart * `Australia/LHI` - Australia/LHI * `Australia/Lindeman` - Australia/Lindeman * `Australia/Lord_Howe` - Australia/Lord_Howe * `Australia/Melbourne` - Australia/Melbourne * `Australia/NSW` - Australia/NSW * `Australia/North` - Australia/North * `Australia/Perth` - Australia/Perth * `Australia/Queensland` - Australia/Queensland * `Australia/South` - Australia/South * `Australia/Sydney` - Australia/Sydney * `Australia/Tasmania` - Australia/Tasmania * `Australia/Victoria` - Australia/Victoria * `Australia/West` - Australia/West * `Australia/Yancowinna` - Australia/Yancowinna * `Brazil/Acre` - Brazil/Acre * `Brazil/DeNoronha` - Brazil/DeNoronha * `Brazil/East` - Brazil/East * `Brazil/West` - Brazil/West * `CET` - CET * `CST6CDT` - CST6CDT * `Canada/Atlantic` - Canada/Atlantic * `Canada/Central` - Canada/Central * `Canada/Eastern` - Canada/Eastern * `Canada/Mountain` - Canada/Mountain * `Canada/Newfoundland` - Canada/Newfoundland * `Canada/Pacific` - Canada/Pacific * `Canada/Saskatchewan` - Canada/Saskatchewan * `Canada/Yukon` - Canada/Yukon * `Chile/Continental` - Chile/Continental * `Chile/EasterIsland` - Chile/EasterIsland * `Cuba` - Cuba * `EET` - EET * `EST` - EST * `EST5EDT` - EST5EDT * `Egypt` - Egypt * `Eire` - Eire * `Etc/GMT` - Etc/GMT * `Etc/GMT+0` - Etc/GMT+0 * `Etc/GMT+1` - Etc/GMT+1 * `Etc/GMT+10` - Etc/GMT+10 * `Etc/GMT+11` - Etc/GMT+11 * `Etc/GMT+12` - Etc/GMT+12 * `Etc/GMT+2` - Etc/GMT+2 * `Etc/GMT+3` - Etc/GMT+3 * `Etc/GMT+4` - Etc/GMT+4 * `Etc/GMT+5` - Etc/GMT+5 * `Etc/GMT+6` - Etc/GMT+6 * `Etc/GMT+7` - Etc/GMT+7 * `Etc/GMT+8` - Etc/GMT+8 * `Etc/GMT+9` - Etc/GMT+9 * `Etc/GMT-0` - Etc/GMT-0 * `Etc/GMT-1` - Etc/GMT-1 * `Etc/GMT-10` - Etc/GMT-10 * `Etc/GMT-11` - Etc/GMT-11 * `Etc/GMT-12` - Etc/GMT-12 * `Etc/GMT-13` - Etc/GMT-13 * `Etc/GMT-14` - Etc/GMT-14 * `Etc/GMT-2` - Etc/GMT-2 * `Etc/GMT-3` - Etc/GMT-3 * `Etc/GMT-4` - Etc/GMT-4 * `Etc/GMT-5` - Etc/GMT-5 * `Etc/GMT-6` - Etc/GMT-6 * `Etc/GMT-7` - Etc/GMT-7 * `Etc/GMT-8` - Etc/GMT-8 * `Etc/GMT-9` - Etc/GMT-9 * `Etc/GMT0` - Etc/GMT0 * `Etc/Greenwich` - Etc/Greenwich * `Etc/UCT` - Etc/UCT * `Etc/UTC` - Etc/UTC * `Etc/Universal` - Etc/Universal * `Etc/Zulu` - Etc/Zulu * `Europe/Amsterdam` - Europe/Amsterdam * `Europe/Andorra` - Europe/Andorra * `Europe/Astrakhan` - Europe/Astrakhan * `Europe/Athens` - Europe/Athens * `Europe/Belfast` - Europe/Belfast * `Europe/Belgrade` - Europe/Belgrade * `Europe/Berlin` - Europe/Berlin * `Europe/Bratislava` - Europe/Bratislava * `Europe/Brussels` - Europe/Brussels * `Europe/Bucharest` - Europe/Bucharest * `Europe/Budapest` - Europe/Budapest * `Europe/Busingen` - Europe/Busingen * `Europe/Chisinau` - Europe/Chisinau * `Europe/Copenhagen` - Europe/Copenhagen * `Europe/Dublin` - Europe/Dublin * `Europe/Gibraltar` - Europe/Gibraltar * `Europe/Guernsey` - Europe/Guernsey * `Europe/Helsinki` - Europe/Helsinki * `Europe/Isle_of_Man` - Europe/Isle_of_Man * `Europe/Istanbul` - Europe/Istanbul * `Europe/Jersey` - Europe/Jersey * `Europe/Kaliningrad` - Europe/Kaliningrad * `Europe/Kiev` - Europe/Kiev * `Europe/Kirov` - Europe/Kirov * `Europe/Kyiv` - Europe/Kyiv * `Europe/Lisbon` - Europe/Lisbon * `Europe/Ljubljana` - Europe/Ljubljana * `Europe/London` - Europe/London * `Europe/Luxembourg` - Europe/Luxembourg * `Europe/Madrid` - Europe/Madrid * `Europe/Malta` - Europe/Malta * `Europe/Mariehamn` - Europe/Mariehamn * `Europe/Minsk` - Europe/Minsk * `Europe/Monaco` - Europe/Monaco * `Europe/Moscow` - Europe/Moscow * `Europe/Nicosia` - Europe/Nicosia * `Europe/Oslo` - Europe/Oslo * `Europe/Paris` - Europe/Paris * `Europe/Podgorica` - Europe/Podgorica * `Europe/Prague` - Europe/Prague * `Europe/Riga` - Europe/Riga * `Europe/Rome` - Europe/Rome * `Europe/Samara` - Europe/Samara * `Europe/San_Marino` - Europe/San_Marino * `Europe/Sarajevo` - Europe/Sarajevo * `Europe/Saratov` - Europe/Saratov * `Europe/Simferopol` - Europe/Simferopol * `Europe/Skopje` - Europe/Skopje * `Europe/Sofia` - Europe/Sofia * `Europe/Stockholm` - Europe/Stockholm * `Europe/Tallinn` - Europe/Tallinn * `Europe/Tirane` - Europe/Tirane * `Europe/Tiraspol` - Europe/Tiraspol * `Europe/Ulyanovsk` - Europe/Ulyanovsk * `Europe/Uzhgorod` - Europe/Uzhgorod * `Europe/Vaduz` - Europe/Vaduz * `Europe/Vatican` - Europe/Vatican * `Europe/Vienna` - Europe/Vienna * `Europe/Vilnius` - Europe/Vilnius * `Europe/Volgograd` - Europe/Volgograd * `Europe/Warsaw` - Europe/Warsaw * `Europe/Zagreb` - Europe/Zagreb * `Europe/Zaporozhye` - Europe/Zaporozhye * `Europe/Zurich` - Europe/Zurich * `GB` - GB * `GB-Eire` - GB-Eire * `GMT` - GMT * `GMT+0` - GMT+0 * `GMT-0` - GMT-0 * `GMT0` - GMT0 * `Greenwich` - Greenwich * `HST` - HST * `Hongkong` - Hongkong * `Iceland` - Iceland * `Indian/Antananarivo` - Indian/Antananarivo * `Indian/Chagos` - Indian/Chagos * `Indian/Christmas` - Indian/Christmas * `Indian/Cocos` - Indian/Cocos * `Indian/Comoro` - Indian/Comoro * `Indian/Kerguelen` - Indian/Kerguelen * `Indian/Mahe` - Indian/Mahe * `Indian/Maldives` - Indian/Maldives * `Indian/Mauritius` - Indian/Mauritius * `Indian/Mayotte` - Indian/Mayotte * `Indian/Reunion` - Indian/Reunion * `Iran` - Iran * `Israel` - Israel * `Jamaica` - Jamaica * `Japan` - Japan * `Kwajalein` - Kwajalein * `Libya` - Libya * `MET` - MET * `MST` - MST * `MST7MDT` - MST7MDT * `Mexico/BajaNorte` - Mexico/BajaNorte * `Mexico/BajaSur` - Mexico/BajaSur * `Mexico/General` - Mexico/General * `NZ` - NZ * `NZ-CHAT` - NZ-CHAT * `Navajo` - Navajo * `PRC` - PRC * `PST8PDT` - PST8PDT * `Pacific/Apia` - Pacific/Apia * `Pacific/Auckland` - Pacific/Auckland * `Pacific/Bougainville` - Pacific/Bougainville * `Pacific/Chatham` - Pacific/Chatham * `Pacific/Chuuk` - Pacific/Chuuk * `Pacific/Easter` - Pacific/Easter * `Pacific/Efate` - Pacific/Efate * `Pacific/Enderbury` - Pacific/Enderbury * `Pacific/Fakaofo` - Pacific/Fakaofo * `Pacific/Fiji` - Pacific/Fiji * `Pacific/Funafuti` - Pacific/Funafuti * `Pacific/Galapagos` - Pacific/Galapagos * `Pacific/Gambier` - Pacific/Gambier * `Pacific/Guadalcanal` - Pacific/Guadalcanal * `Pacific/Guam` - Pacific/Guam * `Pacific/Honolulu` - Pacific/Honolulu * `Pacific/Johnston` - Pacific/Johnston * `Pacific/Kanton` - Pacific/Kanton * `Pacific/Kiritimati` - Pacific/Kiritimati * `Pacific/Kosrae` - Pacific/Kosrae * `Pacific/Kwajalein` - Pacific/Kwajalein * `Pacific/Majuro` - Pacific/Majuro * `Pacific/Marquesas` - Pacific/Marquesas * `Pacific/Midway` - Pacific/Midway * `Pacific/Nauru` - Pacific/Nauru * `Pacific/Niue` - Pacific/Niue * `Pacific/Norfolk` - Pacific/Norfolk * `Pacific/Noumea` - Pacific/Noumea * `Pacific/Pago_Pago` - Pacific/Pago_Pago * `Pacific/Palau` - Pacific/Palau * `Pacific/Pitcairn` - Pacific/Pitcairn * `Pacific/Pohnpei` - Pacific/Pohnpei * `Pacific/Ponape` - Pacific/Ponape * `Pacific/Port_Moresby` - Pacific/Port_Moresby * `Pacific/Rarotonga` - Pacific/Rarotonga * `Pacific/Saipan` - Pacific/Saipan * `Pacific/Samoa` - Pacific/Samoa * `Pacific/Tahiti` - Pacific/Tahiti * `Pacific/Tarawa` - Pacific/Tarawa * `Pacific/Tongatapu` - Pacific/Tongatapu * `Pacific/Truk` - Pacific/Truk * `Pacific/Wake` - Pacific/Wake * `Pacific/Wallis` - Pacific/Wallis * `Pacific/Yap` - Pacific/Yap * `Poland` - Poland * `Portugal` - Portugal * `ROC` - ROC * `ROK` - ROK * `Singapore` - Singapore * `Turkey` - Turkey * `UCT` - UCT * `US/Alaska` - US/Alaska * `US/Aleutian` - US/Aleutian * `US/Arizona` - US/Arizona * `US/Central` - US/Central * `US/East-Indiana` - US/East-Indiana * `US/Eastern` - US/Eastern * `US/Hawaii` - US/Hawaii * `US/Indiana-Starke` - US/Indiana-Starke * `US/Michigan` - US/Michigan * `US/Mountain` - US/Mountain * `US/Pacific` - US/Pacific * `US/Samoa` - US/Samoa * `UTC` - UTC * `Universal` - Universal * `W-SU` - W-SU * `WET` - WET * `Zulu` - Zulu.
SystemSettingsTimeZone * `Africa/Abidjan` - Africa/Abidjan * `Africa/Accra` - Africa/Accra * `Africa/Addis_Ababa` - Africa/Addis_Ababa * `Africa/Algiers` - Africa/Algiers * `Africa/Asmara` - Africa/Asmara * `Africa/Asmera` - Africa/Asmera * `Africa/Bamako` - Africa/Bamako * `Africa/Bangui` - Africa/Bangui * `Africa/Banjul` - Africa/Banjul * `Africa/Bissau` - Africa/Bissau * `Africa/Blantyre` - Africa/Blantyre * `Africa/Brazzaville` - Africa/Brazzaville * `Africa/Bujumbura` - Africa/Bujumbura * `Africa/Cairo` - Africa/Cairo * `Africa/Casablanca` - Africa/Casablanca * `Africa/Ceuta` - Africa/Ceuta * `Africa/Conakry` - Africa/Conakry * `Africa/Dakar` - Africa/Dakar * `Africa/Dar_es_Salaam` - Africa/Dar_es_Salaam * `Africa/Djibouti` - Africa/Djibouti * `Africa/Douala` - Africa/Douala * `Africa/El_Aaiun` - Africa/El_Aaiun * `Africa/Freetown` - Africa/Freetown * `Africa/Gaborone` - Africa/Gaborone * `Africa/Harare` - Africa/Harare * `Africa/Johannesburg` - Africa/Johannesburg * `Africa/Juba` - Africa/Juba * `Africa/Kampala` - Africa/Kampala * `Africa/Khartoum` - Africa/Khartoum * `Africa/Kigali` - Africa/Kigali * `Africa/Kinshasa` - Africa/Kinshasa * `Africa/Lagos` - Africa/Lagos * `Africa/Libreville` - Africa/Libreville * `Africa/Lome` - Africa/Lome * `Africa/Luanda` - Africa/Luanda * `Africa/Lubumbashi` - Africa/Lubumbashi * `Africa/Lusaka` - Africa/Lusaka * `Africa/Malabo` - Africa/Malabo * `Africa/Maputo` - Africa/Maputo * `Africa/Maseru` - Africa/Maseru * `Africa/Mbabane` - Africa/Mbabane * `Africa/Mogadishu` - Africa/Mogadishu * `Africa/Monrovia` - Africa/Monrovia * `Africa/Nairobi` - Africa/Nairobi * `Africa/Ndjamena` - Africa/Ndjamena * `Africa/Niamey` - Africa/Niamey * `Africa/Nouakchott` - Africa/Nouakchott * `Africa/Ouagadougou` - Africa/Ouagadougou * `Africa/Porto-Novo` - Africa/Porto-Novo * `Africa/Sao_Tome` - Africa/Sao_Tome * `Africa/Timbuktu` - Africa/Timbuktu * `Africa/Tripoli` - Africa/Tripoli * `Africa/Tunis` - Africa/Tunis * `Africa/Windhoek` - Africa/Windhoek * `America/Adak` - America/Adak * `America/Anchorage` - America/Anchorage * `America/Anguilla` - America/Anguilla * `America/Antigua` - America/Antigua * `America/Araguaina` - America/Araguaina * `America/Argentina/Buenos_Aires` - America/Argentina/Buenos_Aires * `America/Argentina/Catamarca` - America/Argentina/Catamarca * `America/Argentina/ComodRivadavia` - America/Argentina/ComodRivadavia * `America/Argentina/Cordoba` - America/Argentina/Cordoba * `America/Argentina/Jujuy` - America/Argentina/Jujuy * `America/Argentina/La_Rioja` - America/Argentina/La_Rioja * `America/Argentina/Mendoza` - America/Argentina/Mendoza * `America/Argentina/Rio_Gallegos` - America/Argentina/Rio_Gallegos * `America/Argentina/Salta` - America/Argentina/Salta * `America/Argentina/San_Juan` - America/Argentina/San_Juan * `America/Argentina/San_Luis` - America/Argentina/San_Luis * `America/Argentina/Tucuman` - America/Argentina/Tucuman * `America/Argentina/Ushuaia` - America/Argentina/Ushuaia * `America/Aruba` - America/Aruba * `America/Asuncion` - America/Asuncion * `America/Atikokan` - America/Atikokan * `America/Atka` - America/Atka * `America/Bahia` - America/Bahia * `America/Bahia_Banderas` - America/Bahia_Banderas * `America/Barbados` - America/Barbados * `America/Belem` - America/Belem * `America/Belize` - America/Belize * `America/Blanc-Sablon` - America/Blanc-Sablon * `America/Boa_Vista` - America/Boa_Vista * `America/Bogota` - America/Bogota * `America/Boise` - America/Boise * `America/Buenos_Aires` - America/Buenos_Aires * `America/Cambridge_Bay` - America/Cambridge_Bay * `America/Campo_Grande` - America/Campo_Grande * `America/Cancun` - America/Cancun * `America/Caracas` - America/Caracas * `America/Catamarca` - America/Catamarca * `America/Cayenne` - America/Cayenne * `America/Cayman` - America/Cayman * `America/Chicago` - America/Chicago * `America/Chihuahua` - America/Chihuahua * `America/Ciudad_Juarez` - America/Ciudad_Juarez * `America/Coral_Harbour` - America/Coral_Harbour * `America/Cordoba` - America/Cordoba * `America/Costa_Rica` - America/Costa_Rica * `America/Creston` - America/Creston * `America/Cuiaba` - America/Cuiaba * `America/Curacao` - America/Curacao * `America/Danmarkshavn` - America/Danmarkshavn * `America/Dawson` - America/Dawson * `America/Dawson_Creek` - America/Dawson_Creek * `America/Denver` - America/Denver * `America/Detroit` - America/Detroit * `America/Dominica` - America/Dominica * `America/Edmonton` - America/Edmonton * `America/Eirunepe` - America/Eirunepe * `America/El_Salvador` - America/El_Salvador * `America/Ensenada` - America/Ensenada * `America/Fort_Nelson` - America/Fort_Nelson * `America/Fort_Wayne` - America/Fort_Wayne * `America/Fortaleza` - America/Fortaleza * `America/Glace_Bay` - America/Glace_Bay * `America/Godthab` - America/Godthab * `America/Goose_Bay` - America/Goose_Bay * `America/Grand_Turk` - America/Grand_Turk * `America/Grenada` - America/Grenada * `America/Guadeloupe` - America/Guadeloupe * `America/Guatemala` - America/Guatemala * `America/Guayaquil` - America/Guayaquil * `America/Guyana` - America/Guyana * `America/Halifax` - America/Halifax * `America/Havana` - America/Havana * `America/Hermosillo` - America/Hermosillo * `America/Indiana/Indianapolis` - America/Indiana/Indianapolis * `America/Indiana/Knox` - America/Indiana/Knox * `America/Indiana/Marengo` - America/Indiana/Marengo * `America/Indiana/Petersburg` - America/Indiana/Petersburg * `America/Indiana/Tell_City` - America/Indiana/Tell_City * `America/Indiana/Vevay` - America/Indiana/Vevay * `America/Indiana/Vincennes` - America/Indiana/Vincennes * `America/Indiana/Winamac` - America/Indiana/Winamac * `America/Indianapolis` - America/Indianapolis * `America/Inuvik` - America/Inuvik * `America/Iqaluit` - America/Iqaluit * `America/Jamaica` - America/Jamaica * `America/Jujuy` - America/Jujuy * `America/Juneau` - America/Juneau * `America/Kentucky/Louisville` - America/Kentucky/Louisville * `America/Kentucky/Monticello` - America/Kentucky/Monticello * `America/Knox_IN` - America/Knox_IN * `America/Kralendijk` - America/Kralendijk * `America/La_Paz` - America/La_Paz * `America/Lima` - America/Lima * `America/Los_Angeles` - America/Los_Angeles * `America/Louisville` - America/Louisville * `America/Lower_Princes` - America/Lower_Princes * `America/Maceio` - America/Maceio * `America/Managua` - America/Managua * `America/Manaus` - America/Manaus * `America/Marigot` - America/Marigot * `America/Martinique` - America/Martinique * `America/Matamoros` - America/Matamoros * `America/Mazatlan` - America/Mazatlan * `America/Mendoza` - America/Mendoza * `America/Menominee` - America/Menominee * `America/Merida` - America/Merida * `America/Metlakatla` - America/Metlakatla * `America/Mexico_City` - America/Mexico_City * `America/Miquelon` - America/Miquelon * `America/Moncton` - America/Moncton * `America/Monterrey` - America/Monterrey * `America/Montevideo` - America/Montevideo * `America/Montreal` - America/Montreal * `America/Montserrat` - America/Montserrat * `America/Nassau` - America/Nassau * `America/New_York` - America/New_York * `America/Nipigon` - America/Nipigon * `America/Nome` - America/Nome * `America/Noronha` - America/Noronha * `America/North_Dakota/Beulah` - America/North_Dakota/Beulah * `America/North_Dakota/Center` - America/North_Dakota/Center * `America/North_Dakota/New_Salem` - America/North_Dakota/New_Salem * `America/Nuuk` - America/Nuuk * `America/Ojinaga` - America/Ojinaga * `America/Panama` - America/Panama * `America/Pangnirtung` - America/Pangnirtung * `America/Paramaribo` - America/Paramaribo * `America/Phoenix` - America/Phoenix * `America/Port-au-Prince` - America/Port-au-Prince * `America/Port_of_Spain` - America/Port_of_Spain * `America/Porto_Acre` - America/Porto_Acre * `America/Porto_Velho` - America/Porto_Velho * `America/Puerto_Rico` - America/Puerto_Rico * `America/Punta_Arenas` - America/Punta_Arenas * `America/Rainy_River` - America/Rainy_River * `America/Rankin_Inlet` - America/Rankin_Inlet * `America/Recife` - America/Recife * `America/Regina` - America/Regina * `America/Resolute` - America/Resolute * `America/Rio_Branco` - America/Rio_Branco * `America/Rosario` - America/Rosario * `America/Santa_Isabel` - America/Santa_Isabel * `America/Santarem` - America/Santarem * `America/Santiago` - America/Santiago * `America/Santo_Domingo` - America/Santo_Domingo * `America/Sao_Paulo` - America/Sao_Paulo * `America/Scoresbysund` - America/Scoresbysund * `America/Shiprock` - America/Shiprock * `America/Sitka` - America/Sitka * `America/St_Barthelemy` - America/St_Barthelemy * `America/St_Johns` - America/St_Johns * `America/St_Kitts` - America/St_Kitts * `America/St_Lucia` - America/St_Lucia * `America/St_Thomas` - America/St_Thomas * `America/St_Vincent` - America/St_Vincent * `America/Swift_Current` - America/Swift_Current * `America/Tegucigalpa` - America/Tegucigalpa * `America/Thule` - America/Thule * `America/Thunder_Bay` - America/Thunder_Bay * `America/Tijuana` - America/Tijuana * `America/Toronto` - America/Toronto * `America/Tortola` - America/Tortola * `America/Vancouver` - America/Vancouver * `America/Virgin` - America/Virgin * `America/Whitehorse` - America/Whitehorse * `America/Winnipeg` - America/Winnipeg * `America/Yakutat` - America/Yakutat * `America/Yellowknife` - America/Yellowknife * `Antarctica/Casey` - Antarctica/Casey * `Antarctica/Davis` - Antarctica/Davis * `Antarctica/DumontDUrville` - Antarctica/DumontDUrville * `Antarctica/Macquarie` - Antarctica/Macquarie * `Antarctica/Mawson` - Antarctica/Mawson * `Antarctica/McMurdo` - Antarctica/McMurdo * `Antarctica/Palmer` - Antarctica/Palmer * `Antarctica/Rothera` - Antarctica/Rothera * `Antarctica/South_Pole` - Antarctica/South_Pole * `Antarctica/Syowa` - Antarctica/Syowa * `Antarctica/Troll` - Antarctica/Troll * `Antarctica/Vostok` - Antarctica/Vostok * `Arctic/Longyearbyen` - Arctic/Longyearbyen * `Asia/Aden` - Asia/Aden * `Asia/Almaty` - Asia/Almaty * `Asia/Amman` - Asia/Amman * `Asia/Anadyr` - Asia/Anadyr * `Asia/Aqtau` - Asia/Aqtau * `Asia/Aqtobe` - Asia/Aqtobe * `Asia/Ashgabat` - Asia/Ashgabat * `Asia/Ashkhabad` - Asia/Ashkhabad * `Asia/Atyrau` - Asia/Atyrau * `Asia/Baghdad` - Asia/Baghdad * `Asia/Bahrain` - Asia/Bahrain * `Asia/Baku` - Asia/Baku * `Asia/Bangkok` - Asia/Bangkok * `Asia/Barnaul` - Asia/Barnaul * `Asia/Beirut` - Asia/Beirut * `Asia/Bishkek` - Asia/Bishkek * `Asia/Brunei` - Asia/Brunei * `Asia/Calcutta` - Asia/Calcutta * `Asia/Chita` - Asia/Chita * `Asia/Choibalsan` - Asia/Choibalsan * `Asia/Chongqing` - Asia/Chongqing * `Asia/Chungking` - Asia/Chungking * `Asia/Colombo` - Asia/Colombo * `Asia/Dacca` - Asia/Dacca * `Asia/Damascus` - Asia/Damascus * `Asia/Dhaka` - Asia/Dhaka * `Asia/Dili` - Asia/Dili * `Asia/Dubai` - Asia/Dubai * `Asia/Dushanbe` - Asia/Dushanbe * `Asia/Famagusta` - Asia/Famagusta * `Asia/Gaza` - Asia/Gaza * `Asia/Harbin` - Asia/Harbin * `Asia/Hebron` - Asia/Hebron * `Asia/Ho_Chi_Minh` - Asia/Ho_Chi_Minh * `Asia/Hong_Kong` - Asia/Hong_Kong * `Asia/Hovd` - Asia/Hovd * `Asia/Irkutsk` - Asia/Irkutsk * `Asia/Istanbul` - Asia/Istanbul * `Asia/Jakarta` - Asia/Jakarta * `Asia/Jayapura` - Asia/Jayapura * `Asia/Jerusalem` - Asia/Jerusalem * `Asia/Kabul` - Asia/Kabul * `Asia/Kamchatka` - Asia/Kamchatka * `Asia/Karachi` - Asia/Karachi * `Asia/Kashgar` - Asia/Kashgar * `Asia/Kathmandu` - Asia/Kathmandu * `Asia/Katmandu` - Asia/Katmandu * `Asia/Khandyga` - Asia/Khandyga * `Asia/Kolkata` - Asia/Kolkata * `Asia/Krasnoyarsk` - Asia/Krasnoyarsk * `Asia/Kuala_Lumpur` - Asia/Kuala_Lumpur * `Asia/Kuching` - Asia/Kuching * `Asia/Kuwait` - Asia/Kuwait * `Asia/Macao` - Asia/Macao * `Asia/Macau` - Asia/Macau * `Asia/Magadan` - Asia/Magadan * `Asia/Makassar` - Asia/Makassar * `Asia/Manila` - Asia/Manila * `Asia/Muscat` - Asia/Muscat * `Asia/Nicosia` - Asia/Nicosia * `Asia/Novokuznetsk` - Asia/Novokuznetsk * `Asia/Novosibirsk` - Asia/Novosibirsk * `Asia/Omsk` - Asia/Omsk * `Asia/Oral` - Asia/Oral * `Asia/Phnom_Penh` - Asia/Phnom_Penh * `Asia/Pontianak` - Asia/Pontianak * `Asia/Pyongyang` - Asia/Pyongyang * `Asia/Qatar` - Asia/Qatar * `Asia/Qostanay` - Asia/Qostanay * `Asia/Qyzylorda` - Asia/Qyzylorda * `Asia/Rangoon` - Asia/Rangoon * `Asia/Riyadh` - Asia/Riyadh * `Asia/Saigon` - Asia/Saigon * `Asia/Sakhalin` - Asia/Sakhalin * `Asia/Samarkand` - Asia/Samarkand * `Asia/Seoul` - Asia/Seoul * `Asia/Shanghai` - Asia/Shanghai * `Asia/Singapore` - Asia/Singapore * `Asia/Srednekolymsk` - Asia/Srednekolymsk * `Asia/Taipei` - Asia/Taipei * `Asia/Tashkent` - Asia/Tashkent * `Asia/Tbilisi` - Asia/Tbilisi * `Asia/Tehran` - Asia/Tehran * `Asia/Tel_Aviv` - Asia/Tel_Aviv * `Asia/Thimbu` - Asia/Thimbu * `Asia/Thimphu` - Asia/Thimphu * `Asia/Tokyo` - Asia/Tokyo * `Asia/Tomsk` - Asia/Tomsk * `Asia/Ujung_Pandang` - Asia/Ujung_Pandang * `Asia/Ulaanbaatar` - Asia/Ulaanbaatar * `Asia/Ulan_Bator` - Asia/Ulan_Bator * `Asia/Urumqi` - Asia/Urumqi * `Asia/Ust-Nera` - Asia/Ust-Nera * `Asia/Vientiane` - Asia/Vientiane * `Asia/Vladivostok` - Asia/Vladivostok * `Asia/Yakutsk` - Asia/Yakutsk * `Asia/Yangon` - Asia/Yangon * `Asia/Yekaterinburg` - Asia/Yekaterinburg * `Asia/Yerevan` - Asia/Yerevan * `Atlantic/Azores` - Atlantic/Azores * `Atlantic/Bermuda` - Atlantic/Bermuda * `Atlantic/Canary` - Atlantic/Canary * `Atlantic/Cape_Verde` - Atlantic/Cape_Verde * `Atlantic/Faeroe` - Atlantic/Faeroe * `Atlantic/Faroe` - Atlantic/Faroe * `Atlantic/Jan_Mayen` - Atlantic/Jan_Mayen * `Atlantic/Madeira` - Atlantic/Madeira * `Atlantic/Reykjavik` - Atlantic/Reykjavik * `Atlantic/South_Georgia` - Atlantic/South_Georgia * `Atlantic/St_Helena` - Atlantic/St_Helena * `Atlantic/Stanley` - Atlantic/Stanley * `Australia/ACT` - Australia/ACT * `Australia/Adelaide` - Australia/Adelaide * `Australia/Brisbane` - Australia/Brisbane * `Australia/Broken_Hill` - Australia/Broken_Hill * `Australia/Canberra` - Australia/Canberra * `Australia/Currie` - Australia/Currie * `Australia/Darwin` - Australia/Darwin * `Australia/Eucla` - Australia/Eucla * `Australia/Hobart` - Australia/Hobart * `Australia/LHI` - Australia/LHI * `Australia/Lindeman` - Australia/Lindeman * `Australia/Lord_Howe` - Australia/Lord_Howe * `Australia/Melbourne` - Australia/Melbourne * `Australia/NSW` - Australia/NSW * `Australia/North` - Australia/North * `Australia/Perth` - Australia/Perth * `Australia/Queensland` - Australia/Queensland * `Australia/South` - Australia/South * `Australia/Sydney` - Australia/Sydney * `Australia/Tasmania` - Australia/Tasmania * `Australia/Victoria` - Australia/Victoria * `Australia/West` - Australia/West * `Australia/Yancowinna` - Australia/Yancowinna * `Brazil/Acre` - Brazil/Acre * `Brazil/DeNoronha` - Brazil/DeNoronha * `Brazil/East` - Brazil/East * `Brazil/West` - Brazil/West * `CET` - CET * `CST6CDT` - CST6CDT * `Canada/Atlantic` - Canada/Atlantic * `Canada/Central` - Canada/Central * `Canada/Eastern` - Canada/Eastern * `Canada/Mountain` - Canada/Mountain * `Canada/Newfoundland` - Canada/Newfoundland * `Canada/Pacific` - Canada/Pacific * `Canada/Saskatchewan` - Canada/Saskatchewan * `Canada/Yukon` - Canada/Yukon * `Chile/Continental` - Chile/Continental * `Chile/EasterIsland` - Chile/EasterIsland * `Cuba` - Cuba * `EET` - EET * `EST` - EST * `EST5EDT` - EST5EDT * `Egypt` - Egypt * `Eire` - Eire * `Etc/GMT` - Etc/GMT * `Etc/GMT+0` - Etc/GMT+0 * `Etc/GMT+1` - Etc/GMT+1 * `Etc/GMT+10` - Etc/GMT+10 * `Etc/GMT+11` - Etc/GMT+11 * `Etc/GMT+12` - Etc/GMT+12 * `Etc/GMT+2` - Etc/GMT+2 * `Etc/GMT+3` - Etc/GMT+3 * `Etc/GMT+4` - Etc/GMT+4 * `Etc/GMT+5` - Etc/GMT+5 * `Etc/GMT+6` - Etc/GMT+6 * `Etc/GMT+7` - Etc/GMT+7 * `Etc/GMT+8` - Etc/GMT+8 * `Etc/GMT+9` - Etc/GMT+9 * `Etc/GMT-0` - Etc/GMT-0 * `Etc/GMT-1` - Etc/GMT-1 * `Etc/GMT-10` - Etc/GMT-10 * `Etc/GMT-11` - Etc/GMT-11 * `Etc/GMT-12` - Etc/GMT-12 * `Etc/GMT-13` - Etc/GMT-13 * `Etc/GMT-14` - Etc/GMT-14 * `Etc/GMT-2` - Etc/GMT-2 * `Etc/GMT-3` - Etc/GMT-3 * `Etc/GMT-4` - Etc/GMT-4 * `Etc/GMT-5` - Etc/GMT-5 * `Etc/GMT-6` - Etc/GMT-6 * `Etc/GMT-7` - Etc/GMT-7 * `Etc/GMT-8` - Etc/GMT-8 * `Etc/GMT-9` - Etc/GMT-9 * `Etc/GMT0` - Etc/GMT0 * `Etc/Greenwich` - Etc/Greenwich * `Etc/UCT` - Etc/UCT * `Etc/UTC` - Etc/UTC * `Etc/Universal` - Etc/Universal * `Etc/Zulu` - Etc/Zulu * `Europe/Amsterdam` - Europe/Amsterdam * `Europe/Andorra` - Europe/Andorra * `Europe/Astrakhan` - Europe/Astrakhan * `Europe/Athens` - Europe/Athens * `Europe/Belfast` - Europe/Belfast * `Europe/Belgrade` - Europe/Belgrade * `Europe/Berlin` - Europe/Berlin * `Europe/Bratislava` - Europe/Bratislava * `Europe/Brussels` - Europe/Brussels * `Europe/Bucharest` - Europe/Bucharest * `Europe/Budapest` - Europe/Budapest * `Europe/Busingen` - Europe/Busingen * `Europe/Chisinau` - Europe/Chisinau * `Europe/Copenhagen` - Europe/Copenhagen * `Europe/Dublin` - Europe/Dublin * `Europe/Gibraltar` - Europe/Gibraltar * `Europe/Guernsey` - Europe/Guernsey * `Europe/Helsinki` - Europe/Helsinki * `Europe/Isle_of_Man` - Europe/Isle_of_Man * `Europe/Istanbul` - Europe/Istanbul * `Europe/Jersey` - Europe/Jersey * `Europe/Kaliningrad` - Europe/Kaliningrad * `Europe/Kiev` - Europe/Kiev * `Europe/Kirov` - Europe/Kirov * `Europe/Kyiv` - Europe/Kyiv * `Europe/Lisbon` - Europe/Lisbon * `Europe/Ljubljana` - Europe/Ljubljana * `Europe/London` - Europe/London * `Europe/Luxembourg` - Europe/Luxembourg * `Europe/Madrid` - Europe/Madrid * `Europe/Malta` - Europe/Malta * `Europe/Mariehamn` - Europe/Mariehamn * `Europe/Minsk` - Europe/Minsk * `Europe/Monaco` - Europe/Monaco * `Europe/Moscow` - Europe/Moscow * `Europe/Nicosia` - Europe/Nicosia * `Europe/Oslo` - Europe/Oslo * `Europe/Paris` - Europe/Paris * `Europe/Podgorica` - Europe/Podgorica * `Europe/Prague` - Europe/Prague * `Europe/Riga` - Europe/Riga * `Europe/Rome` - Europe/Rome * `Europe/Samara` - Europe/Samara * `Europe/San_Marino` - Europe/San_Marino * `Europe/Sarajevo` - Europe/Sarajevo * `Europe/Saratov` - Europe/Saratov * `Europe/Simferopol` - Europe/Simferopol * `Europe/Skopje` - Europe/Skopje * `Europe/Sofia` - Europe/Sofia * `Europe/Stockholm` - Europe/Stockholm * `Europe/Tallinn` - Europe/Tallinn * `Europe/Tirane` - Europe/Tirane * `Europe/Tiraspol` - Europe/Tiraspol * `Europe/Ulyanovsk` - Europe/Ulyanovsk * `Europe/Uzhgorod` - Europe/Uzhgorod * `Europe/Vaduz` - Europe/Vaduz * `Europe/Vatican` - Europe/Vatican * `Europe/Vienna` - Europe/Vienna * `Europe/Vilnius` - Europe/Vilnius * `Europe/Volgograd` - Europe/Volgograd * `Europe/Warsaw` - Europe/Warsaw * `Europe/Zagreb` - Europe/Zagreb * `Europe/Zaporozhye` - Europe/Zaporozhye * `Europe/Zurich` - Europe/Zurich * `GB` - GB * `GB-Eire` - GB-Eire * `GMT` - GMT * `GMT+0` - GMT+0 * `GMT-0` - GMT-0 * `GMT0` - GMT0 * `Greenwich` - Greenwich * `HST` - HST * `Hongkong` - Hongkong * `Iceland` - Iceland * `Indian/Antananarivo` - Indian/Antananarivo * `Indian/Chagos` - Indian/Chagos * `Indian/Christmas` - Indian/Christmas * `Indian/Cocos` - Indian/Cocos * `Indian/Comoro` - Indian/Comoro * `Indian/Kerguelen` - Indian/Kerguelen * `Indian/Mahe` - Indian/Mahe * `Indian/Maldives` - Indian/Maldives * `Indian/Mauritius` - Indian/Mauritius * `Indian/Mayotte` - Indian/Mayotte * `Indian/Reunion` - Indian/Reunion * `Iran` - Iran * `Israel` - Israel * `Jamaica` - Jamaica * `Japan` - Japan * `Kwajalein` - Kwajalein * `Libya` - Libya * `MET` - MET * `MST` - MST * `MST7MDT` - MST7MDT * `Mexico/BajaNorte` - Mexico/BajaNorte * `Mexico/BajaSur` - Mexico/BajaSur * `Mexico/General` - Mexico/General * `NZ` - NZ * `NZ-CHAT` - NZ-CHAT * `Navajo` - Navajo * `PRC` - PRC * `PST8PDT` - PST8PDT * `Pacific/Apia` - Pacific/Apia * `Pacific/Auckland` - Pacific/Auckland * `Pacific/Bougainville` - Pacific/Bougainville * `Pacific/Chatham` - Pacific/Chatham * `Pacific/Chuuk` - Pacific/Chuuk * `Pacific/Easter` - Pacific/Easter * `Pacific/Efate` - Pacific/Efate * `Pacific/Enderbury` - Pacific/Enderbury * `Pacific/Fakaofo` - Pacific/Fakaofo * `Pacific/Fiji` - Pacific/Fiji * `Pacific/Funafuti` - Pacific/Funafuti * `Pacific/Galapagos` - Pacific/Galapagos * `Pacific/Gambier` - Pacific/Gambier * `Pacific/Guadalcanal` - Pacific/Guadalcanal * `Pacific/Guam` - Pacific/Guam * `Pacific/Honolulu` - Pacific/Honolulu * `Pacific/Johnston` - Pacific/Johnston * `Pacific/Kanton` - Pacific/Kanton * `Pacific/Kiritimati` - Pacific/Kiritimati * `Pacific/Kosrae` - Pacific/Kosrae * `Pacific/Kwajalein` - Pacific/Kwajalein * `Pacific/Majuro` - Pacific/Majuro * `Pacific/Marquesas` - Pacific/Marquesas * `Pacific/Midway` - Pacific/Midway * `Pacific/Nauru` - Pacific/Nauru * `Pacific/Niue` - Pacific/Niue * `Pacific/Norfolk` - Pacific/Norfolk * `Pacific/Noumea` - Pacific/Noumea * `Pacific/Pago_Pago` - Pacific/Pago_Pago * `Pacific/Palau` - Pacific/Palau * `Pacific/Pitcairn` - Pacific/Pitcairn * `Pacific/Pohnpei` - Pacific/Pohnpei * `Pacific/Ponape` - Pacific/Ponape * `Pacific/Port_Moresby` - Pacific/Port_Moresby * `Pacific/Rarotonga` - Pacific/Rarotonga * `Pacific/Saipan` - Pacific/Saipan * `Pacific/Samoa` - Pacific/Samoa * `Pacific/Tahiti` - Pacific/Tahiti * `Pacific/Tarawa` - Pacific/Tarawa * `Pacific/Tongatapu` - Pacific/Tongatapu * `Pacific/Truk` - Pacific/Truk * `Pacific/Wake` - Pacific/Wake * `Pacific/Wallis` - Pacific/Wallis * `Pacific/Yap` - Pacific/Yap * `Poland` - Poland * `Portugal` - Portugal * `ROC` - ROC * `ROK` - ROK * `Singapore` - Singapore * `Turkey` - Turkey * `UCT` - UCT * `US/Alaska` - US/Alaska * `US/Aleutian` - US/Aleutian * `US/Arizona` - US/Arizona * `US/Central` - US/Central * `US/East-Indiana` - US/East-Indiana * `US/Eastern` - US/Eastern * `US/Hawaii` - US/Hawaii * `US/Indiana-Starke` - US/Indiana-Starke * `US/Michigan` - US/Michigan * `US/Mountain` - US/Mountain * `US/Pacific` - US/Pacific * `US/Samoa` - US/Samoa * `UTC` - UTC * `Universal` - Universal * `W-SU` - W-SU * `WET` - WET * `Zulu` - Zulu.
SystemSettingsUpdateFormdataRequestBody defines body for SystemSettingsUpdate for application/x-www-form-urlencoded ContentType.
SystemSettingsUpdateJSONRequestBody defines body for SystemSettingsUpdate for application/json ContentType.
SystemSettingsUpdateMultipartRequestBody defines body for SystemSettingsUpdate for multipart/form-data ContentType.
TechnologiesCreateFormdataRequestBody defines body for TechnologiesCreate for application/x-www-form-urlencoded ContentType.
TechnologiesCreateJSONRequestBody defines body for TechnologiesCreate for application/json ContentType.
TechnologiesCreateMultipartRequestBody defines body for TechnologiesCreate for multipart/form-data ContentType.
TechnologiesPartialUpdateFormdataRequestBody defines body for TechnologiesPartialUpdate for application/x-www-form-urlencoded ContentType.
TechnologiesPartialUpdateJSONRequestBody defines body for TechnologiesPartialUpdate for application/json ContentType.
TechnologiesPartialUpdateMultipartRequestBody defines body for TechnologiesPartialUpdate for multipart/form-data ContentType.
TechnologiesUpdateFormdataRequestBody defines body for TechnologiesUpdate for application/x-www-form-urlencoded ContentType.
TechnologiesUpdateJSONRequestBody defines body for TechnologiesUpdate for application/json ContentType.
TechnologiesUpdateMultipartRequestBody defines body for TechnologiesUpdate for multipart/form-data ContentType.
TestImportFindingActionAction * `N` - created * `C` - closed * `R` - reactivated * `U` - left untouched.
TestImportsCreateFormdataRequestBody defines body for TestImportsCreate for application/x-www-form-urlencoded ContentType.
TestImportsCreateJSONRequestBody defines body for TestImportsCreate for application/json ContentType.
TestImportsCreateMultipartRequestBody defines body for TestImportsCreate for multipart/form-data ContentType.
TestImportsListParamsPrefetch defines parameters for TestImportsList.
TestImportsListParamsTestImportFindingActionAction defines parameters for TestImportsList.
TestImportsPartialUpdateFormdataRequestBody defines body for TestImportsPartialUpdate for application/x-www-form-urlencoded ContentType.
TestImportsPartialUpdateJSONRequestBody defines body for TestImportsPartialUpdate for application/json ContentType.
TestImportsPartialUpdateMultipartRequestBody defines body for TestImportsPartialUpdate for multipart/form-data ContentType.
TestImportsRetrieveParamsPrefetch defines parameters for TestImportsRetrieve.
TestImportsUpdateFormdataRequestBody defines body for TestImportsUpdate for application/x-www-form-urlencoded ContentType.
TestImportsUpdateJSONRequestBody defines body for TestImportsUpdate for application/json ContentType.
TestImportsUpdateMultipartRequestBody defines body for TestImportsUpdate for multipart/form-data ContentType.
TestsAcceptRisksCreateFormdataRequestBody defines body for TestsAcceptRisksCreate for application/x-www-form-urlencoded ContentType.
TestsAcceptRisksCreateJSONBody defines parameters for TestsAcceptRisksCreate.
TestsAcceptRisksCreateJSONRequestBody defines body for TestsAcceptRisksCreate for application/json ContentType.
TestsAcceptRisksCreateMultipartBody defines parameters for TestsAcceptRisksCreate.
TestsAcceptRisksCreateMultipartRequestBody defines body for TestsAcceptRisksCreate for multipart/form-data ContentType.
TestsCreateFormdataRequestBody defines body for TestsCreate for application/x-www-form-urlencoded ContentType.
TestsCreateJSONRequestBody defines body for TestsCreate for application/json ContentType.
TestsCreateMultipartRequestBody defines body for TestsCreate for multipart/form-data ContentType.
TestsFilesCreateMultipartRequestBody defines body for TestsFilesCreate for multipart/form-data ContentType.
TestsGenerateReportCreateFormdataRequestBody defines body for TestsGenerateReportCreate for application/x-www-form-urlencoded ContentType.
TestsGenerateReportCreateJSONRequestBody defines body for TestsGenerateReportCreate for application/json ContentType.
TestsGenerateReportCreateMultipartRequestBody defines body for TestsGenerateReportCreate for multipart/form-data ContentType.
TestsListParamsO defines parameters for TestsList.
TestsNotesCreateFormdataRequestBody defines body for TestsNotesCreate for application/x-www-form-urlencoded ContentType.
TestsNotesCreateJSONRequestBody defines body for TestsNotesCreate for application/json ContentType.
TestsNotesCreateMultipartRequestBody defines body for TestsNotesCreate for multipart/form-data ContentType.
TestsPartialUpdateFormdataRequestBody defines body for TestsPartialUpdate for application/x-www-form-urlencoded ContentType.
TestsPartialUpdateJSONRequestBody defines body for TestsPartialUpdate for application/json ContentType.
TestsPartialUpdateMultipartRequestBody defines body for TestsPartialUpdate for multipart/form-data ContentType.
TestsUpdateFormdataRequestBody defines body for TestsUpdate for application/x-www-form-urlencoded ContentType.
TestsUpdateJSONRequestBody defines body for TestsUpdate for application/json ContentType.
TestsUpdateMultipartRequestBody defines body for TestsUpdate for multipart/form-data ContentType.
TestTypesCreateFormdataRequestBody defines body for TestTypesCreate for application/x-www-form-urlencoded ContentType.
TestTypesCreateJSONRequestBody defines body for TestTypesCreate for application/json ContentType.
TestTypesCreateMultipartRequestBody defines body for TestTypesCreate for multipart/form-data ContentType.
TestTypesPartialUpdateFormdataRequestBody defines body for TestTypesPartialUpdate for application/x-www-form-urlencoded ContentType.
TestTypesPartialUpdateJSONRequestBody defines body for TestTypesPartialUpdate for application/json ContentType.
TestTypesPartialUpdateMultipartRequestBody defines body for TestTypesPartialUpdate for multipart/form-data ContentType.
TestTypesUpdateFormdataRequestBody defines body for TestTypesUpdate for application/x-www-form-urlencoded ContentType.
TestTypesUpdateJSONRequestBody defines body for TestTypesUpdate for application/json ContentType.
TestTypesUpdateMultipartRequestBody defines body for TestTypesUpdate for multipart/form-data ContentType.
ToolConfigurationAuthenticationType * `API` - API Key * `Password` - Username/Password * `SSH` - SSH.
ToolConfigurationRequestAuthenticationType * `API` - API Key * `Password` - Username/Password * `SSH` - SSH.
ToolConfigurationsCreateFormdataRequestBody defines body for ToolConfigurationsCreate for application/x-www-form-urlencoded ContentType.
ToolConfigurationsCreateJSONRequestBody defines body for ToolConfigurationsCreate for application/json ContentType.
ToolConfigurationsCreateMultipartRequestBody defines body for ToolConfigurationsCreate for multipart/form-data ContentType.
ToolConfigurationsListParamsAuthenticationType defines parameters for ToolConfigurationsList.
ToolConfigurationsPartialUpdateFormdataRequestBody defines body for ToolConfigurationsPartialUpdate for application/x-www-form-urlencoded ContentType.
ToolConfigurationsPartialUpdateJSONRequestBody defines body for ToolConfigurationsPartialUpdate for application/json ContentType.
ToolConfigurationsPartialUpdateMultipartRequestBody defines body for ToolConfigurationsPartialUpdate for multipart/form-data ContentType.
ToolConfigurationsUpdateFormdataRequestBody defines body for ToolConfigurationsUpdate for application/x-www-form-urlencoded ContentType.
ToolConfigurationsUpdateJSONRequestBody defines body for ToolConfigurationsUpdate for application/json ContentType.
ToolConfigurationsUpdateMultipartRequestBody defines body for ToolConfigurationsUpdate for multipart/form-data ContentType.
ToolProductSettingsCreateFormdataRequestBody defines body for ToolProductSettingsCreate for application/x-www-form-urlencoded ContentType.
ToolProductSettingsCreateJSONRequestBody defines body for ToolProductSettingsCreate for application/json ContentType.
ToolProductSettingsCreateMultipartRequestBody defines body for ToolProductSettingsCreate for multipart/form-data ContentType.
ToolProductSettingsPartialUpdateFormdataRequestBody defines body for ToolProductSettingsPartialUpdate for application/x-www-form-urlencoded ContentType.
ToolProductSettingsPartialUpdateJSONRequestBody defines body for ToolProductSettingsPartialUpdate for application/json ContentType.
ToolProductSettingsPartialUpdateMultipartRequestBody defines body for ToolProductSettingsPartialUpdate for multipart/form-data ContentType.
ToolProductSettingsUpdateFormdataRequestBody defines body for ToolProductSettingsUpdate for application/x-www-form-urlencoded ContentType.
ToolProductSettingsUpdateJSONRequestBody defines body for ToolProductSettingsUpdate for application/json ContentType.
ToolProductSettingsUpdateMultipartRequestBody defines body for ToolProductSettingsUpdate for multipart/form-data ContentType.
ToolTypesCreateFormdataRequestBody defines body for ToolTypesCreate for application/x-www-form-urlencoded ContentType.
ToolTypesCreateJSONRequestBody defines body for ToolTypesCreate for application/json ContentType.
ToolTypesCreateMultipartRequestBody defines body for ToolTypesCreate for multipart/form-data ContentType.
ToolTypesPartialUpdateFormdataRequestBody defines body for ToolTypesPartialUpdate for application/x-www-form-urlencoded ContentType.
ToolTypesPartialUpdateJSONRequestBody defines body for ToolTypesPartialUpdate for application/json ContentType.
ToolTypesPartialUpdateMultipartRequestBody defines body for ToolTypesPartialUpdate for multipart/form-data ContentType.
ToolTypesUpdateFormdataRequestBody defines body for ToolTypesUpdate for application/x-www-form-urlencoded ContentType.
ToolTypesUpdateJSONRequestBody defines body for ToolTypesUpdate for application/json ContentType.
ToolTypesUpdateMultipartRequestBody defines body for ToolTypesUpdate for multipart/form-data ContentType.
UserContactInfosCreateFormdataRequestBody defines body for UserContactInfosCreate for application/x-www-form-urlencoded ContentType.
UserContactInfosCreateJSONRequestBody defines body for UserContactInfosCreate for application/json ContentType.
UserContactInfosCreateMultipartRequestBody defines body for UserContactInfosCreate for multipart/form-data ContentType.
UserContactInfosListParamsPrefetch defines parameters for UserContactInfosList.
UserContactInfosPartialUpdateFormdataRequestBody defines body for UserContactInfosPartialUpdate for application/x-www-form-urlencoded ContentType.
UserContactInfosPartialUpdateJSONRequestBody defines body for UserContactInfosPartialUpdate for application/json ContentType.
UserContactInfosPartialUpdateMultipartRequestBody defines body for UserContactInfosPartialUpdate for multipart/form-data ContentType.
UserContactInfosRetrieveParamsPrefetch defines parameters for UserContactInfosRetrieve.
UserContactInfosUpdateFormdataRequestBody defines body for UserContactInfosUpdate for application/x-www-form-urlencoded ContentType.
UserContactInfosUpdateJSONRequestBody defines body for UserContactInfosUpdate for application/json ContentType.
UserContactInfosUpdateMultipartRequestBody defines body for UserContactInfosUpdate for multipart/form-data ContentType.
UsersCreateFormdataRequestBody defines body for UsersCreate for application/x-www-form-urlencoded ContentType.
UsersCreateJSONRequestBody defines body for UsersCreate for application/json ContentType.
UsersCreateMultipartRequestBody defines body for UsersCreate for multipart/form-data ContentType.
UsersPartialUpdateFormdataRequestBody defines body for UsersPartialUpdate for application/x-www-form-urlencoded ContentType.
UsersPartialUpdateJSONRequestBody defines body for UsersPartialUpdate for application/json ContentType.
UsersPartialUpdateMultipartRequestBody defines body for UsersPartialUpdate for multipart/form-data ContentType.
UsersUpdateFormdataRequestBody defines body for UsersUpdate for application/x-www-form-urlencoded ContentType.
UsersUpdateJSONRequestBody defines body for UsersUpdate for application/json ContentType.
UsersUpdateMultipartRequestBody defines body for UsersUpdate for multipart/form-data ContentType.