1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Azure EASM samples for Python client
The sample programs here demonstrate some common use case scenarios for the Azure EASM Python SDK Client.
## Contents
| File | Description |
|-------------|-------------|
| [sample1_managing_discovery_runs.py][discovery_runs_sample] | create/run discovery groups |
| [sample2_create_disco_group_from_template.py][discovery_template_sample] | create discovery groups using templates |
| [sample3_use_saved_filters.py][saved_filters_sample] | create saved filters |
| [sample4_managing_external_ids.py][manage_external_ids_sample] | manage external ids using the SDK |
[discovery_runs_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample1_managing_discovery_runs.py
[discovery_template_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample2_create_disco_group_from_template.py
[saved_filters_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample3_use_saved_filters.py
[manage_external_ids_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample4_managing_external_ids.py
|