| 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 |
require 'Ezmaxapi'
instance = EzmaxApi::AuthenticationexternalListElement.new(
pki_authenticationexternal_id: 56,
s_authenticationexternal_description: Authentification,
e_authenticationexternal_type: null,
b_authenticationexternal_connected: true
)