Readonly
defaultsReadonly
ltsStatic
ltsOptional
parameters: {Optional
allow_external_modification?: booleanIndicates whether external modification of the access code is allowed.
Optional
force?: booleanIndicates whether to force the access code conversion. To switch management of an access code from one Seam workspace to another, set force
to true
.
Optional
is_external_modification_allowed?: booleanIndicates whether external modification of the access code is allowed.
Optional
sync?: booleanOptional
parameters: { access_code_id: string; sync?: boolean }ID of the unmanaged access code that you want to delete.
Optional
sync?: booleanOptional
parameters: { access_code_id?: string; code?: string; device_id?: string }Optional
access_code_id?: stringID of the unmanaged access code that you want to get. You must specify either access_code_id
or both device_id
and code
.
Optional
code?: stringCode of the unmanaged access code that you want to get. You must specify either access_code_id
or both device_id
and code
.
Optional
device_id?: stringID of the device containing the unmanaged access code that you want to get. You must specify either access_code_id
or both device_id
and code
.
Optional
parameters: {ID of the device for which you want to list unmanaged access codes.
Optional
limit?: numberNumerical limit on the number of unmanaged access codes to return.
Optional
page_cursor?: null | stringIdentifies the specific page of results to return, obtained from the previous page's next_page_cursor
.
Optional
user_identifier_key?: stringYour user ID for the user by which to filter unmanaged access codes.
Optional
parameters: {ID of the unmanaged access code that you want to update.
Optional
allow_external_modification?: booleanIndicates whether external modification of the code is allowed.
Optional
force?: booleanIndicates whether to force the unmanaged access code update.
Optional
is_external_modification_allowed?: booleanIndicates whether external modification of the code is allowed.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
from
ID of the unmanaged access code that you want to convert to a managed access code.