| Name | Type | Description | Notes |
|---|---|---|---|
| breach_check_date | Time | [optional] | |
| breach_count | Integer | [optional] | |
| breach_suggestions | Array<String> | [optional] | |
| status | String | [optional] |
require 'akeyless'
instance = Akeyless::PasswordBreachInfo.new(
breach_check_date: null,
breach_count: null,
breach_suggestions: null,
status: null
)