CheckmarxPythonSDK 1.1.2__tar.gz → 1.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checkmarxpythonsdk-1.1.4/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +325 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +12 -2
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -2
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxScaApiSDK/api.py +47 -0
- checkmarxpythonsdk-1.1.4/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK.egg-info/PKG-INFO +12 -2
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/PKG-INFO +12 -2
- checkmarxpythonsdk-1.1.2/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -86
- checkmarxpythonsdk-1.1.2/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/LICENSE +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/README.md +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/setup.py +0 -0
- {checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/tests/test_sample.py +0 -0
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
import json
|
|
2
|
+
from typing import List
|
|
3
|
+
from ...utilities.compat import CREATED, OK, NO_CONTENT
|
|
4
|
+
from ..httpRequests import get_request, post_request, put_request, delete_request
|
|
5
|
+
from ..utilities import get_url_param, type_check
|
|
6
|
+
from .url import api_url
|
|
7
|
+
from .dto import UserRepresentation, construct_user
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def get_users(realm, brief_representation=False, email=None, email_verified=None, enabled=None, exact=None, first=None,
|
|
11
|
+
first_name=None, idp_alias=None, idp_user_id=None, last_name=None, max_result_size=1024, search=None,
|
|
12
|
+
username=None):
|
|
13
|
+
"""
|
|
14
|
+
Returns a stream of users, filtered according to query parameters
|
|
15
|
+
|
|
16
|
+
Args:
|
|
17
|
+
realm (str): realm name (not id!)
|
|
18
|
+
brief_representation (bool): Boolean which defines whether brief representations are returned (default: false)
|
|
19
|
+
email (str): A String contained in email, or the complete email, if param "exact" is true
|
|
20
|
+
email_verified (bool): whether the email has been verified
|
|
21
|
+
enabled (bool): representing if user is enabled or not
|
|
22
|
+
exact (bool): which defines whether the params "last", "first", "email" and "username" must match exactly
|
|
23
|
+
first (int): Pagination offset
|
|
24
|
+
first_name (str): A String contained in firstName, or the complete firstName, if param "exact" is true
|
|
25
|
+
idp_alias (str): The alias of an Identity Provider linked to the user
|
|
26
|
+
idp_user_id (str): The userId at an Identity Provider linked to the user
|
|
27
|
+
last_name (str): A String contained in lastName, or the complete lastName, if param "exact" is true
|
|
28
|
+
max_result_size (int): Maximum results size (defaults to 100)
|
|
29
|
+
search (str): A String contained in username, first or last name, or email
|
|
30
|
+
username (str): A String contained in username, or the complete username, if param "exact" is true
|
|
31
|
+
|
|
32
|
+
Returns:
|
|
33
|
+
list of User
|
|
34
|
+
"""
|
|
35
|
+
type_check(realm, str)
|
|
36
|
+
type_check(brief_representation, bool)
|
|
37
|
+
type_check(email, str)
|
|
38
|
+
type_check(email_verified, bool)
|
|
39
|
+
type_check(enabled, bool)
|
|
40
|
+
type_check(exact, bool)
|
|
41
|
+
type_check(first, int)
|
|
42
|
+
type_check(first_name, str)
|
|
43
|
+
type_check(idp_alias, str)
|
|
44
|
+
type_check(idp_user_id, str)
|
|
45
|
+
type_check(last_name, str)
|
|
46
|
+
type_check(max_result_size, int)
|
|
47
|
+
type_check(search, str)
|
|
48
|
+
type_check(username, str)
|
|
49
|
+
|
|
50
|
+
relative_url = api_url + "/{realm}/users?".format(realm=realm)
|
|
51
|
+
relative_url += get_url_param("briefRepresentation", brief_representation)
|
|
52
|
+
|
|
53
|
+
relative_url += get_url_param("email", email)
|
|
54
|
+
relative_url += get_url_param("emailVerified", email_verified)
|
|
55
|
+
relative_url += get_url_param("enabled", enabled)
|
|
56
|
+
relative_url += get_url_param("exact", exact)
|
|
57
|
+
relative_url += get_url_param("first", first)
|
|
58
|
+
relative_url += get_url_param("firstName", first_name)
|
|
59
|
+
relative_url += get_url_param("idpAlias", idp_alias)
|
|
60
|
+
relative_url += get_url_param("idpUserId", idp_user_id)
|
|
61
|
+
relative_url += get_url_param("lastName", last_name)
|
|
62
|
+
relative_url += get_url_param("max", max_result_size)
|
|
63
|
+
relative_url += get_url_param("search", search)
|
|
64
|
+
relative_url += get_url_param("username", username)
|
|
65
|
+
|
|
66
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
67
|
+
users = response.json()
|
|
68
|
+
return [construct_user(user) for user in users]
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def _filter_user_id_by_name(users, username):
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
Args:
|
|
75
|
+
users (list of User):
|
|
76
|
+
username (str):
|
|
77
|
+
|
|
78
|
+
Returns:
|
|
79
|
+
str or None
|
|
80
|
+
"""
|
|
81
|
+
users_by_name = list(filter(lambda r: r.username == username, users))
|
|
82
|
+
if not users_by_name:
|
|
83
|
+
return None
|
|
84
|
+
user = users_by_name[0]
|
|
85
|
+
user_id = user.id
|
|
86
|
+
return user_id
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def get_user_id_by_name(realm, username):
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
Args:
|
|
93
|
+
realm (str):
|
|
94
|
+
username (str):
|
|
95
|
+
|
|
96
|
+
Returns:
|
|
97
|
+
str
|
|
98
|
+
"""
|
|
99
|
+
users = get_users(realm=realm)
|
|
100
|
+
user_id = _filter_user_id_by_name(users, username)
|
|
101
|
+
return user_id
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
def get_user_id_list_by_username_list(realm: str, username_list: List[str]):
|
|
105
|
+
"""
|
|
106
|
+
|
|
107
|
+
Args:
|
|
108
|
+
realm (str):
|
|
109
|
+
username_list (list of str):
|
|
110
|
+
|
|
111
|
+
Returns:
|
|
112
|
+
list of str
|
|
113
|
+
"""
|
|
114
|
+
users = get_users(realm=realm)
|
|
115
|
+
return [_filter_user_id_by_name(users, username) for username in username_list]
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
def _filter_user_id_by_email(users, email):
|
|
119
|
+
"""
|
|
120
|
+
|
|
121
|
+
Args:
|
|
122
|
+
users:
|
|
123
|
+
email:
|
|
124
|
+
|
|
125
|
+
Returns:
|
|
126
|
+
|
|
127
|
+
"""
|
|
128
|
+
users_by_email = list(filter(lambda r: r.email == email, users))
|
|
129
|
+
if not users_by_email:
|
|
130
|
+
return None
|
|
131
|
+
user = users_by_email[0]
|
|
132
|
+
user_id = user.id
|
|
133
|
+
return user_id
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
def get_user_id_by_email(realm, email):
|
|
137
|
+
"""
|
|
138
|
+
|
|
139
|
+
Args:
|
|
140
|
+
realm (str):
|
|
141
|
+
email (str):
|
|
142
|
+
|
|
143
|
+
Returns:
|
|
144
|
+
str
|
|
145
|
+
"""
|
|
146
|
+
users = get_users(realm=realm)
|
|
147
|
+
user_id = _filter_user_id_by_email(users, email)
|
|
148
|
+
return user_id
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
def get_user_id_list_by_email_list(realm, email_list):
|
|
152
|
+
users = get_users(realm=realm)
|
|
153
|
+
return [_filter_user_id_by_email(users, email) for email in email_list]
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
def create_a_new_user(realm, username, email, first_name, last_name, enabled=True, attributes=None, groups=None,
|
|
157
|
+
email_verified=False, required_actions=None):
|
|
158
|
+
"""
|
|
159
|
+
Username must be unique.
|
|
160
|
+
Args:
|
|
161
|
+
realm (str): realm name (not id!)
|
|
162
|
+
username (str):
|
|
163
|
+
email (str):
|
|
164
|
+
first_name (str):
|
|
165
|
+
last_name (str):
|
|
166
|
+
enabled (bool): user enabled
|
|
167
|
+
attributes (dict): example: {"other":["ccc for test"]}
|
|
168
|
+
groups (list of str):
|
|
169
|
+
email_verified (bool):
|
|
170
|
+
required_actions (list of str): example: ["UPDATE_PASSWORD"]
|
|
171
|
+
|
|
172
|
+
Returns:
|
|
173
|
+
bool
|
|
174
|
+
"""
|
|
175
|
+
result = False
|
|
176
|
+
relative_url = api_url + "/{realm}/users?".format(realm=realm)
|
|
177
|
+
type_check(username, str)
|
|
178
|
+
type_check(email, str)
|
|
179
|
+
type_check(first_name, str)
|
|
180
|
+
type_check(last_name, str)
|
|
181
|
+
type_check(enabled, bool)
|
|
182
|
+
type_check(attributes, dict)
|
|
183
|
+
type_check(groups, list)
|
|
184
|
+
type_check(email_verified, bool)
|
|
185
|
+
type_check(required_actions, list)
|
|
186
|
+
data = {
|
|
187
|
+
"enabled": enabled,
|
|
188
|
+
"attributes": attributes or {},
|
|
189
|
+
"groups": groups or [],
|
|
190
|
+
"emailVerified": email_verified,
|
|
191
|
+
"username": username,
|
|
192
|
+
"email": email,
|
|
193
|
+
"firstName": first_name,
|
|
194
|
+
"lastName": last_name,
|
|
195
|
+
}
|
|
196
|
+
if required_actions:
|
|
197
|
+
data.update({"requiredActions": required_actions or []})
|
|
198
|
+
data = json.dumps(data)
|
|
199
|
+
response = post_request(relative_url=relative_url, data=data, is_iam=True)
|
|
200
|
+
if response.status_code == CREATED:
|
|
201
|
+
result = True
|
|
202
|
+
return result
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
def get_number_of_users_by_given_criteria(realm, email=None, email_verified=None, enabled=None, first_name=None,
|
|
206
|
+
last_name=None, q=None, search=None, username=None):
|
|
207
|
+
"""
|
|
208
|
+
Returns the number of users that match the given criteria.
|
|
209
|
+
Args:
|
|
210
|
+
realm (str): realm name (not id!)
|
|
211
|
+
email (str): email filter
|
|
212
|
+
email_verified (str):
|
|
213
|
+
enabled (str): Boolean representing if user is enabled or not
|
|
214
|
+
first_name (str): first name filter
|
|
215
|
+
last_name (str):
|
|
216
|
+
q (str):
|
|
217
|
+
search (str): arbitrary search string for all the fields below. Default search behavior is prefix-based
|
|
218
|
+
(e.g., foo or foo*). Use foo for infix search and "foo" for exact search.
|
|
219
|
+
username (str): username filter
|
|
220
|
+
|
|
221
|
+
Returns:
|
|
222
|
+
int
|
|
223
|
+
"""
|
|
224
|
+
relative_url = api_url + f"/{realm}/users/count"
|
|
225
|
+
relative_url += get_url_param("email", email)
|
|
226
|
+
relative_url += get_url_param("emailVerified", email_verified)
|
|
227
|
+
relative_url += get_url_param("enabled", enabled)
|
|
228
|
+
relative_url += get_url_param("firstName", first_name)
|
|
229
|
+
relative_url += get_url_param("lastName", last_name)
|
|
230
|
+
relative_url += get_url_param("q", q)
|
|
231
|
+
relative_url += get_url_param("search", search)
|
|
232
|
+
relative_url += get_url_param("username", username)
|
|
233
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
234
|
+
result = response.json()
|
|
235
|
+
return result
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
def delete_user(realm, user_id):
|
|
239
|
+
"""
|
|
240
|
+
|
|
241
|
+
Args:
|
|
242
|
+
realm (str): realm name (not id!)
|
|
243
|
+
user_id (str):
|
|
244
|
+
|
|
245
|
+
Returns:
|
|
246
|
+
|
|
247
|
+
"""
|
|
248
|
+
result = False
|
|
249
|
+
relative_url = api_url + f"/{realm}/users/{user_id}"
|
|
250
|
+
type_check(realm, str)
|
|
251
|
+
type_check(user_id, str)
|
|
252
|
+
response = delete_request(relative_url=relative_url, is_iam=True)
|
|
253
|
+
if response.status_code == NO_CONTENT:
|
|
254
|
+
result = True
|
|
255
|
+
return result
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
def get_users_profile(realm):
|
|
259
|
+
"""
|
|
260
|
+
|
|
261
|
+
Args:
|
|
262
|
+
realm (str):
|
|
263
|
+
|
|
264
|
+
Returns:
|
|
265
|
+
|
|
266
|
+
"""
|
|
267
|
+
relative_url = api_url + f"/{realm}/users/profile"
|
|
268
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
269
|
+
return response.json()
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
def get_users_profile_metadata(realm):
|
|
273
|
+
"""
|
|
274
|
+
|
|
275
|
+
Args:
|
|
276
|
+
realm:
|
|
277
|
+
|
|
278
|
+
Returns:
|
|
279
|
+
|
|
280
|
+
"""
|
|
281
|
+
relative_url = api_url + f"/{realm}/users/profile/metadata"
|
|
282
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
283
|
+
return response.json()
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
def get_user_by_id(realm, user_id):
|
|
287
|
+
"""
|
|
288
|
+
|
|
289
|
+
Args:
|
|
290
|
+
realm (str):
|
|
291
|
+
user_id (str):
|
|
292
|
+
|
|
293
|
+
Returns:
|
|
294
|
+
|
|
295
|
+
"""
|
|
296
|
+
type_check(realm, str)
|
|
297
|
+
type_check(user_id, str)
|
|
298
|
+
relative_url = api_url + f"/{realm}/users/{user_id}"
|
|
299
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
300
|
+
return response.json()
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
def update_user_by_id(realm, user_id, username, first_name, last_name, email,
|
|
304
|
+
email_verified=True, user_enabled=True,
|
|
305
|
+
totp=False, required_actions=None, manage_group_members_ship_access=True, view_access=True,
|
|
306
|
+
map_roles_access=True, impersonate_access=True, manage_access=True, attributes=None):
|
|
307
|
+
result = False
|
|
308
|
+
relative_url = api_url + f"/{realm}/users/{user_id}"
|
|
309
|
+
data = {
|
|
310
|
+
"username": username, "firstName": first_name, "lastName": last_name, "email": email,
|
|
311
|
+
"emailVerified": email_verified, "enabled": user_enabled, "totp": totp,
|
|
312
|
+
"disableableCredentialTypes": [], "requiredActions": required_actions or [], "notBefore": 0,
|
|
313
|
+
"access": {
|
|
314
|
+
"manageGroupMembership": manage_group_members_ship_access, "view": view_access,
|
|
315
|
+
"mapRoles": map_roles_access, "impersonate": impersonate_access,
|
|
316
|
+
"manage": manage_access
|
|
317
|
+
},
|
|
318
|
+
}
|
|
319
|
+
if attributes:
|
|
320
|
+
data.update({"attributes": attributes})
|
|
321
|
+
data = json.dumps(data)
|
|
322
|
+
response = put_request(relative_url=relative_url, data=data, is_iam=True)
|
|
323
|
+
if response.status_code == NO_CONTENT:
|
|
324
|
+
result = True
|
|
325
|
+
return result
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
from .RootAPI import get_realms
|
|
2
2
|
from .UsersAPI import (
|
|
3
3
|
get_users,
|
|
4
|
-
|
|
4
|
+
get_user_id_by_name,
|
|
5
|
+
get_user_id_list_by_username_list,
|
|
6
|
+
get_user_id_by_email,
|
|
7
|
+
get_user_id_list_by_email_list,
|
|
8
|
+
create_a_new_user,
|
|
9
|
+
get_number_of_users_by_given_criteria,
|
|
10
|
+
delete_user,
|
|
11
|
+
get_users_profile,
|
|
12
|
+
get_users_profile_metadata,
|
|
13
|
+
get_user_by_id,
|
|
14
|
+
update_user_by_id,
|
|
5
15
|
)
|
|
6
16
|
|
|
7
17
|
from .GroupsAPI import (
|
|
@@ -21,4 +31,4 @@ from .GroupsAPI import (
|
|
|
21
31
|
|
|
22
32
|
from .RoleMapperAPI import (
|
|
23
33
|
get_role_mappings,
|
|
24
|
-
)
|
|
34
|
+
)
|
{checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxOne/httpRequests.py
RENAMED
|
@@ -14,8 +14,6 @@ def get_data_from_config():
|
|
|
14
14
|
cert = config.get("cert")
|
|
15
15
|
token_req_data = {
|
|
16
16
|
"grant_type": "client_credentials",
|
|
17
|
-
"username": config.get("username"),
|
|
18
|
-
"password": config.get("password"),
|
|
19
17
|
"client_id": config.get("client_id"),
|
|
20
18
|
"client_secret": config.get("client_secret"),
|
|
21
19
|
}
|
|
@@ -1965,12 +1965,55 @@ class Sca(object):
|
|
|
1965
1965
|
"cvss3 { attackComplexity, attackVector, availability, availabilityRequirement, baseScore, "
|
|
1966
1966
|
"confidentiality, confidentialityRequirement, exploitCodeMaturity, integrity, integrityRequirement, "
|
|
1967
1967
|
"privilegesRequired, remediationLevel, reportConfidence, scope, userInteraction }, "
|
|
1968
|
+
"vulnerabilityFixResolutionText,"
|
|
1968
1969
|
"pendingState, pendingChanges, packageState { type, value }, pendingScore, pendingSeverity,"
|
|
1969
1970
|
" isScoreOverridden } }"
|
|
1970
1971
|
" }")
|
|
1971
1972
|
response = self.gql_request(relative_url=self.gql_relative_url, data=query)
|
|
1972
1973
|
return response
|
|
1973
1974
|
|
|
1975
|
+
def get_one_vulnerability(self, scan_id, vulnerability_id, package_id):
|
|
1976
|
+
"""
|
|
1977
|
+
This is a GraphQL API
|
|
1978
|
+
Args:
|
|
1979
|
+
scan_id (str):
|
|
1980
|
+
vulnerability_id (str):
|
|
1981
|
+
package_id (str):
|
|
1982
|
+
|
|
1983
|
+
Returns:
|
|
1984
|
+
|
|
1985
|
+
"""
|
|
1986
|
+
query = ("query { "
|
|
1987
|
+
"vulnerability ("
|
|
1988
|
+
f"scanId: \"{scan_id}\", "
|
|
1989
|
+
f"vulnerabilityId: \"{vulnerability_id}\", "
|
|
1990
|
+
f"packageId: \"{package_id}\""
|
|
1991
|
+
")"
|
|
1992
|
+
"{ packageState { type, value }, assignedPolicies, violatedPolicies, pendingChanges, pendingState, "
|
|
1993
|
+
"state, score, pendingScore, pendingSeverity, isScoreOverridden, morEntityProfilesApplied, credit, "
|
|
1994
|
+
"notes, isIgnored, cve, cwe, description, packageId, severity, type, published, isKevDataExists, "
|
|
1995
|
+
"isExploitDbDataExists, isVulnerabilityNew, detectionDate, relation, vulnerabilityFixResolutionText, "
|
|
1996
|
+
"cweInfo { title }, packageInfo { name, packageRepository, version }, isExploitable, exploitablePath "
|
|
1997
|
+
"{ methodMatch { fullName, line, namespace, shortName, sourceFile }, methodSourceCall { fullName, "
|
|
1998
|
+
"line, namespace, shortName, sourceFile } }, "
|
|
1999
|
+
"vulnerablePackagePath { id, isDevelopment, isResolved, "
|
|
2000
|
+
"name, version, vulnerabilityRiskLevel }, "
|
|
2001
|
+
"references { comment, type, url }, "
|
|
2002
|
+
"cvss2 { attackComplexity, attackVector, authentication, availability, availabilityRequirement,"
|
|
2003
|
+
" baseScore, collateralDamagePotential, confidentiality, confidentialityRequirement,"
|
|
2004
|
+
" exploitCodeMaturity, integrityImpact, integrityRequirement, remediationLevel, reportConfidence, "
|
|
2005
|
+
"targetDistribution, severity }, cvss3 { attackComplexity, attackVector, availability,"
|
|
2006
|
+
" availabilityRequirement, baseScore, confidentiality, confidentialityRequirement, "
|
|
2007
|
+
"exploitCodeMaturity, integrity, integrityRequirement, privilegesRequired, remediationLevel, "
|
|
2008
|
+
"reportConfidence, scope, userInteraction, severity }, "
|
|
2009
|
+
"cvss4 { attackComplexity, attackVector, attackRequirements, privilegesRequired, userInteraction, "
|
|
2010
|
+
"vulnerableSystemConfidentiality, vulnerableSystemIntegrity, vulnerableSystemAvailability, "
|
|
2011
|
+
"subsequentSystemConfidentiality, subsequentSystemIntegrity, subsequentSystemAvailability, "
|
|
2012
|
+
"baseScore, severity }, isEpssDataExists, epssData { cve, date, epss, percentile } }"
|
|
2013
|
+
" }")
|
|
2014
|
+
response = self.gql_request(relative_url=self.gql_relative_url, data=query)
|
|
2015
|
+
return response
|
|
2016
|
+
|
|
1974
2017
|
def get_supply_chain_risks_by_scan_id(self, scan_id, take=10, skip=0):
|
|
1975
2018
|
"""
|
|
1976
2019
|
This is a GraphQL API
|
|
@@ -2667,6 +2710,10 @@ def get_vulnerabilities_risks_by_scan_id(scan_id, is_exploitable_path_enabled=Fa
|
|
|
2667
2710
|
take=take, skip=skip)
|
|
2668
2711
|
|
|
2669
2712
|
|
|
2713
|
+
def get_one_vulnerability(scan_id, vulnerability_id, package_id):
|
|
2714
|
+
return Sca().get_one_vulnerability(scan_id=scan_id, vulnerability_id=vulnerability_id, package_id=package_id)
|
|
2715
|
+
|
|
2716
|
+
|
|
2670
2717
|
def get_supply_chain_risks_by_scan_id(scan_id, take=10, skip=0):
|
|
2671
2718
|
return Sca().get_supply_chain_risks_by_scan_id(scan_id, take=take, skip=skip)
|
|
2672
2719
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.1.4'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
@@ -28,6 +28,16 @@ Requires-Dist: python-dotenv; extra == "dotenv"
|
|
|
28
28
|
Provides-Extra: dev
|
|
29
29
|
Requires-Dist: pytest; extra == "dev"
|
|
30
30
|
Requires-Dist: coverage; extra == "dev"
|
|
31
|
+
Dynamic: author
|
|
32
|
+
Dynamic: author-email
|
|
33
|
+
Dynamic: classifier
|
|
34
|
+
Dynamic: description
|
|
35
|
+
Dynamic: description-content-type
|
|
36
|
+
Dynamic: home-page
|
|
37
|
+
Dynamic: provides-extra
|
|
38
|
+
Dynamic: requires-dist
|
|
39
|
+
Dynamic: requires-python
|
|
40
|
+
Dynamic: summary
|
|
31
41
|
|
|
32
42
|
# Checkmarx Python SDK
|
|
33
43
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
@@ -28,6 +28,16 @@ Requires-Dist: python-dotenv; extra == "dotenv"
|
|
|
28
28
|
Provides-Extra: dev
|
|
29
29
|
Requires-Dist: pytest; extra == "dev"
|
|
30
30
|
Requires-Dist: coverage; extra == "dev"
|
|
31
|
+
Dynamic: author
|
|
32
|
+
Dynamic: author-email
|
|
33
|
+
Dynamic: classifier
|
|
34
|
+
Dynamic: description
|
|
35
|
+
Dynamic: description-content-type
|
|
36
|
+
Dynamic: home-page
|
|
37
|
+
Dynamic: provides-extra
|
|
38
|
+
Dynamic: requires-dist
|
|
39
|
+
Dynamic: requires-python
|
|
40
|
+
Dynamic: summary
|
|
31
41
|
|
|
32
42
|
# Checkmarx Python SDK
|
|
33
43
|
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
from ...utilities.compat import CREATED
|
|
2
|
-
from ..httpRequests import get_request, post_request, put_request, delete_request
|
|
3
|
-
from ..utilities import get_url_param, type_check
|
|
4
|
-
from .url import api_url
|
|
5
|
-
from .dto import UserRepresentation, construct_user
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def get_users(realm, brief_representation=False, email=None, email_verified=None, enabled=None, exact=None, first=None,
|
|
9
|
-
first_name=None, idp_alias=None, idp_user_id=None, last_name=None, max_result_size=100, search=None,
|
|
10
|
-
username=None):
|
|
11
|
-
"""
|
|
12
|
-
Returns a stream of users, filtered according to query parameters
|
|
13
|
-
|
|
14
|
-
Args:
|
|
15
|
-
realm (str): realm name (not id!)
|
|
16
|
-
brief_representation (bool): Boolean which defines whether brief representations are returned (default: false)
|
|
17
|
-
email (str): A String contained in email, or the complete email, if param "exact" is true
|
|
18
|
-
email_verified (bool): whether the email has been verified
|
|
19
|
-
enabled (bool): representing if user is enabled or not
|
|
20
|
-
exact (bool): which defines whether the params "last", "first", "email" and "username" must match exactly
|
|
21
|
-
first (int): Pagination offset
|
|
22
|
-
first_name (str): A String contained in firstName, or the complete firstName, if param "exact" is true
|
|
23
|
-
idp_alias (str): The alias of an Identity Provider linked to the user
|
|
24
|
-
idp_user_id (str): The userId at an Identity Provider linked to the user
|
|
25
|
-
last_name (str): A String contained in lastName, or the complete lastName, if param "exact" is true
|
|
26
|
-
max_result_size (int): Maximum results size (defaults to 100)
|
|
27
|
-
search (str): A String contained in username, first or last name, or email
|
|
28
|
-
username (str): A String contained in username, or the complete username, if param "exact" is true
|
|
29
|
-
|
|
30
|
-
Returns:
|
|
31
|
-
list of User
|
|
32
|
-
"""
|
|
33
|
-
type_check(realm, str)
|
|
34
|
-
type_check(brief_representation, bool)
|
|
35
|
-
type_check(email, str)
|
|
36
|
-
type_check(email_verified, bool)
|
|
37
|
-
type_check(enabled, bool)
|
|
38
|
-
type_check(exact, bool)
|
|
39
|
-
type_check(first, int)
|
|
40
|
-
type_check(first_name, str)
|
|
41
|
-
type_check(idp_alias, str)
|
|
42
|
-
type_check(idp_user_id, str)
|
|
43
|
-
type_check(last_name, str)
|
|
44
|
-
type_check(max_result_size, int)
|
|
45
|
-
type_check(search, str)
|
|
46
|
-
type_check(username, str)
|
|
47
|
-
|
|
48
|
-
relative_url = api_url + "/{realm}/users?".format(realm=realm)
|
|
49
|
-
relative_url += get_url_param("briefRepresentation", brief_representation)
|
|
50
|
-
|
|
51
|
-
relative_url += get_url_param("email", email)
|
|
52
|
-
relative_url += get_url_param("emailVerified", email_verified)
|
|
53
|
-
relative_url += get_url_param("enabled", enabled)
|
|
54
|
-
relative_url += get_url_param("exact", exact)
|
|
55
|
-
relative_url += get_url_param("first", first)
|
|
56
|
-
relative_url += get_url_param("firstName", first_name)
|
|
57
|
-
relative_url += get_url_param("idpAlias", idp_alias)
|
|
58
|
-
relative_url += get_url_param("idpUserId", idp_user_id)
|
|
59
|
-
relative_url += get_url_param("lastName", last_name)
|
|
60
|
-
relative_url += get_url_param("max", max_result_size)
|
|
61
|
-
relative_url += get_url_param("search", search)
|
|
62
|
-
relative_url += get_url_param("username", username)
|
|
63
|
-
|
|
64
|
-
response = get_request(relative_url=relative_url, is_iam=True)
|
|
65
|
-
users = response.json()
|
|
66
|
-
return [construct_user(user) for user in users]
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
def create_a_new_user(realm, user_representation):
|
|
70
|
-
"""
|
|
71
|
-
Username must be unique.
|
|
72
|
-
Args:
|
|
73
|
-
realm (str): realm name (not id!)
|
|
74
|
-
user_representation (UserRepresentation):
|
|
75
|
-
|
|
76
|
-
Returns:
|
|
77
|
-
bool
|
|
78
|
-
"""
|
|
79
|
-
result = False
|
|
80
|
-
relative_url = api_url + "/{realm}/users?".format(realm=realm)
|
|
81
|
-
type_check(user_representation, UserRepresentation)
|
|
82
|
-
post_data = user_representation.get_post_data()
|
|
83
|
-
response = post_request(relative_url=relative_url, data=post_data, is_iam=True)
|
|
84
|
-
if response.status_code == CREATED:
|
|
85
|
-
result = True
|
|
86
|
-
return result
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.1.2'
|
|
File without changes
|
{checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/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
|
|
File without changes
|
{checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.1.2 → checkmarxpythonsdk-1.1.4}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|