CheckmarxPythonSDK 1.7.6__tar.gz → 1.7.7__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.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersApi.py +48 -25
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesApi.py +14 -11
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +4 -0
- checkmarxpythonsdk-1.7.7/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyUse.py +22 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +4 -4
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/__init__.py +2 -1
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/projectsAPI.py +19 -0
- checkmarxpythonsdk-1.7.7/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/api_client.py +2 -2
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.7.6/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyUse.py +0 -22
- checkmarxpythonsdk-1.7.6/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/CodeRepositoryProjectImportAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRolesApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIdApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersApi.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/api_url.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Access.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AdminEventRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ApplicationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ApplicationRepresentationClaims.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthDetailsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Authorization.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClaimRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientTemplateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Composites.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Confirmation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/DecisionStrategy.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/EnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/EventRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/InstallationAdapterConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Logic.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MethodConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/OAuthClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathCacheConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathSegment.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyEnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyEnforcerConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PublishedRealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceOwnerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentationOwner.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeEnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SocialLinkRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttribute.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributePermissions.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributeRequired.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributeSelector.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPGroup.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileAttributeGroupMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileAttributeMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserSessionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/accessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/accessManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/byorResultsHandlerV2API.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/customStateAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AddAssignmentRoles.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Assignment.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AssignmentsForResource.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AssignmentsWithBaseRoles.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/BaseRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/BaseRolesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ByorJob.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ByorJobPatchRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Client.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientWithResource.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ClientsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccount.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccountLog.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CloudInsightContainer.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CloudInsightCreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CloudInsightEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Composites.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ContributorInsights.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ContributorScmInsights.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ContributorUnfamiliarProjects.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CreateRoleRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/CustomState.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/EffectivePermissionsForResourceResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/EntitiesForExtendedResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/EntityRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/EntityType.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/GroupWithResource.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/GroupsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/GroupsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/InternalClient.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/InternalGroup.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/InternalUser.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/KicsResultCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/MultipleAssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountLogsListResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountsListResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PaginatedContainersListResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PaginatedResourcesList.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProtocolMappersRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Resource.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResourceType.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RoleWithDetails.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SocialLinkRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/StrEnum.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/TriageRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/TriageResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/User.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserProfileAttributeGroupMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserProfileAttributeMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserProfileMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UserWithResource.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/VersionsOut.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WebHook.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WebHookConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WebHookEvent.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WebHookInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WebHooksCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/versionsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/webhookAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/configuration.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/LICENSE +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/README.md +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/setup.py +0 -0
- {checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/tests/test_sample.py +0 -0
|
@@ -27,12 +27,18 @@ class IdentityProvidersApi:
|
|
|
27
27
|
URL:
|
|
28
28
|
Relative path: /{realm}/identity-provider/import-config
|
|
29
29
|
"""
|
|
30
|
-
relative_url = f"{api_url}/{realm}/
|
|
30
|
+
relative_url = f"{api_url}/{realm}/identity-provider/import_config"
|
|
31
31
|
response = self.api_client.post_request(relative_url=relative_url, is_iam=True)
|
|
32
32
|
return response.json()
|
|
33
33
|
|
|
34
|
-
def get_instances(
|
|
35
|
-
|
|
34
|
+
def get_instances(
|
|
35
|
+
self,
|
|
36
|
+
realm: str,
|
|
37
|
+
brief_representation: bool = None,
|
|
38
|
+
first: str = None,
|
|
39
|
+
max: str = None,
|
|
40
|
+
search: bool = None
|
|
41
|
+
) -> List[IdentityProviderRepresentation]:
|
|
36
42
|
"""
|
|
37
43
|
List identity providers
|
|
38
44
|
|
|
@@ -50,11 +56,15 @@ class IdentityProvidersApi:
|
|
|
50
56
|
Relative path: /{realm}/identity-provider/instances
|
|
51
57
|
"""
|
|
52
58
|
params = {"briefRepresentation": brief_representation, "first": first, "max": max, "search": search}
|
|
53
|
-
relative_url = f"{api_url}/{realm}/
|
|
59
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances"
|
|
54
60
|
response = self.api_client.get_request(relative_url=relative_url, params=params, is_iam=True)
|
|
55
61
|
return [IdentityProviderRepresentation.from_dict(item) for item in response.json()]
|
|
56
62
|
|
|
57
|
-
def post_instances(
|
|
63
|
+
def post_instances(
|
|
64
|
+
self,
|
|
65
|
+
realm: str,
|
|
66
|
+
identity_provider_representation: IdentityProviderRepresentation
|
|
67
|
+
) -> bool:
|
|
58
68
|
"""
|
|
59
69
|
Create a new identity provider
|
|
60
70
|
|
|
@@ -68,7 +78,7 @@ class IdentityProvidersApi:
|
|
|
68
78
|
URL:
|
|
69
79
|
Relative path: /{realm}/identity-provider/instances
|
|
70
80
|
"""
|
|
71
|
-
relative_url = f"{api_url}/{realm}/
|
|
81
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances"
|
|
72
82
|
response = self.api_client.post_request(relative_url=relative_url,
|
|
73
83
|
json=identity_provider_representation.to_dict(), is_iam=True)
|
|
74
84
|
return response.status_code == 200
|
|
@@ -87,12 +97,16 @@ class IdentityProvidersApi:
|
|
|
87
97
|
URL:
|
|
88
98
|
Relative path: /{realm}/identity-provider/instances/{alias}
|
|
89
99
|
"""
|
|
90
|
-
relative_url = f"{api_url}/{realm}/
|
|
100
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}"
|
|
91
101
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
92
102
|
return IdentityProviderRepresentation.from_dict(response.json())
|
|
93
103
|
|
|
94
|
-
def put_instance(
|
|
95
|
-
|
|
104
|
+
def put_instance(
|
|
105
|
+
self,
|
|
106
|
+
realm: str,
|
|
107
|
+
alias: str,
|
|
108
|
+
identity_provider_representation: IdentityProviderRepresentation
|
|
109
|
+
) -> bool:
|
|
96
110
|
"""
|
|
97
111
|
Update the identity provider
|
|
98
112
|
|
|
@@ -107,7 +121,7 @@ class IdentityProvidersApi:
|
|
|
107
121
|
URL:
|
|
108
122
|
Relative path: /{realm}/identity-provider/instances/{alias}
|
|
109
123
|
"""
|
|
110
|
-
relative_url = f"{api_url}/{realm}/
|
|
124
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}"
|
|
111
125
|
response = self.api_client.put_request(relative_url=relative_url,
|
|
112
126
|
json=identity_provider_representation.to_dict(), is_iam=True)
|
|
113
127
|
return response.status_code == 200
|
|
@@ -126,7 +140,7 @@ class IdentityProvidersApi:
|
|
|
126
140
|
URL:
|
|
127
141
|
Relative path: /{realm}/identity-provider/instances/{alias}
|
|
128
142
|
"""
|
|
129
|
-
relative_url = f"{api_url}/{realm}/
|
|
143
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}"
|
|
130
144
|
response = self.api_client.delete_request(relative_url=relative_url, is_iam=True)
|
|
131
145
|
return response.status_code == 200
|
|
132
146
|
|
|
@@ -146,7 +160,7 @@ class IdentityProvidersApi:
|
|
|
146
160
|
Relative path: /{realm}/identity-provider/instances/{alias}/export
|
|
147
161
|
"""
|
|
148
162
|
params = {"format": format}
|
|
149
|
-
relative_url = f"{api_url}/{realm}/
|
|
163
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/export"
|
|
150
164
|
response = self.api_client.get_request(relative_url=relative_url, params=params, is_iam=True)
|
|
151
165
|
return response.status_code == 200
|
|
152
166
|
|
|
@@ -164,12 +178,16 @@ class IdentityProvidersApi:
|
|
|
164
178
|
URL:
|
|
165
179
|
Relative path: /{realm}/identity-provider/instances/{alias}/management/permissions
|
|
166
180
|
"""
|
|
167
|
-
relative_url = f"{api_url}/{realm}/
|
|
181
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/management/permissions"
|
|
168
182
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
169
183
|
return ManagementPermissionReference.from_dict(response.json())
|
|
170
184
|
|
|
171
|
-
def put_instance_management_permissions(
|
|
172
|
-
|
|
185
|
+
def put_instance_management_permissions(
|
|
186
|
+
self,
|
|
187
|
+
realm: str,
|
|
188
|
+
alias: str,
|
|
189
|
+
management_permission_reference: ManagementPermissionReference
|
|
190
|
+
) -> ManagementPermissionReference:
|
|
173
191
|
"""
|
|
174
192
|
Return object stating whether client Authorization permissions have been initialized or not and a reference
|
|
175
193
|
|
|
@@ -184,7 +202,7 @@ class IdentityProvidersApi:
|
|
|
184
202
|
URL:
|
|
185
203
|
Relative path: /{realm}/identity-provider/instances/{alias}/management/permissions
|
|
186
204
|
"""
|
|
187
|
-
relative_url = f"{api_url}/{realm}/
|
|
205
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/management/permissions"
|
|
188
206
|
response = self.api_client.put_request(relative_url=relative_url,
|
|
189
207
|
json=management_permission_reference.to_dict(), is_iam=True)
|
|
190
208
|
return ManagementPermissionReference.from_dict(response.json())
|
|
@@ -203,7 +221,7 @@ class IdentityProvidersApi:
|
|
|
203
221
|
URL:
|
|
204
222
|
Relative path: /{realm}/identity-provider/instances/{alias}/mapper-types
|
|
205
223
|
"""
|
|
206
|
-
relative_url = f"{api_url}/{realm}/
|
|
224
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/mapper_types"
|
|
207
225
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
208
226
|
return response.status_code == 200
|
|
209
227
|
|
|
@@ -221,7 +239,7 @@ class IdentityProvidersApi:
|
|
|
221
239
|
URL:
|
|
222
240
|
Relative path: /{realm}/identity-provider/instances/{alias}/mappers
|
|
223
241
|
"""
|
|
224
|
-
relative_url = f"{api_url}/{realm}/
|
|
242
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/mappers"
|
|
225
243
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
226
244
|
return [IdentityProviderMapperRepresentation.from_dict(item) for item in response.json()]
|
|
227
245
|
|
|
@@ -241,7 +259,7 @@ class IdentityProvidersApi:
|
|
|
241
259
|
URL:
|
|
242
260
|
Relative path: /{realm}/identity-provider/instances/{alias}/mappers
|
|
243
261
|
"""
|
|
244
|
-
relative_url = f"{api_url}/{realm}/
|
|
262
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/mappers"
|
|
245
263
|
response = self.api_client.post_request(relative_url=relative_url,
|
|
246
264
|
json=identity_provider_mapper_representation.to_dict(), is_iam=True)
|
|
247
265
|
return response.status_code == 200
|
|
@@ -261,12 +279,17 @@ class IdentityProvidersApi:
|
|
|
261
279
|
URL:
|
|
262
280
|
Relative path: /{realm}/identity-provider/instances/{alias}/mappers/{id}
|
|
263
281
|
"""
|
|
264
|
-
relative_url = f"{api_url}/{realm}/
|
|
282
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/mappers/{id}"
|
|
265
283
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
266
284
|
return IdentityProviderMapperRepresentation.from_dict(response.json())
|
|
267
285
|
|
|
268
|
-
def put_mapper(
|
|
269
|
-
|
|
286
|
+
def put_mapper(
|
|
287
|
+
self,
|
|
288
|
+
realm: str,
|
|
289
|
+
alias: str,
|
|
290
|
+
id: str,
|
|
291
|
+
identity_provider_mapper_representation: IdentityProviderMapperRepresentation
|
|
292
|
+
) -> bool:
|
|
270
293
|
"""
|
|
271
294
|
Update a mapper for the identity provider
|
|
272
295
|
|
|
@@ -282,7 +305,7 @@ class IdentityProvidersApi:
|
|
|
282
305
|
URL:
|
|
283
306
|
Relative path: /{realm}/identity-provider/instances/{alias}/mappers/{id}
|
|
284
307
|
"""
|
|
285
|
-
relative_url = f"{api_url}/{realm}/
|
|
308
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/mappers/{id}"
|
|
286
309
|
response = self.api_client.put_request(relative_url=relative_url,
|
|
287
310
|
json=identity_provider_mapper_representation.to_dict(), is_iam=True)
|
|
288
311
|
return response.status_code == 204
|
|
@@ -302,7 +325,7 @@ class IdentityProvidersApi:
|
|
|
302
325
|
URL:
|
|
303
326
|
Relative path: /{realm}/identity-provider/instances/{alias}/mappers/{id}
|
|
304
327
|
"""
|
|
305
|
-
relative_url = f"{api_url}/{realm}/
|
|
328
|
+
relative_url = f"{api_url}/{realm}/identity-provider/instances/{alias}/mappers/{id}"
|
|
306
329
|
response = self.api_client.delete_request(relative_url=relative_url, is_iam=True)
|
|
307
330
|
return response.status_code == 204
|
|
308
331
|
|
|
@@ -320,6 +343,6 @@ class IdentityProvidersApi:
|
|
|
320
343
|
URL:
|
|
321
344
|
Relative path: /{realm}/identity-provider/providers/{provider_id}
|
|
322
345
|
"""
|
|
323
|
-
relative_url = f"{api_url}/{realm}/
|
|
346
|
+
relative_url = f"{api_url}/{realm}/identity-provider/providers/{provider_id}"
|
|
324
347
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
325
348
|
return response.json()
|
|
@@ -15,17 +15,17 @@ class RolesApi:
|
|
|
15
15
|
api_client = ApiClient(configuration=configuration)
|
|
16
16
|
self.api_client = api_client
|
|
17
17
|
|
|
18
|
-
def get_client_roles(self, realm: str, id: str, brief_representation:
|
|
19
|
-
max:
|
|
18
|
+
def get_client_roles(self, realm: str, id: str, brief_representation: bool = False, first: int = None,
|
|
19
|
+
max: int = None, search: str = None) -> List[RoleRepresentation]:
|
|
20
20
|
"""
|
|
21
21
|
Get all roles for the realm or client
|
|
22
22
|
|
|
23
23
|
Args:
|
|
24
24
|
realm (str): [required]
|
|
25
25
|
id (str): [required]
|
|
26
|
-
brief_representation (
|
|
27
|
-
first (
|
|
28
|
-
max (
|
|
26
|
+
brief_representation (bool):
|
|
27
|
+
first (int): first result to return. Ignored if negative or None.
|
|
28
|
+
max (int): maximum number of results to return. Ignored if negative or None.
|
|
29
29
|
search (str):
|
|
30
30
|
|
|
31
31
|
Returns:
|
|
@@ -159,7 +159,7 @@ class RolesApi:
|
|
|
159
159
|
is_iam=True)
|
|
160
160
|
return response.status_code == 204
|
|
161
161
|
|
|
162
|
-
def delete_client_role_composites(self, realm: str, id: str, role_name: str) -> bool:
|
|
162
|
+
def delete_client_role_composites(self, realm: str, id: str, role_name: str, role_representations: List[RoleRepresentation]) -> bool:
|
|
163
163
|
"""
|
|
164
164
|
Remove roles from the role’s composite
|
|
165
165
|
|
|
@@ -167,6 +167,7 @@ class RolesApi:
|
|
|
167
167
|
realm (str): [required]
|
|
168
168
|
id (str): [required]
|
|
169
169
|
role_name (str): [required]
|
|
170
|
+
role_representations (List[RoleRepresentation]): Request body data [required]
|
|
170
171
|
|
|
171
172
|
Returns:
|
|
172
173
|
bool
|
|
@@ -175,7 +176,7 @@ class RolesApi:
|
|
|
175
176
|
Relative path: /{realm}/clients/{id}/roles/{role_name}/composites
|
|
176
177
|
"""
|
|
177
178
|
relative_url = f"{api_url}/{realm}/clients/{id}/roles/{role_name}/composites"
|
|
178
|
-
response = self.api_client.delete_request(relative_url=relative_url, is_iam=True)
|
|
179
|
+
response = self.api_client.delete_request(relative_url=relative_url, json=[role_representation.to_dict() for role_representation in role_representations], is_iam=True)
|
|
179
180
|
return response.status_code == 204
|
|
180
181
|
|
|
181
182
|
def get_client_role_composites_client(self, realm: str, id: str, role_name: str, client_uuid: str) -> List[
|
|
@@ -543,8 +544,9 @@ class RolesApi:
|
|
|
543
544
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
544
545
|
return ManagementPermissionReference.from_dict(response.json())
|
|
545
546
|
|
|
546
|
-
def put_role_management_permissions_by_realm_by_role_name(
|
|
547
|
-
|
|
547
|
+
def put_role_management_permissions_by_realm_by_role_name(
|
|
548
|
+
self, realm: str, role_name: str, management_permission_reference: ManagementPermissionReference
|
|
549
|
+
) -> ManagementPermissionReference:
|
|
548
550
|
"""
|
|
549
551
|
Return object stating whether role Authorization permissions have been initialized or not and a reference
|
|
550
552
|
|
|
@@ -564,8 +566,9 @@ class RolesApi:
|
|
|
564
566
|
json=management_permission_reference.to_dict(), is_iam=True)
|
|
565
567
|
return ManagementPermissionReference.from_dict(response.json())
|
|
566
568
|
|
|
567
|
-
def get_role_users_by_realm_by_role_name(
|
|
568
|
-
|
|
569
|
+
def get_role_users_by_realm_by_role_name(
|
|
570
|
+
self, realm: str, role_name: str, first: bool = None, max: bool = None
|
|
571
|
+
) -> List[UserRepresentation]:
|
|
569
572
|
"""
|
|
570
573
|
Returns a stream of users that have the specified role name.
|
|
571
574
|
|
|
@@ -21,6 +21,7 @@ class IdentityProviderRepresentation:
|
|
|
21
21
|
post_broker_login_flow_alias: Optional[str] = None
|
|
22
22
|
config: Optional[Dict[str, Any]] = None
|
|
23
23
|
update_profile_first_login: Optional[bool] = None
|
|
24
|
+
hide_on_login: Optional[bool] = None
|
|
24
25
|
|
|
25
26
|
def to_dict(self) -> Dict[str, Any]:
|
|
26
27
|
result: Dict[str, Any] = {}
|
|
@@ -69,6 +70,9 @@ class IdentityProviderRepresentation:
|
|
|
69
70
|
if self.update_profile_first_login is not None:
|
|
70
71
|
value = self.update_profile_first_login
|
|
71
72
|
result['updateProfileFirstLogin'] = value
|
|
73
|
+
if self.hide_on_login is not None:
|
|
74
|
+
value = self.hide_on_login
|
|
75
|
+
result['hideOnLogin'] = value
|
|
72
76
|
return result
|
|
73
77
|
|
|
74
78
|
@classmethod
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
from dataclasses import dataclass
|
|
2
|
+
from typing import Dict, List, Any, Optional, Union
|
|
3
|
+
from typing_extensions import Self
|
|
4
|
+
from inflection import camelize, underscore
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@dataclass
|
|
8
|
+
class KeyUse:
|
|
9
|
+
value: str
|
|
10
|
+
|
|
11
|
+
def to_dict(self) -> str:
|
|
12
|
+
return self.value
|
|
13
|
+
|
|
14
|
+
@classmethod
|
|
15
|
+
def from_dict(cls, data: Union[str, Dict[str, Any]]) -> Self:
|
|
16
|
+
if isinstance(data, str):
|
|
17
|
+
return cls(value=data)
|
|
18
|
+
elif isinstance(data, dict):
|
|
19
|
+
snake_data: Dict[str, Any] = {underscore(k): v for k, v in data.items()}
|
|
20
|
+
return cls(**snake_data)
|
|
21
|
+
else:
|
|
22
|
+
raise ValueError(f'Invalid data type for KeyUse: {type(data)}')
|
|
@@ -11,10 +11,10 @@ from .UserProfileMetadata import UserProfileMetadata
|
|
|
11
11
|
|
|
12
12
|
@dataclass
|
|
13
13
|
class UserRepresentation:
|
|
14
|
-
username: str
|
|
15
|
-
email: str
|
|
16
|
-
first_name: str
|
|
17
|
-
last_name: str
|
|
14
|
+
username: str = None
|
|
15
|
+
email: str = None
|
|
16
|
+
first_name: str = None
|
|
17
|
+
last_name: str = None
|
|
18
18
|
self: Optional[str] = None
|
|
19
19
|
id: Optional[str] = None
|
|
20
20
|
origin: Optional[str] = None
|
|
@@ -172,6 +172,7 @@ from .projectsAPI import (
|
|
|
172
172
|
get_branches,
|
|
173
173
|
get_a_project_by_id,
|
|
174
174
|
update_a_project,
|
|
175
|
+
update_specific_project_fields,
|
|
175
176
|
delete_a_project,
|
|
176
177
|
update_project_group,
|
|
177
178
|
update_primary_branch,
|
|
@@ -383,4 +384,4 @@ from .versionsAPI import (
|
|
|
383
384
|
)
|
|
384
385
|
from .webhookAPI import (
|
|
385
386
|
WebHookAPI
|
|
386
|
-
)
|
|
387
|
+
)
|
{checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/projectsAPI.py
RENAMED
|
@@ -275,6 +275,21 @@ class ProjectsAPI(object):
|
|
|
275
275
|
response = self.api_client.put_request(relative_url=relative_url, json=project_input.to_dict())
|
|
276
276
|
return response.status_code == NO_CONTENT
|
|
277
277
|
|
|
278
|
+
def update_specific_project_fields(self, project_id: str, project_input: ProjectInput) -> bool:
|
|
279
|
+
"""
|
|
280
|
+
Update specific project fields. all parameters are covered by the input sent
|
|
281
|
+
Args:
|
|
282
|
+
project_id (str):
|
|
283
|
+
project_input (ProjectInput):
|
|
284
|
+
Returns:
|
|
285
|
+
bool
|
|
286
|
+
"""
|
|
287
|
+
if not project_id:
|
|
288
|
+
return False
|
|
289
|
+
relative_url = api_url + "/{id}".format(id=project_id)
|
|
290
|
+
response = self.api_client.patch_request(relative_url=relative_url, json=project_input.to_dict())
|
|
291
|
+
return response.status_code == NO_CONTENT
|
|
292
|
+
|
|
278
293
|
def delete_a_project(self, project_id: str) -> bool:
|
|
279
294
|
"""
|
|
280
295
|
|
|
@@ -437,6 +452,10 @@ def update_a_project(project_id: str, project_input: ProjectInput) -> bool:
|
|
|
437
452
|
return ProjectsAPI().update_a_project(project_id=project_id, project_input=project_input)
|
|
438
453
|
|
|
439
454
|
|
|
455
|
+
def update_specific_project_fields(project_id: str, project_input: ProjectInput) -> bool:
|
|
456
|
+
return ProjectsAPI().update_specific_project_fields(project_id=project_id, project_input=project_input)
|
|
457
|
+
|
|
458
|
+
|
|
440
459
|
def delete_a_project(project_id: str) -> bool:
|
|
441
460
|
return ProjectsAPI().delete_a_project(project_id=project_id)
|
|
442
461
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.7.7'
|
|
@@ -252,6 +252,6 @@ class ApiClient(object):
|
|
|
252
252
|
url = self.create_url(relative_url=relative_url, is_iam=is_iam)
|
|
253
253
|
return self.call_api(method="PATCH", url=url, data=data, auth=auth, headers=headers, params=params, json=json)
|
|
254
254
|
|
|
255
|
-
def delete_request(self, relative_url, data=None, auth=None, headers=None, params=None, is_iam=False):
|
|
255
|
+
def delete_request(self, relative_url, data=None, auth=None, headers=None, params=None, json=None, is_iam=False):
|
|
256
256
|
url = self.create_url(relative_url=relative_url, is_iam=is_iam)
|
|
257
|
-
return self.call_api(method="DELETE", url=url, data=data, auth=auth, headers=headers, params=params)
|
|
257
|
+
return self.call_api(method="DELETE", url=url, data=data, auth=auth, headers=headers, params=params, json=json)
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
from dataclasses import dataclass
|
|
2
|
-
from typing import Dict, List, Any, Optional
|
|
3
|
-
from typing_extensions import Self
|
|
4
|
-
from inflection import camelize, underscore
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
@dataclass
|
|
8
|
-
class KeyUse:
|
|
9
|
-
|
|
10
|
-
def to_dict(self) -> Dict[str, Any]:
|
|
11
|
-
result: Dict[str, Any] = {}
|
|
12
|
-
return result
|
|
13
|
-
|
|
14
|
-
@classmethod
|
|
15
|
-
def from_dict(cls, data: Dict[str, Any]) -> Self:
|
|
16
|
-
snake_data: Dict[str, Any] = {underscore(k): v for k, v in data.items()}
|
|
17
|
-
|
|
18
|
-
required_fields = []
|
|
19
|
-
missing = [f for f in required_fields if f not in snake_data]
|
|
20
|
-
if missing:
|
|
21
|
-
raise ValueError(f'missing required field: {missing}')
|
|
22
|
-
return cls(**snake_data)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.7.6'
|
|
File without changes
|
{checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxODataApiSDK/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.7.6 → checkmarxpythonsdk-1.7.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyApi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|