tb_ce_client.models.AllowCreateNewDevicesDeviceProfileProvisionConfiguration
Extends: DeviceProfileProvisionConfiguration
| Name | Type | Description | Notes |
|---|
| Name | Type | Description | Notes |
|---|---|---|---|
| provision_device_secret | str | Provision device secret | [optional] |
| type | str |
- Package:
tb_ce_client.models - Attribute access:
obj.,obj.name, etc. - Serialize:
obj.model_dump()orobj.model_dump(by_alias=True)for camelCase JSON - Deserialize:
AllowCreateNewDevicesDeviceProfileProvisionConfiguration.model_validate(data)orAllowCreateNewDevicesDeviceProfileProvisionConfiguration.model_validate_json(json_str) - None fields: Optional attributes default to
None; accessing them never raises exceptions