Skip to main content

ActivateSmartCredentialParms

Parameters for the smart credential activation.

Properties

NameTypeDescriptionNotes
AdditionalUserInfoDictionary<string, string>A map which consists of additional attributes and values to be used for smart credential encoding. Currently the only value that is supported is the value with name &quot;photo&quot; where the value is a Base-64 encoded JPEG or PNG image or a data URL of the form &quot;data:image/<type>;base64,<data>&quot; where <type> is jpeg or png and <data> is a Base-64 encoded JPEG or PNG image.[optional]
DeliverActivationEmailbool?A flag indicating if the activation email should be delivered to the user. If not set, it defaults to false.[optional]
Mobilebool?A flag indicating if the target is mobile smart credential.[optional]
RequirePasswordList<ActivateSmartCredentialParms.RequirePasswordEnum>A list of which activation types (LINK or QRCODE) should use a random password to encrypt the activation information. If the list is null or empty, QRCODE activation will require a password and LINK will not.[optional]
TypeList<ActivateSmartCredentialParms.TypeEnum>A list of activation types (LINK or QRCODE) to perform. If the list is null or empty, all activation types are performed[optional]