Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.16 KB

File metadata and controls

28 lines (22 loc) · 1.16 KB

EzmaxApi::AuthenticationexternalResponseCompound

Properties

Name Type Description Notes
pki_authenticationexternal_id Integer The unique ID of the Authenticationexternal
s_authenticationexternal_description String The description of the Authenticationexternal
e_authenticationexternal_type FieldEAuthenticationexternalType
b_authenticationexternal_connected Boolean Whether the Authenticationexternal has been connected or not [optional]
s_authenticationexternal_authorizationurl String The url to authorize the Authenticationexternal [optional]
obj_audit CommonAudit

Example

require 'Ezmaxapi'

instance = EzmaxApi::AuthenticationexternalResponseCompound.new(
  pki_authenticationexternal_id: 56,
  s_authenticationexternal_description: Authentification,
  e_authenticationexternal_type: null,
  b_authenticationexternal_connected: true,
  s_authenticationexternal_authorizationurl: https://www.website.com/authorize.php,
  obj_audit: null
)