APIKeys

Methods described in this section relate to the APIKeys API. These methods can be accessed at TenableAD.api_keys.

class APIKeyAPI(api: restfly.session.APISession)[source]
get() str[source]

Gets the API Key of the current user.

Examples

>>> tad.api_keys.get()
refresh() str[source]

Creates or renews an API for the current user. Will also refresh the API Key used in the current TenableAD session.

Examples

>>> tad.api_keys.refresh()