Property |
Type |
Description |
enabled |
boolean |
Set to false to remove the token from OCRAProperties or remove token from the array in OCRAProperties.
|
provider |
provider |
A Provider object.
|
revocationStatus |
integer |
Any of the following:
0 |
ACTIVE |
1 |
ON HOLD |
2 |
REVOKED |
|
tokenId |
string |
Identifier of the token unique together with the provider.
|
generatePwd |
boolean |
Set to true if the system should generate a new password.
|
pwdNeverExpires |
boolean |
Set to true if the password never should expire.
|
userCannotChangePwd |
boolean |
Set to true if the user are not allowed to change password.
|
userMustChangePwd |
boolean |
Set to true if the user must change password at next logon.
|
useDirectoryPwd |
boolean |
Set to true if the User storage password should be used.
|
password |
string |
Write-only attribute containing the password, set to null or an empty
string to prevent it from updating while the other attributes are set.
|