TOtpAuthenticationModuleType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: OtpAuthenticationModuleType
TOTP authentication module.
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Unique name of the authentication module. 
identifier property
string
[1,1] Unique module identifier. 
description property
string
[0,1] Free form description of the module (administrator comment). 
focusType property
QName
[0,1] Type of logged object that this authentication module applies to. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
credentialName property
string
[0,1] Name of credential definition that should be used when validating password. 
issuer property
string
[1,1] The issuer parameter is a string value indicating the provider or service this account is associated with. 
label property
ItemPathType
[0,1] The parameter is a string value from focus item that is used to identify the account the TOTP token is associated with. 
algorithm property
string
[0,1] The algorithm used to generate the TOTP code. 
secretLength property
int
[0,1] The length of the secret key used to generate the TOTP code. 
digits property
int
[0,1] The number of digits to be used in the TOTP code. 
window property
int
[0,1] The number of time steps that are allowed for the TOTP code to be valid. 
period property
int
[0,1] The time step in seconds that a TOTP code is valid for.