added
Attack Surface Management: Microsoft Azure Keys
3 days ago by Lance Duvall
Documentation is now available for new endpoints added to the Tenable Attack Surface Management API. The new endpoints enable customers to create and manage Microsoft Azure keys for integration with Microsoft Azure. For more information about integrating Tenable Attack Surface Management with Microsoft Azure, see Integrate with Microsoft Azure in the Tenable Attack Surface Management User Guide.
The new endpoints are described in the following table:
Endpoint | Name | Description |
---|---|---|
POST /api/1.0/business/azure-keys | Create Azure key | Creates a new Microsoft Azure key in the business of the current user. |
GET /api/1.0/business/azure-keys | List Azure keys | Returns all Microsoft Azure key related data for the business of the current user. The data includes the name and ID of each Microsoft Azure key. |
POST /api/1.0/business/azure-keys/{id} | Update Azure key | Updates the specified Microsoft Azure key. |
DELETE /api/1.0/business/azure-keys/{id} | Delete Azure key | Deletes the specified Microsoft Azure key. |