Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 472 Bytes

WebHookNotiForwarderPublicDetails.md

File metadata and controls

22 lines (16 loc) · 472 Bytes

Akeyless::WebHookNotiForwarderPublicDetails

Properties

Name Type Description Notes
auth_type String [optional]
endpoint_url String [optional]
username String Auth type - User Password [optional]

Example

require 'akeyless'

instance = Akeyless::WebHookNotiForwarderPublicDetails.new(
  auth_type: null,
  endpoint_url: null,
  username: null
)