@seamapi/http - v1.122.0
GitHub
Preparing search index...
index
ConnectedAccountsUpdateParameters
Type Alias ConnectedAccountsUpdateParameters
type
ConnectedAccountsUpdateParameters
=
{
accepted_capabilities
?:
(
"lock"
|
"thermostat"
|
"noise_sensor"
|
"access_control"
|
"camera"
)
[]
;
automatically_manage_new_devices
?:
boolean
;
connected_account_id
:
string
;
custom_metadata
?:
Record
<
string
,
unknown
>
;
customer_key
?:
string
;
display_name
?:
string
;
}
Index
Properties
accepted_
capabilities?
automatically_
manage_
new_
devices?
connected_
account_
id
custom_
metadata?
customer_
key?
display_
name?
Properties
Optional
accepted_
capabilities
accepted_capabilities
?:
(
"lock"
|
"thermostat"
|
"noise_sensor"
|
"access_control"
|
"camera"
)
[]
Optional
automatically_
manage_
new_
devices
automatically_manage_new_devices
?:
boolean
connected_
account_
id
connected_account_id
:
string
Optional
custom_
metadata
custom_metadata
?:
Record
<
string
,
unknown
>
Optional
customer_
key
customer_key
?:
string
Optional
display_
name
display_name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accepted_
capabilities
automatically_
manage_
new_
devices
connected_
account_
id
custom_
metadata
customer_
key
display_
name
GitHub
@seamapi/http - v1.122.0
Loading...