Holds the account configuration properties for the PortWise Synchronized authentication method.
Property |
Type |
Description |
enabled |
boolean |
Set to true if this authentication method is enabled.
|
pin |
string |
A write-only attribute containing the PIN code, set to null or an empty
string to prevent it from updating while the other attributes are set.
|
generatePin |
boolean |
Set to true if the system should generate a new PIN code.
|
pinNeverExpires |
boolean |
Set to true if the PIN code never should expire.
|
userCannotChangePin |
boolean |
Set to true if the user are not allowed to change PIN.
|
userMustChangePin |
boolean |
Set to true if the user must change PIN at next logon.
|
generateSeed |
boolean |
Depricated, use seedingMethod instead: set to true if the system should generate a new seed value.
|
seedingMethod |
int |
Select method for seeding:
0 |
Do not change seeding |
1 |
Seed |
2 |
Activation Code |
|