turbot/duo

GitHub
steampipe plugin install duosteampipe plugin install duo

Table: duo_account_summary

Summary information for the Duo account.

Examples

Get account summary

select
*
from
duo_account_summary

.inspect duo_account_summary

Get summary info for the Duo account.

NameTypeDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
admin_countbigintCurrent number of admins in the account.
integration_countbigintCurrent number of integrations in the account.
telephony_credits_remainingbigintCurrent total number of telephony credits available in the account. This is the sum of all types of telephony credits.
user_countbigintCurrent number of users in the account.
user_pending_deletion_countbigintCurrent number of users pending deletion from the account (seen in the Admin Panel's Trash view).