Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.42 KB

CreatePasskey.md

File metadata and controls

22 lines (18 loc) · 1.42 KB

CreatePasskey

CreatePasskey is a command that creates a new passkey

Properties

Name Type Description Notes
accessibility str for personal password manager [optional] [default to 'regular']
alg str Passkey type; options: [EC256, EC384, EC512] [default to 'EC256']
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
json bool Set output format to JSON [optional] [default to False]
name str ClassicKey name
origin_url list[str] Originating websites for this passkey [optional]
protection_key_name str The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) [optional]
tags list[str] Add tags attached to this object [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
username str For Password Management use [optional]

[Back to Model list] [Back to API list] [Back to README]