Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 644 Bytes

File metadata and controls

26 lines (20 loc) · 644 Bytes

Akeyless::WebhookNotiForwarderDetails

Properties

Name Type Description Notes
certificate String Auth type - Certificate [optional]
password String Auth type - User Password [optional]
private_key String [optional]
server_certificate String [optional]
token String Auth type - Token [optional]

Example

require 'akeyless'

instance = Akeyless::WebhookNotiForwarderDetails.new(
  certificate: null,
  password: null,
  private_key: null,
  server_certificate: null,
  token: null
)