Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 878 Bytes

File metadata and controls

24 lines (18 loc) · 878 Bytes

EzmaxApi::AuthenticationexternalListElement

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

Example

require 'Ezmaxapi'

instance = EzmaxApi::AuthenticationexternalListElement.new(
  pki_authenticationexternal_id: 56,
  s_authenticationexternal_description: Authentification,
  e_authenticationexternal_type: null,
  b_authenticationexternal_connected: true
)