[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.) # otptoken_add Add a new OTP token. ### Arguments |Name|Type|Required |-|-|- |ipatokenuniqueid|:ref:`Str`|False ### Options * no_qrcode : :ref:`Flag` **(Required)** * Default: False * all : :ref:`Flag` **(Required)** * Default: False * raw : :ref:`Flag` **(Required)** * Default: False * no_members : :ref:`Flag` **(Required)** * Default: False * type : :ref:`StrEnum` * Default: totp * Values: ('totp', 'hotp', 'TOTP', 'HOTP') * description : :ref:`Str` * ipatokenowner : :ref:`Str` * ipatokendisabled : :ref:`Bool` * ipatokennotbefore : :ref:`DateTime` * ipatokennotafter : :ref:`DateTime` * ipatokenvendor : :ref:`Str` * ipatokenmodel : :ref:`Str` * ipatokenserial : :ref:`Str` * ipatokenotpkey : :ref:`OTPTokenKey` * ipatokenotpalgorithm : :ref:`StrEnum` * Default: sha1 * Values: ('sha1', 'sha256', 'sha384', 'sha512') * ipatokenotpdigits : :ref:`IntEnum` * Default: 6 * Values: (6, 8) * ipatokentotpclockoffset : :ref:`Int` * Default: 0 * ipatokentotptimestep : :ref:`Int` * Default: 30 * ipatokenhotpcounter : :ref:`Int` * Default: 0 * setattr : :ref:`Str` * addattr : :ref:`Str` * qrcode : :ref:`Flag` * Default: False * version : :ref:`Str` ### Output |Name|Type |-|- |result|Entry |summary|Output |value|PrimaryKey [//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end) ### Semantics ### Notes ### Version differences