CheckmarxPythonSDK 1.1.3__tar.gz → 1.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checkmarxpythonsdk-1.1.5/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +330 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +3 -3
- checkmarxpythonsdk-1.1.5/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +190 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +143 -7
- checkmarxpythonsdk-1.1.5/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +58 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +4 -5
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +13 -9
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +2 -5
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +6 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +2 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +5 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py +4 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +2 -3
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +2 -7
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Error.py +3 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Git.py +2 -2
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +2 -6
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Project.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +5 -7
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +6 -7
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +2 -6
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Upload.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -2
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/projectsAPI.py +24 -21
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +2 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +6 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/scansAPI.py +3 -3
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/utilities.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/api.py +2 -2
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +2 -5
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +1 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +7 -8
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +4 -8
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +4 -10
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +13 -15
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +4 -7
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +2 -8
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +2 -4
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +5 -9
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxScaApiSDK/api.py +47 -0
- checkmarxpythonsdk-1.1.5/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK.egg-info/PKG-INFO +12 -2
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/PKG-INFO +12 -2
- checkmarxpythonsdk-1.1.3/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -177
- checkmarxpythonsdk-1.1.3/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- checkmarxpythonsdk-1.1.3/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -27
- checkmarxpythonsdk-1.1.3/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/LICENSE +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/README.md +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/setup.py +0 -0
- {checkmarxpythonsdk-1.1.3 → checkmarxpythonsdk-1.1.5}/tests/test_sample.py +0 -0
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
import json
|
|
2
|
+
from CheckmarxPythonSDK.CxOne.httpRequests import get_request, post_request, put_request
|
|
3
|
+
from CheckmarxPythonSDK.CxOne.KeycloakAPI.url import api_url
|
|
4
|
+
import time
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def get_all_oauth_clients(realm):
|
|
8
|
+
relative_url = api_url + f"/{realm}/clients?first=0&max=999999&search=True"
|
|
9
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
10
|
+
return response
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def get_oauth_client_by_name(realm, client_name):
|
|
14
|
+
relative_url = api_url + f"/{realm}/clients?first=0&max=999999&search=True"
|
|
15
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
16
|
+
|
|
17
|
+
for client in response.json():
|
|
18
|
+
if client_name == client['clientId']:
|
|
19
|
+
response = client
|
|
20
|
+
|
|
21
|
+
return response
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def get_all_oauth_client_by_id(realm, client_id):
|
|
25
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}"
|
|
26
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
27
|
+
return response
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def create_oauth_client(realm, client_name):
|
|
31
|
+
relative_url = api_url + f"/{realm}/clients"
|
|
32
|
+
post_data = json.dumps(
|
|
33
|
+
{
|
|
34
|
+
'enabled': True,
|
|
35
|
+
'attributes': {},
|
|
36
|
+
'redirectUris': [],
|
|
37
|
+
'clientId': client_name,
|
|
38
|
+
'protocol': 'openid-connect'
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
response = post_request(relative_url=relative_url, data=post_data, is_iam=True)
|
|
42
|
+
return response
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
def edit_auth_client(realm, client_id, client_name, name, description):
|
|
46
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}"
|
|
47
|
+
current_time = int(time.time())
|
|
48
|
+
|
|
49
|
+
put_data = json.dumps(
|
|
50
|
+
{
|
|
51
|
+
"id": client_id,
|
|
52
|
+
"clientId": client_name,
|
|
53
|
+
"name": name,
|
|
54
|
+
"description": description,
|
|
55
|
+
"surrogateAuthRequired": False,
|
|
56
|
+
"enabled": True,
|
|
57
|
+
"alwaysDisplayInConsole": False,
|
|
58
|
+
"clientAuthenticatorType": "client-secret",
|
|
59
|
+
"redirectUris": [],
|
|
60
|
+
"webOrigins": [],
|
|
61
|
+
"notBefore": 0,
|
|
62
|
+
"bearerOnly": False,
|
|
63
|
+
"consentRequired": False,
|
|
64
|
+
"standardFlowEnabled": False,
|
|
65
|
+
"implicitFlowEnabled": False,
|
|
66
|
+
"directAccessGrantsEnabled": True,
|
|
67
|
+
"serviceAccountsEnabled": True,
|
|
68
|
+
"publicClient": False,
|
|
69
|
+
"frontchannelLogout": True,
|
|
70
|
+
"protocol": "openid-connect",
|
|
71
|
+
"attributes": {
|
|
72
|
+
"client.secret.creation.time": current_time,
|
|
73
|
+
"backchannel.logout.session.required": "true",
|
|
74
|
+
"backchannel.logout.revoke.offline.tokens": "false",
|
|
75
|
+
"lastUpdate": current_time
|
|
76
|
+
},
|
|
77
|
+
"authenticationFlowBindingOverrides": {},
|
|
78
|
+
"fullScopeAllowed": True,
|
|
79
|
+
"nodeReRegistrationTimeout": -1,
|
|
80
|
+
"protocolMappers": [
|
|
81
|
+
{
|
|
82
|
+
"name": "Client IP Address",
|
|
83
|
+
"protocol": "openid-connect",
|
|
84
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
|
85
|
+
"consentRequired": False,
|
|
86
|
+
"config": {
|
|
87
|
+
"user.session.note": "clientAddress",
|
|
88
|
+
"id.token.claim": "True",
|
|
89
|
+
"access.token.claim": "True",
|
|
90
|
+
"claim.name": "clientAddress",
|
|
91
|
+
"jsonType.label": "String"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Client ID",
|
|
96
|
+
"protocol": "openid-connect",
|
|
97
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
|
98
|
+
"consentRequired": False,
|
|
99
|
+
"config": {
|
|
100
|
+
"user.session.note": "clientId",
|
|
101
|
+
"id.token.claim": "True",
|
|
102
|
+
"access.token.claim": "True",
|
|
103
|
+
"claim.name": "clientId",
|
|
104
|
+
"jsonType.label": "String"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "Client Host",
|
|
109
|
+
"protocol": "openid-connect",
|
|
110
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
|
111
|
+
"consentRequired": False,
|
|
112
|
+
"config": {
|
|
113
|
+
"user.session.note": "clientHost",
|
|
114
|
+
"id.token.claim": "True",
|
|
115
|
+
"access.token.claim": "True",
|
|
116
|
+
"claim.name": "clientHost",
|
|
117
|
+
"jsonType.label": "String"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"defaultClientScopes": [
|
|
122
|
+
"web-origins",
|
|
123
|
+
"acr",
|
|
124
|
+
"roles",
|
|
125
|
+
"profile",
|
|
126
|
+
"iam-api",
|
|
127
|
+
"groups",
|
|
128
|
+
"ast-api",
|
|
129
|
+
"email"
|
|
130
|
+
],
|
|
131
|
+
"optionalClientScopes": [
|
|
132
|
+
"address",
|
|
133
|
+
"phone",
|
|
134
|
+
"offline_access",
|
|
135
|
+
"microprofile-jwt"
|
|
136
|
+
],
|
|
137
|
+
"access": {
|
|
138
|
+
"view": True,
|
|
139
|
+
"configure": True,
|
|
140
|
+
"manage": True
|
|
141
|
+
},
|
|
142
|
+
}
|
|
143
|
+
)
|
|
144
|
+
response = put_request(relative_url=relative_url, data=put_data, is_iam=True)
|
|
145
|
+
return response
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
def get_oauth_service_account_user(realm, client_id):
|
|
149
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/service-account-user"
|
|
150
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
151
|
+
return response.json()
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
def add_group_to_oauth_client(realm, service_account_user_id, group_id):
|
|
155
|
+
relative_url = api_url + f"/{realm}/users/{service_account_user_id}/groups/{group_id}"
|
|
156
|
+
|
|
157
|
+
put_data = json.dumps(
|
|
158
|
+
{
|
|
159
|
+
"realm": f"{realm}",
|
|
160
|
+
"userId": f"{service_account_user_id}",
|
|
161
|
+
"groupId": f"{group_id}"
|
|
162
|
+
}
|
|
163
|
+
)
|
|
164
|
+
response = put_request(relative_url=relative_url, data=put_data, is_iam=True)
|
|
165
|
+
|
|
166
|
+
return response
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
def generate_oauth_secret(realm, client_id):
|
|
170
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/client-secret"
|
|
171
|
+
|
|
172
|
+
post_data = json.dumps(
|
|
173
|
+
{
|
|
174
|
+
"realm": realm,
|
|
175
|
+
"client": client_id
|
|
176
|
+
}
|
|
177
|
+
)
|
|
178
|
+
|
|
179
|
+
response = post_request(relative_url=relative_url, data=post_data, is_iam=True)
|
|
180
|
+
return response
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
def get_client_ast_app(realm):
|
|
184
|
+
"""
|
|
185
|
+
|
|
186
|
+
Args:
|
|
187
|
+
realm:
|
|
188
|
+
|
|
189
|
+
Returns:
|
|
190
|
+
|
|
191
|
+
example
|
|
192
|
+
|
|
193
|
+
[
|
|
194
|
+
{
|
|
195
|
+
"id": "d3b60524-13a1-431a-a703-1d6d3d09f512",
|
|
196
|
+
"clientId": "ast-app",
|
|
197
|
+
"rootUrl": "https://sng.iam.checkmarx.net",
|
|
198
|
+
"adminUrl": "https://sng.iam.checkmarx.net/*",
|
|
199
|
+
"surrogateAuthRequired": false,
|
|
200
|
+
"enabled": true,
|
|
201
|
+
"alwaysDisplayInConsole": false,
|
|
202
|
+
"clientAuthenticatorType": "client-secret",
|
|
203
|
+
"redirectUris": [
|
|
204
|
+
"https://sng.ast.checkmarx.net/*",
|
|
205
|
+
"/*"
|
|
206
|
+
],
|
|
207
|
+
"webOrigins": [
|
|
208
|
+
"*",
|
|
209
|
+
"/*"
|
|
210
|
+
],
|
|
211
|
+
"notBefore": 0,
|
|
212
|
+
"bearerOnly": false,
|
|
213
|
+
"consentRequired": false,
|
|
214
|
+
"standardFlowEnabled": true,
|
|
215
|
+
"implicitFlowEnabled": true,
|
|
216
|
+
"directAccessGrantsEnabled": true,
|
|
217
|
+
"serviceAccountsEnabled": true,
|
|
218
|
+
"publicClient": true,
|
|
219
|
+
"frontchannelLogout": true,
|
|
220
|
+
"protocol": "openid-connect",
|
|
221
|
+
"attributes": {
|
|
222
|
+
"saml.assertion.signature": "false",
|
|
223
|
+
"security.admin.console": "true",
|
|
224
|
+
"saml.force.post.binding": "false",
|
|
225
|
+
"saml.multivalued.roles": "false",
|
|
226
|
+
"saml.encrypt": "false",
|
|
227
|
+
"post.logout.redirect.uris": "+",
|
|
228
|
+
"saml.server.signature": "false",
|
|
229
|
+
"saml.server.signature.keyinfo.ext": "false",
|
|
230
|
+
"exclude.session.state.from.auth.response": "false",
|
|
231
|
+
"saml_force_name_id_format": "false",
|
|
232
|
+
"saml.client.signature": "false",
|
|
233
|
+
"tls.client.certificate.bound.access.tokens": "false",
|
|
234
|
+
"saml.authnstatement": "false",
|
|
235
|
+
"display.on.consent.screen": "false",
|
|
236
|
+
"secretExpDaysBeforeNotification": "10",
|
|
237
|
+
"saml.onetimeuse.condition": "false"
|
|
238
|
+
},
|
|
239
|
+
"authenticationFlowBindingOverrides": {},
|
|
240
|
+
"fullScopeAllowed": true,
|
|
241
|
+
"nodeReRegistrationTimeout": -1,
|
|
242
|
+
"protocolMappers": [
|
|
243
|
+
{
|
|
244
|
+
"id": "76fcd170-9b8b-4991-8e69-38d9fdf80619",
|
|
245
|
+
"name": "realm-management client roles",
|
|
246
|
+
"protocol": "openid-connect",
|
|
247
|
+
"protocolMapper": "oidc-usermodel-client-role-mapper",
|
|
248
|
+
"consentRequired": false,
|
|
249
|
+
"config": {
|
|
250
|
+
"multivalued": "true",
|
|
251
|
+
"user.attribute": "foo",
|
|
252
|
+
"access.token.claim": "true",
|
|
253
|
+
"claim.name": "resource_access.${client_id}.roles",
|
|
254
|
+
"jsonType.label": "String",
|
|
255
|
+
"usermodel.clientRoleMapping.clientId": "realm-management"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "b359cb2c-ac34-428d-b7d9-8bd8453926a6",
|
|
260
|
+
"name": "Client ID",
|
|
261
|
+
"protocol": "openid-connect",
|
|
262
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
|
263
|
+
"consentRequired": false,
|
|
264
|
+
"config": {
|
|
265
|
+
"user.session.note": "clientId",
|
|
266
|
+
"userinfo.token.claim": "true",
|
|
267
|
+
"id.token.claim": "true",
|
|
268
|
+
"access.token.claim": "true",
|
|
269
|
+
"claim.name": "clientId",
|
|
270
|
+
"jsonType.label": "String"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"id": "aad7d17c-d733-4ed3-8c14-e11590a9678d",
|
|
275
|
+
"name": "Client IP Address",
|
|
276
|
+
"protocol": "openid-connect",
|
|
277
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
|
278
|
+
"consentRequired": false,
|
|
279
|
+
"config": {
|
|
280
|
+
"user.session.note": "clientAddress",
|
|
281
|
+
"userinfo.token.claim": "true",
|
|
282
|
+
"id.token.claim": "true",
|
|
283
|
+
"access.token.claim": "true",
|
|
284
|
+
"claim.name": "clientAddress",
|
|
285
|
+
"jsonType.label": "String"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"id": "470d9673-888e-4f6f-9f4a-1b6fd652c099",
|
|
290
|
+
"name": "Client Host",
|
|
291
|
+
"protocol": "openid-connect",
|
|
292
|
+
"protocolMapper": "oidc-usersessionmodel-note-mapper",
|
|
293
|
+
"consentRequired": false,
|
|
294
|
+
"config": {
|
|
295
|
+
"user.session.note": "clientHost",
|
|
296
|
+
"userinfo.token.claim": "true",
|
|
297
|
+
"id.token.claim": "true",
|
|
298
|
+
"access.token.claim": "true",
|
|
299
|
+
"claim.name": "clientHost",
|
|
300
|
+
"jsonType.label": "String"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"defaultClientScopes": [
|
|
305
|
+
"web-origins",
|
|
306
|
+
"roles",
|
|
307
|
+
"profile",
|
|
308
|
+
"iam-api",
|
|
309
|
+
"groups",
|
|
310
|
+
"basic",
|
|
311
|
+
"ast-api",
|
|
312
|
+
"email"
|
|
313
|
+
],
|
|
314
|
+
"optionalClientScopes": [
|
|
315
|
+
"address",
|
|
316
|
+
"phone",
|
|
317
|
+
"microprofile-jwt"
|
|
318
|
+
],
|
|
319
|
+
"access": {
|
|
320
|
+
"view": true,
|
|
321
|
+
"configure": true,
|
|
322
|
+
"manage": true
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
]
|
|
326
|
+
"""
|
|
327
|
+
relative_url = api_url + f"/{realm}/clients?clientId=ast-app&max=1&search=true"
|
|
328
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
329
|
+
response = response.json()
|
|
330
|
+
return response
|
|
@@ -58,7 +58,7 @@ def create_group_set(realm, group_representation) -> bool:
|
|
|
58
58
|
type_check(realm, str)
|
|
59
59
|
type_check(group_representation, GroupRepresentation)
|
|
60
60
|
relative_url = api_url + f"/{realm}/groups"
|
|
61
|
-
post_data = group_representation.
|
|
61
|
+
post_data = json.dumps(group_representation.to_dict())
|
|
62
62
|
response = post_request(relative_url=relative_url, data=post_data, is_iam=True)
|
|
63
63
|
if response.status_code == CREATED:
|
|
64
64
|
result = True
|
|
@@ -136,7 +136,7 @@ def update_group_by_id(realm, group_id, group_representation) -> bool:
|
|
|
136
136
|
type_check(group_id, str)
|
|
137
137
|
relative_url = api_url + f"/{realm}/groups/{group_id}"
|
|
138
138
|
type_check(group_representation, GroupRepresentation)
|
|
139
|
-
post_data = group_representation.
|
|
139
|
+
post_data = json.dumps(group_representation.to_dict())
|
|
140
140
|
response = put_request(relative_url=relative_url, data=post_data, is_iam=True)
|
|
141
141
|
if response.status_code == NO_CONTENT:
|
|
142
142
|
result = True
|
|
@@ -240,7 +240,7 @@ def update_group_permissions(realm, group_id, group_permissions):
|
|
|
240
240
|
type_check(group_id, str)
|
|
241
241
|
type_check(group_permissions, ManagementPermissionReference)
|
|
242
242
|
relative_url = api_url + f"/{realm}/groups/{group_id}/management/permissions"
|
|
243
|
-
data = group_permissions.
|
|
243
|
+
data = json.dumps(group_permissions.to_dict())
|
|
244
244
|
response = put_request(relative_url=relative_url, data=data, is_iam=True)
|
|
245
245
|
if response.status_code == NO_CONTENT:
|
|
246
246
|
result = True
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import json
|
|
2
|
+
from ...utilities.compat import CREATED, NO_CONTENT
|
|
3
|
+
from ..httpRequests import get_request, post_request, put_request, delete_request
|
|
4
|
+
from typing import List
|
|
5
|
+
from ..utilities import get_url_param, type_check
|
|
6
|
+
from .url import api_url
|
|
7
|
+
from .dto import RoleRepresentation
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def get_all_roles_for_the_client(realm: str, client_id: str,
|
|
11
|
+
brief_representation: bool = False,
|
|
12
|
+
first: int = None,
|
|
13
|
+
max: int = None,
|
|
14
|
+
search: bool = None):
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
Args:
|
|
18
|
+
realm (str):
|
|
19
|
+
client_id (str):
|
|
20
|
+
brief_representation (bool):
|
|
21
|
+
first (int):
|
|
22
|
+
max (int):
|
|
23
|
+
search (bool):
|
|
24
|
+
|
|
25
|
+
Returns:
|
|
26
|
+
dict
|
|
27
|
+
"""
|
|
28
|
+
type_check(realm, str)
|
|
29
|
+
type_check(client_id, str)
|
|
30
|
+
type_check(brief_representation, bool)
|
|
31
|
+
type_check(first, int)
|
|
32
|
+
type_check(max, int)
|
|
33
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/roles?"
|
|
34
|
+
relative_url += get_url_param("briefRepresentation", brief_representation)
|
|
35
|
+
relative_url += get_url_param("first", first)
|
|
36
|
+
relative_url += get_url_param("max", max)
|
|
37
|
+
relative_url += get_url_param("search", search)
|
|
38
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
39
|
+
response = response.json()
|
|
40
|
+
return response
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def create_role_for_the_client(realm: str, client_id: str, role_name: str, description: str = None):
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
Args:
|
|
47
|
+
realm (str):
|
|
48
|
+
client_id (str):
|
|
49
|
+
role_name (str):
|
|
50
|
+
description (str):
|
|
51
|
+
|
|
52
|
+
Returns:
|
|
53
|
+
bool
|
|
54
|
+
"""
|
|
55
|
+
is_successful = False
|
|
56
|
+
type_check(realm, str)
|
|
57
|
+
type_check(client_id, str)
|
|
58
|
+
type_check(role_name, str)
|
|
59
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/roles"
|
|
60
|
+
data = json.dumps({
|
|
61
|
+
"name": role_name,
|
|
62
|
+
"description": description,
|
|
63
|
+
"composite": True,
|
|
64
|
+
"clientRole": True,
|
|
65
|
+
"attributes": {
|
|
66
|
+
"category": ["Composite role"],
|
|
67
|
+
"type": ["Role"],
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
response = post_request(relative_url=relative_url, data=data, is_iam=True)
|
|
71
|
+
if response.status_code == CREATED:
|
|
72
|
+
is_successful = True
|
|
73
|
+
return is_successful
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def delete_role_by_name(realm: str, client_id: str, role_name: str):
|
|
77
|
+
is_successful = False
|
|
78
|
+
type_check(realm, str)
|
|
79
|
+
type_check(client_id, str)
|
|
80
|
+
type_check(role_name, str)
|
|
81
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/roles/{role_name}"
|
|
82
|
+
response = delete_request(relative_url=relative_url, is_iam=True)
|
|
83
|
+
if response.status_code == NO_CONTENT:
|
|
84
|
+
is_successful = True
|
|
85
|
+
return is_successful
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def get_role_by_name(realm: str, client_id: str, role_name: str):
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
Args:
|
|
92
|
+
realm:
|
|
93
|
+
client_id:
|
|
94
|
+
role_name:
|
|
95
|
+
|
|
96
|
+
Returns:
|
|
97
|
+
dict
|
|
98
|
+
example
|
|
99
|
+
{
|
|
100
|
+
"id": "35334ef1-989c-4c08-aaf9-3c4e2c4e6e9e",
|
|
101
|
+
"name": "test111111111",
|
|
102
|
+
"composite": false,
|
|
103
|
+
"clientRole": true,
|
|
104
|
+
"containerId": "d3b60524-13a1-431a-a703-1d6d3d09f512",
|
|
105
|
+
"attributes": {
|
|
106
|
+
"creator": [
|
|
107
|
+
"happy_yang"
|
|
108
|
+
],
|
|
109
|
+
"lastUpdate": [
|
|
110
|
+
"1737608480336"
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
"""
|
|
115
|
+
type_check(realm, str)
|
|
116
|
+
type_check(client_id, str)
|
|
117
|
+
type_check(role_name, str)
|
|
118
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/roles/{role_name}"
|
|
119
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
120
|
+
response = response.json()
|
|
121
|
+
return response
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
def update_role_by_id(realm: str, role_id: str, role_representation: RoleRepresentation):
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
Args:
|
|
128
|
+
realm (str):
|
|
129
|
+
role_id (str):
|
|
130
|
+
role_representation (RoleRepresentation):
|
|
131
|
+
{"attributes": {"type": ["Role"], "category": ["Composite role"], "creator": ["happy_yang"],
|
|
132
|
+
"lastUpdate": ["1737608480336"]}, "clientRole": true, "composite": true,
|
|
133
|
+
"containerId": "d3b60524-13a1-431a-a703-1d6d3d09f512", "id": "35334ef1-989c-4c08-aaf9-3c4e2c4e6e9e",
|
|
134
|
+
"name": "test111111111"}
|
|
135
|
+
Returns:
|
|
136
|
+
bool
|
|
137
|
+
"""
|
|
138
|
+
is_successful = False
|
|
139
|
+
relative_url = api_url + f"/{realm}/roles-by-id/{role_id}"
|
|
140
|
+
data = json.dumps(role_representation.to_dict())
|
|
141
|
+
response = put_request(relative_url=relative_url, data=data, is_iam=True)
|
|
142
|
+
if response.status_code == NO_CONTENT:
|
|
143
|
+
is_successful = True
|
|
144
|
+
return is_successful
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
def get_roles_children(realm: str, role_id: str):
|
|
148
|
+
"""
|
|
149
|
+
Get role’s children Returns a set of role’s children provided the role is a composite.
|
|
150
|
+
Args:
|
|
151
|
+
realm:
|
|
152
|
+
role_id:
|
|
153
|
+
|
|
154
|
+
Returns:
|
|
155
|
+
dict
|
|
156
|
+
"""
|
|
157
|
+
relative_url = api_url + f"/{realm}/roles-by-id/{role_id}/composites"
|
|
158
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
159
|
+
response = response.json()
|
|
160
|
+
return response
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
def add_children_to_a_composite_role(realm: str, role_id: str, children: List[RoleRepresentation]):
|
|
164
|
+
"""
|
|
165
|
+
|
|
166
|
+
Args:
|
|
167
|
+
realm (str):
|
|
168
|
+
role_id (str):
|
|
169
|
+
children (str): [{"clientRole": true, "composite": true, "containerId": "d3b60524-13a1-431a-a703-1d6d3d09f512",
|
|
170
|
+
"description": "Scan, manage results, manage projects", "id": "260f1dba-9ac4-451d-bd9f-4f2249e0ae7d",
|
|
171
|
+
"name": "ast-scanner"}]
|
|
172
|
+
|
|
173
|
+
Returns:
|
|
174
|
+
bool
|
|
175
|
+
"""
|
|
176
|
+
is_successful = False
|
|
177
|
+
relative_url = api_url + f"/{realm}/roles-by-id/{role_id}/composites"
|
|
178
|
+
data = json.dumps([role_representation.to_dict() for role_representation in children])
|
|
179
|
+
response = post_request(relative_url=relative_url, data=data, is_iam=True)
|
|
180
|
+
if response.status_code == NO_CONTENT:
|
|
181
|
+
is_successful = True
|
|
182
|
+
return is_successful
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def get_all_roles_for_the_realm(realm):
|
|
186
|
+
type_check(realm, str)
|
|
187
|
+
relative_url = api_url + f"/{realm}/roles"
|
|
188
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
189
|
+
response = response.json()
|
|
190
|
+
return response
|