├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── MS samples └── isolation.py ├── README.md ├── SECURITY.md └── for contribution guide ├── create new file.png ├── create pull 2.png ├── create pull.png ├── edit new file.png ├── end 1.png ├── end 2.png ├── logo.png └── process.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /MS samples/isolation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/MS samples/isolation.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/SECURITY.md -------------------------------------------------------------------------------- /for contribution guide/create new file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/create new file.png -------------------------------------------------------------------------------- /for contribution guide/create pull 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/create pull 2.png -------------------------------------------------------------------------------- /for contribution guide/create pull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/create pull.png -------------------------------------------------------------------------------- /for contribution guide/edit new file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/edit new file.png -------------------------------------------------------------------------------- /for contribution guide/end 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/end 1.png -------------------------------------------------------------------------------- /for contribution guide/end 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/end 2.png -------------------------------------------------------------------------------- /for contribution guide/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/logo.png -------------------------------------------------------------------------------- /for contribution guide/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/MicrosoftDefenderForEndpoint-API-Python/HEAD/for contribution guide/process.png --------------------------------------------------------------------------------