Defines the strategy to validate credentials during device login.
value | description |
---|---|
INHERITED | Strategy to use will be picked up from the default value set for the current account. This value cannot be used as a default for the account. |
LOOSE | Device can change login credentials between credentials and
can use credentials that are used by another device. This is the most insecure strategy. |
STRICT | Device cannot change login credentials between logins and
cannot use credentials that are used by another device. This is the most secure strategy. |