CheckmarxPythonSDK 1.6.8__tar.gz → 1.7.0__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.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsApi.py +12 -12
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperApi.py +48 -48
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesApi.py +16 -16
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIdApi.py +44 -44
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/EventRepresentation.py +4 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/config.py +1 -1
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +39 -16
- checkmarxpythonsdk-1.7.0/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.6.8/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxODataApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/CodeRepositoryProjectImportAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRolesApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersApi.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/api_url.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Access.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AdminEventRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ApplicationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ApplicationRepresentationClaims.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthDetailsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Authorization.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClaimRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientTemplateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Composites.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Confirmation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/DecisionStrategy.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/EnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/InstallationAdapterConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyUse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Logic.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MethodConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/OAuthClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathCacheConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathSegment.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyEnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyEnforcerConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PublishedRealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceOwnerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentationOwner.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeEnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SocialLinkRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttribute.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributePermissions.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributeRequired.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributeSelector.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPGroup.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileAttributeGroupMetadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileAttributeMetadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileMetadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserSessionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/accessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/accessManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/byorResultsHandlerV2API.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/customStateAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AddAssignmentRoles.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Assignment.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AssignmentsForResource.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AssignmentsWithBaseRoles.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/BaseRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/BaseRolesResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ByorJob.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ByorJobPatchRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Client.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientWithResource.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ClientsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccount.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccountLog.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CloudInsightContainer.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CloudInsightCreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CloudInsightEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Composites.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ContributorInsights.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ContributorScmInsights.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ContributorUnfamiliarProjects.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CreateRoleRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/CustomState.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/EffectivePermissionsForResourceResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/EntitiesForExtendedResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/EntityRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/EntityType.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/GroupWithResource.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/GroupsResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/GroupsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/InternalClient.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/InternalGroup.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/InternalUser.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/KicsResultCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/MultipleAssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountLogsListResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountsListResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PaginatedContainersListResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PaginatedResourcesList.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProtocolMappersRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Resource.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResourceType.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RoleWithDetails.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SocialLinkRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/StrEnum.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/TriageRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/TriageResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/User.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserProfileAttributeGroupMetadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserProfileAttributeMetadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserProfileMetadata.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UserWithResource.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/VersionsOut.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WebHook.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WebHookConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WebHookEvent.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WebHookInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WebHooksCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/versionsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxOne/webhookAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/api_client.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/configuration.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/LICENSE +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/README.md +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/setup.py +0 -0
- {checkmarxpythonsdk-1.6.8 → checkmarxpythonsdk-1.7.0}/tests/test_sample.py +0 -0
|
@@ -45,21 +45,21 @@ class GroupsApi:
|
|
|
45
45
|
def post_groups(self, realm: str, group_representation: GroupRepresentation) -> bool:
|
|
46
46
|
"""
|
|
47
47
|
create or add a top level realm groupSet or create child.
|
|
48
|
-
|
|
48
|
+
|
|
49
49
|
Args:
|
|
50
50
|
realm (str): [required]
|
|
51
51
|
group_representation (GroupRepresentation): Request body data [required]
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
Returns:
|
|
54
54
|
bool
|
|
55
|
-
|
|
55
|
+
|
|
56
56
|
URL:
|
|
57
57
|
Relative path: /{realm}/groups
|
|
58
58
|
"""
|
|
59
59
|
relative_url = f"{api_url}/{realm}/groups"
|
|
60
60
|
response = self.api_client.post_request(relative_url=relative_url, json=group_representation.to_dict(),
|
|
61
61
|
is_iam=True)
|
|
62
|
-
return response.status_code ==
|
|
62
|
+
return response.status_code == 201
|
|
63
63
|
|
|
64
64
|
def get_groups_count_by_realm(self, realm: str, search: str = None, top: str = None) -> Dict[str, Any]:
|
|
65
65
|
"""
|
|
@@ -101,22 +101,22 @@ class GroupsApi:
|
|
|
101
101
|
def put_group_by_realm_by_id(self, realm: str, id: str, group_representation: GroupRepresentation) -> bool:
|
|
102
102
|
"""
|
|
103
103
|
Update group, ignores subgroups.
|
|
104
|
-
|
|
104
|
+
|
|
105
105
|
Args:
|
|
106
106
|
realm (str): [required]
|
|
107
107
|
id (str): [required]
|
|
108
108
|
group_representation (GroupRepresentation): Request body data [required]
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
Returns:
|
|
111
111
|
bool
|
|
112
|
-
|
|
112
|
+
|
|
113
113
|
URL:
|
|
114
114
|
Relative path: /{realm}/groups/{id}
|
|
115
115
|
"""
|
|
116
116
|
relative_url = f"{api_url}/{realm}/groups/{id}"
|
|
117
117
|
response = self.api_client.put_request(relative_url=relative_url, json=group_representation.to_dict(),
|
|
118
118
|
is_iam=True)
|
|
119
|
-
return response.status_code ==
|
|
119
|
+
return response.status_code == 204
|
|
120
120
|
|
|
121
121
|
def delete_group_by_realm_by_id(self, realm: str, id: str) -> bool:
|
|
122
122
|
"""
|
|
@@ -161,22 +161,22 @@ class GroupsApi:
|
|
|
161
161
|
def post_children(self, realm: str, id: str, group_representation: GroupRepresentation) -> bool:
|
|
162
162
|
"""
|
|
163
163
|
Set or create child.
|
|
164
|
-
|
|
164
|
+
|
|
165
165
|
Args:
|
|
166
166
|
realm (str): [required]
|
|
167
167
|
id (str): [required]
|
|
168
168
|
group_representation (GroupRepresentation): Request body data [required]
|
|
169
|
-
|
|
169
|
+
|
|
170
170
|
Returns:
|
|
171
171
|
bool
|
|
172
|
-
|
|
172
|
+
|
|
173
173
|
URL:
|
|
174
174
|
Relative path: /{realm}/groups/{id}/children
|
|
175
175
|
"""
|
|
176
176
|
relative_url = f"{api_url}/{realm}/groups/{id}/children"
|
|
177
177
|
response = self.api_client.post_request(relative_url=relative_url, json=group_representation.to_dict(),
|
|
178
178
|
is_iam=True)
|
|
179
|
-
return response.status_code ==
|
|
179
|
+
return response.status_code == 201
|
|
180
180
|
|
|
181
181
|
def get_group_management_permissions(self, realm: str, id: str) -> ManagementPermissionReference:
|
|
182
182
|
"""
|
|
@@ -16,55 +16,55 @@ class RoleMapperApi:
|
|
|
16
16
|
def get_group_role_mappings(self, realm: str, id: str) -> MappingsRepresentation:
|
|
17
17
|
"""
|
|
18
18
|
Get role mappings
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
Args:
|
|
21
21
|
realm (str): [required]
|
|
22
22
|
id (str): [required]
|
|
23
|
-
|
|
23
|
+
|
|
24
24
|
Returns:
|
|
25
25
|
MappingsRepresentation
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
URL:
|
|
28
28
|
Relative path: /{realm}/groups/{id}/role-mappings
|
|
29
29
|
"""
|
|
30
|
-
relative_url = f"{api_url}/{realm}/groups/{id}/
|
|
30
|
+
relative_url = f"{api_url}/{realm}/groups/{id}/role-mappings"
|
|
31
31
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
32
32
|
return MappingsRepresentation.from_dict(response.json())
|
|
33
33
|
|
|
34
34
|
def get_group_role_mappings_realm(self, realm: str, id: str) -> List[RoleRepresentation]:
|
|
35
35
|
"""
|
|
36
36
|
Get realm-level role mappings
|
|
37
|
-
|
|
37
|
+
|
|
38
38
|
Args:
|
|
39
39
|
realm (str): [required]
|
|
40
40
|
id (str): [required]
|
|
41
|
-
|
|
41
|
+
|
|
42
42
|
Returns:
|
|
43
43
|
List[RoleRepresentation]
|
|
44
|
-
|
|
44
|
+
|
|
45
45
|
URL:
|
|
46
46
|
Relative path: /{realm}/groups/{id}/role-mappings/realm
|
|
47
47
|
"""
|
|
48
|
-
relative_url = f"{api_url}/{realm}/groups/{id}/
|
|
48
|
+
relative_url = f"{api_url}/{realm}/groups/{id}/role-mappings/realm"
|
|
49
49
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
50
50
|
return [RoleRepresentation.from_dict(item) for item in response.json()]
|
|
51
51
|
|
|
52
52
|
def post_group_role_mappings_realm(self, realm: str, id: str, role_representation: RoleRepresentation) -> bool:
|
|
53
53
|
"""
|
|
54
54
|
Add realm-level role mappings to the user
|
|
55
|
-
|
|
55
|
+
|
|
56
56
|
Args:
|
|
57
57
|
realm (str): [required]
|
|
58
58
|
id (str): [required]
|
|
59
59
|
role_representation (RoleRepresentation): Request body data [required]
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
Returns:
|
|
62
62
|
bool
|
|
63
|
-
|
|
63
|
+
|
|
64
64
|
URL:
|
|
65
65
|
Relative path: /{realm}/groups/{id}/role-mappings/realm
|
|
66
66
|
"""
|
|
67
|
-
relative_url = f"{api_url}/{realm}/groups/{id}/
|
|
67
|
+
relative_url = f"{api_url}/{realm}/groups/{id}/role-mappings/realm"
|
|
68
68
|
response = self.api_client.post_request(relative_url=relative_url, json=role_representation.to_dict(),
|
|
69
69
|
is_iam=True)
|
|
70
70
|
return response.status_code == 201
|
|
@@ -72,36 +72,36 @@ class RoleMapperApi:
|
|
|
72
72
|
def delete_group_role_mappings_realm(self, realm: str, id: str) -> bool:
|
|
73
73
|
"""
|
|
74
74
|
Delete realm-level role mappings
|
|
75
|
-
|
|
75
|
+
|
|
76
76
|
Args:
|
|
77
77
|
realm (str): [required]
|
|
78
78
|
id (str): [required]
|
|
79
|
-
|
|
79
|
+
|
|
80
80
|
Returns:
|
|
81
81
|
bool
|
|
82
|
-
|
|
82
|
+
|
|
83
83
|
URL:
|
|
84
84
|
Relative path: /{realm}/groups/{id}/role-mappings/realm
|
|
85
85
|
"""
|
|
86
|
-
relative_url = f"{api_url}/{realm}/groups/{id}/
|
|
86
|
+
relative_url = f"{api_url}/{realm}/groups/{id}/role-mappings/realm"
|
|
87
87
|
response = self.api_client.delete_request(relative_url=relative_url, is_iam=True)
|
|
88
88
|
return response.status_code == 204
|
|
89
89
|
|
|
90
90
|
def get_group_role_mappings_realm_available(self, realm: str, id: str) -> List[RoleRepresentation]:
|
|
91
91
|
"""
|
|
92
92
|
Get realm-level roles that can be mapped
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
Args:
|
|
95
95
|
realm (str): [required]
|
|
96
96
|
id (str): [required]
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
Returns:
|
|
99
99
|
List[RoleRepresentation]
|
|
100
|
-
|
|
100
|
+
|
|
101
101
|
URL:
|
|
102
102
|
Relative path: /{realm}/groups/{id}/role-mappings/realm/available
|
|
103
103
|
"""
|
|
104
|
-
relative_url = f"{api_url}/{realm}/groups/{id}/
|
|
104
|
+
relative_url = f"{api_url}/{realm}/groups/{id}/role-mappings/realm/available"
|
|
105
105
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
106
106
|
return [RoleRepresentation.from_dict(item) for item in response.json()]
|
|
107
107
|
|
|
@@ -109,75 +109,75 @@ class RoleMapperApi:
|
|
|
109
109
|
RoleRepresentation]:
|
|
110
110
|
"""
|
|
111
111
|
Get effective realm-level role mappings This will recurse all composite roles to get the result.
|
|
112
|
-
|
|
112
|
+
|
|
113
113
|
Args:
|
|
114
114
|
realm (str): [required]
|
|
115
115
|
id (str): [required]
|
|
116
116
|
brief_representation (bool): if false, return roles with their attributes
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
Returns:
|
|
119
119
|
List[RoleRepresentation]
|
|
120
|
-
|
|
120
|
+
|
|
121
121
|
URL:
|
|
122
122
|
Relative path: /{realm}/groups/{id}/role-mappings/realm/composite
|
|
123
123
|
"""
|
|
124
124
|
params = {"briefRepresentation": brief_representation}
|
|
125
|
-
relative_url = f"{api_url}/{realm}/groups/{id}/
|
|
125
|
+
relative_url = f"{api_url}/{realm}/groups/{id}/role-mappings/realm/composite"
|
|
126
126
|
response = self.api_client.get_request(relative_url=relative_url, params=params, is_iam=True)
|
|
127
127
|
return [RoleRepresentation.from_dict(item) for item in response.json()]
|
|
128
128
|
|
|
129
129
|
def get_user_role_mappings(self, realm: str, id: str) -> MappingsRepresentation:
|
|
130
130
|
"""
|
|
131
131
|
Get role mappings
|
|
132
|
-
|
|
132
|
+
|
|
133
133
|
Args:
|
|
134
134
|
realm (str): [required]
|
|
135
135
|
id (str): [required]
|
|
136
|
-
|
|
136
|
+
|
|
137
137
|
Returns:
|
|
138
138
|
MappingsRepresentation
|
|
139
|
-
|
|
139
|
+
|
|
140
140
|
URL:
|
|
141
141
|
Relative path: /{realm}/users/{id}/role-mappings
|
|
142
142
|
"""
|
|
143
|
-
relative_url = f"{api_url}/{realm}/users/{id}/
|
|
143
|
+
relative_url = f"{api_url}/{realm}/users/{id}/role-mappings"
|
|
144
144
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
145
145
|
return MappingsRepresentation.from_dict(response.json())
|
|
146
146
|
|
|
147
147
|
def get_user_role_mappings_realm(self, realm: str, id: str) -> List[RoleRepresentation]:
|
|
148
148
|
"""
|
|
149
149
|
Get realm-level role mappings
|
|
150
|
-
|
|
150
|
+
|
|
151
151
|
Args:
|
|
152
152
|
realm (str): [required]
|
|
153
153
|
id (str): [required]
|
|
154
|
-
|
|
154
|
+
|
|
155
155
|
Returns:
|
|
156
156
|
List[RoleRepresentation]
|
|
157
|
-
|
|
157
|
+
|
|
158
158
|
URL:
|
|
159
159
|
Relative path: /{realm}/users/{id}/role-mappings/realm
|
|
160
160
|
"""
|
|
161
|
-
relative_url = f"{api_url}/{realm}/users/{id}/
|
|
161
|
+
relative_url = f"{api_url}/{realm}/users/{id}/role-mappings/realm"
|
|
162
162
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
163
163
|
return [RoleRepresentation.from_dict(item) for item in response.json()]
|
|
164
164
|
|
|
165
165
|
def post_user_role_mappings_realm(self, realm: str, id: str, role_representation: RoleRepresentation) -> bool:
|
|
166
166
|
"""
|
|
167
167
|
Add realm-level role mappings to the user
|
|
168
|
-
|
|
168
|
+
|
|
169
169
|
Args:
|
|
170
170
|
realm (str): [required]
|
|
171
171
|
id (str): [required]
|
|
172
172
|
role_representation (RoleRepresentation): Request body data [required]
|
|
173
|
-
|
|
173
|
+
|
|
174
174
|
Returns:
|
|
175
175
|
bool
|
|
176
|
-
|
|
176
|
+
|
|
177
177
|
URL:
|
|
178
178
|
Relative path: /{realm}/users/{id}/role-mappings/realm
|
|
179
179
|
"""
|
|
180
|
-
relative_url = f"{api_url}/{realm}/users/{id}/
|
|
180
|
+
relative_url = f"{api_url}/{realm}/users/{id}/role-mappings/realm"
|
|
181
181
|
response = self.api_client.post_request(relative_url=relative_url, json=role_representation.to_dict(),
|
|
182
182
|
is_iam=True)
|
|
183
183
|
return response.status_code == 201
|
|
@@ -185,36 +185,36 @@ class RoleMapperApi:
|
|
|
185
185
|
def delete_user_role_mappings_realm(self, realm: str, id: str) -> bool:
|
|
186
186
|
"""
|
|
187
187
|
Delete realm-level role mappings
|
|
188
|
-
|
|
188
|
+
|
|
189
189
|
Args:
|
|
190
190
|
realm (str): [required]
|
|
191
191
|
id (str): [required]
|
|
192
|
-
|
|
192
|
+
|
|
193
193
|
Returns:
|
|
194
194
|
bool
|
|
195
|
-
|
|
195
|
+
|
|
196
196
|
URL:
|
|
197
197
|
Relative path: /{realm}/users/{id}/role-mappings/realm
|
|
198
198
|
"""
|
|
199
|
-
relative_url = f"{api_url}/{realm}/users/{id}/
|
|
199
|
+
relative_url = f"{api_url}/{realm}/users/{id}/role-mappings/realm"
|
|
200
200
|
response = self.api_client.delete_request(relative_url=relative_url, is_iam=True)
|
|
201
201
|
return response.status_code == 204
|
|
202
202
|
|
|
203
203
|
def get_user_role_mappings_realm_available(self, realm: str, id: str) -> List[RoleRepresentation]:
|
|
204
204
|
"""
|
|
205
205
|
Get realm-level roles that can be mapped
|
|
206
|
-
|
|
206
|
+
|
|
207
207
|
Args:
|
|
208
208
|
realm (str): [required]
|
|
209
209
|
id (str): [required]
|
|
210
|
-
|
|
210
|
+
|
|
211
211
|
Returns:
|
|
212
212
|
List[RoleRepresentation]
|
|
213
|
-
|
|
213
|
+
|
|
214
214
|
URL:
|
|
215
215
|
Relative path: /{realm}/users/{id}/role-mappings/realm/available
|
|
216
216
|
"""
|
|
217
|
-
relative_url = f"{api_url}/{realm}/users/{id}/
|
|
217
|
+
relative_url = f"{api_url}/{realm}/users/{id}/role-mappings/realm/available"
|
|
218
218
|
response = self.api_client.get_request(relative_url=relative_url, is_iam=True)
|
|
219
219
|
return [RoleRepresentation.from_dict(item) for item in response.json()]
|
|
220
220
|
|
|
@@ -222,19 +222,19 @@ class RoleMapperApi:
|
|
|
222
222
|
RoleRepresentation]:
|
|
223
223
|
"""
|
|
224
224
|
Get effective realm-level role mappings This will recurse all composite roles to get the result.
|
|
225
|
-
|
|
225
|
+
|
|
226
226
|
Args:
|
|
227
227
|
realm (str): [required]
|
|
228
228
|
id (str): [required]
|
|
229
229
|
brief_representation (bool): if false, return roles with their attributes
|
|
230
|
-
|
|
230
|
+
|
|
231
231
|
Returns:
|
|
232
232
|
List[RoleRepresentation]
|
|
233
|
-
|
|
233
|
+
|
|
234
234
|
URL:
|
|
235
235
|
Relative path: /{realm}/users/{id}/role-mappings/realm/composite
|
|
236
236
|
"""
|
|
237
237
|
params = {"briefRepresentation": brief_representation}
|
|
238
|
-
relative_url = f"{api_url}/{realm}/users/{id}/
|
|
238
|
+
relative_url = f"{api_url}/{realm}/users/{id}/role-mappings/realm/composite"
|
|
239
239
|
response = self.api_client.get_request(relative_url=relative_url, params=params, is_iam=True)
|
|
240
240
|
return [RoleRepresentation.from_dict(item) for item in response.json()]
|
|
@@ -42,22 +42,22 @@ class RolesApi:
|
|
|
42
42
|
def post_client_roles(self, realm: str, id: str, role_representation: RoleRepresentation) -> bool:
|
|
43
43
|
"""
|
|
44
44
|
Create a new role for the realm or client
|
|
45
|
-
|
|
45
|
+
|
|
46
46
|
Args:
|
|
47
47
|
realm (str): [required]
|
|
48
48
|
id (str): [required]
|
|
49
49
|
role_representation (RoleRepresentation): Request body data [required]
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
Returns:
|
|
52
52
|
bool
|
|
53
|
-
|
|
53
|
+
|
|
54
54
|
URL:
|
|
55
55
|
Relative path: /{realm}/clients/{id}/roles
|
|
56
56
|
"""
|
|
57
57
|
relative_url = f"{api_url}/{realm}/clients/{id}/roles"
|
|
58
58
|
response = self.api_client.post_request(relative_url=relative_url, json=role_representation.to_dict(),
|
|
59
59
|
is_iam=True)
|
|
60
|
-
return response.status_code ==
|
|
60
|
+
return response.status_code == 201
|
|
61
61
|
|
|
62
62
|
def get_client_role(self, realm: str, id: str, role_name: str) -> RoleRepresentation:
|
|
63
63
|
"""
|
|
@@ -81,23 +81,23 @@ class RolesApi:
|
|
|
81
81
|
def put_client_role(self, realm: str, id: str, role_name: str, role_representation: RoleRepresentation) -> bool:
|
|
82
82
|
"""
|
|
83
83
|
Update a role by name
|
|
84
|
-
|
|
84
|
+
|
|
85
85
|
Args:
|
|
86
86
|
realm (str): [required]
|
|
87
87
|
id (str): [required]
|
|
88
88
|
role_name (str): [required]
|
|
89
89
|
role_representation (RoleRepresentation): Request body data [required]
|
|
90
|
-
|
|
90
|
+
|
|
91
91
|
Returns:
|
|
92
92
|
bool
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
URL:
|
|
95
95
|
Relative path: /{realm}/clients/{id}/roles/{role_name}
|
|
96
96
|
"""
|
|
97
97
|
relative_url = f"{api_url}/{realm}/clients/{id}/roles/{role_name}"
|
|
98
98
|
response = self.api_client.put_request(relative_url=relative_url, json=role_representation.to_dict(),
|
|
99
99
|
is_iam=True)
|
|
100
|
-
return response.status_code ==
|
|
100
|
+
return response.status_code == 204
|
|
101
101
|
|
|
102
102
|
def delete_client_role(self, realm: str, id: str, role_name: str) -> bool:
|
|
103
103
|
"""
|
|
@@ -333,21 +333,21 @@ class RolesApi:
|
|
|
333
333
|
def post_roles_by_realm(self, realm: str, role_representation: RoleRepresentation) -> bool:
|
|
334
334
|
"""
|
|
335
335
|
Create a new role for the realm or client
|
|
336
|
-
|
|
336
|
+
|
|
337
337
|
Args:
|
|
338
338
|
realm (str): [required]
|
|
339
339
|
role_representation (RoleRepresentation): Request body data [required]
|
|
340
|
-
|
|
340
|
+
|
|
341
341
|
Returns:
|
|
342
342
|
bool
|
|
343
|
-
|
|
343
|
+
|
|
344
344
|
URL:
|
|
345
345
|
Relative path: /{realm}/roles
|
|
346
346
|
"""
|
|
347
347
|
relative_url = f"{api_url}/{realm}/roles"
|
|
348
348
|
response = self.api_client.post_request(relative_url=relative_url, json=role_representation.to_dict(),
|
|
349
349
|
is_iam=True)
|
|
350
|
-
return response.status_code ==
|
|
350
|
+
return response.status_code == 201
|
|
351
351
|
|
|
352
352
|
def get_role_by_realm_by_role_name(self, realm: str, role_name: str) -> RoleRepresentation:
|
|
353
353
|
"""
|
|
@@ -371,22 +371,22 @@ class RolesApi:
|
|
|
371
371
|
role_representation: RoleRepresentation) -> bool:
|
|
372
372
|
"""
|
|
373
373
|
Update a role by name
|
|
374
|
-
|
|
374
|
+
|
|
375
375
|
Args:
|
|
376
376
|
realm (str): [required]
|
|
377
377
|
role_name (str): [required]
|
|
378
378
|
role_representation (RoleRepresentation): Request body data [required]
|
|
379
|
-
|
|
379
|
+
|
|
380
380
|
Returns:
|
|
381
381
|
bool
|
|
382
|
-
|
|
382
|
+
|
|
383
383
|
URL:
|
|
384
384
|
Relative path: /{realm}/roles/{role_name}
|
|
385
385
|
"""
|
|
386
386
|
relative_url = f"{api_url}/{realm}/roles/{role_name}"
|
|
387
387
|
response = self.api_client.put_request(relative_url=relative_url, json=role_representation.to_dict(),
|
|
388
388
|
is_iam=True)
|
|
389
|
-
return response.status_code ==
|
|
389
|
+
return response.status_code == 204
|
|
390
390
|
|
|
391
391
|
def delete_role_by_realm_by_role_name(self, realm: str, role_name: str) -> bool:
|
|
392
392
|
"""
|