Assertions

Summary

A password policy assertions group

Description

Contains a list of assertion groups which can be applied before a password change request is accepted

Fields

Field Name Type Since Version Description
id String The id of the assertions list
description String A description of the assertions list
matchCount String The count of assertions which must pass, * for all
enabled Boolean Indicates if the assertion is to be applied or not
assertion [Assertion] The password assertions

Example JSON

{
  "description" : "password composition",
  "matchCount" : "*",
  "enabled" : true,
  "assertion" : [ {
    "enabled" : false
  } ]
}