Sha256: 74b20712bc367e4f4cb853bada112e27f31076e1dc2194287c2e3a1a5169cd5d
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# BudgeaClient::Field ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id_connector** | **Integer** | ID of the related connector | **id** | **Integer** | ID of the field | **name** | **String** | Name of the field | **label** | **String** | Label to display to user | **regex** | **String** | If set, the value must match this regexp | [optional] **type** | **String** | Type of field (text, password, list, hidden) | [optional] [default to 'text'] **ephemeral** | **BOOLEAN** | This field will not be saved in database | [optional] [default to false] **value** | **String** | Default value of the field | [optional] **values** | [**Array<FieldValue>**](FieldValue.md) | | [optional] **required** | **BOOLEAN** | If true, field has to be set to synchronize the connection | [optional] [default to true] **auth_mechanisms** | **Array<String>** | Authentication mechanisms this field is used for | [optional] **connector_sources** | **Array<String>** | | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-5.6.0 | docs/Field.md |
budgea_client-5.5.0 | docs/Field.md |
budgea_client-5.4.0 | docs/Field.md |