Assertion

Summary

A password policy assertion

Description

Contains a list of assertions which can be enabled and then applied before a password change request is accepted

Fields

Field Name Type Since Version Description
id String The id of the assertion
enabled Boolean A boolean determining if the assertion is enabled or not
attributes {String, String} The name value pairs which are passed as setX argurments to the assertion defined in className

Example JSON

{
  "enabled" : false
}