Name | Type | Description | Notes |
---|---|---|---|
clients_by_auth_method_types | Hash<String, Integer> | [optional] | |
product | String | [optional] | |
secrets_by_types | Hash<String, Integer> | [optional] | |
time | Integer | [optional] | |
total_clients | Integer | [optional] | |
total_secrets | Integer | [optional] |
require 'akeyless'
instance = Akeyless::UsageReportSummary.new(
clients_by_auth_method_types: null,
product: null,
secrets_by_types: null,
time: null,
total_clients: null,
total_secrets: null
)