added

Attack Surface Management: Microsoft Azure Keys

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:

EndpointNameDescription
POST /api/1.0/business/azure-keysCreate Azure keyCreates a new Microsoft Azure key in the business of the current user.
GET /api/1.0/business/azure-keysList Azure keysReturns 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 keyUpdates the specified Microsoft Azure key.
DELETE /api/1.0/business/azure-keys/{id}Delete Azure keyDeletes the specified Microsoft Azure key.