Name | Type | Description | Notes |
---|---|---|---|
account_id | String | [optional] | |
ca_counts | Hash<String, Integer> | [optional] | |
risk_counts | Hash<String, Integer> | [optional] |
require 'akeyless'
instance = Akeyless::CertificateAnalyticAggregation.new(
account_id: null,
ca_counts: null,
risk_counts: null
)