{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionPasswordOptions", "title": "ConnectionPasswordOptions", "type": "object", "description": "Password policy options for flexible password policy configuration", "additionalProperties": false, "x-release-lifecycle": "EA", "properties": { "complexity": { "$ref": "#/components/schemas/ConnectionPasswordOptionsComplexity" }, "dictionary": { "$ref": "#/components/schemas/ConnectionPasswordOptionsDictionary" }, "history": { "$ref": "#/components/schemas/ConnectionPasswordOptionsHistory" }, "profile_data": { "$ref": "#/components/schemas/ConnectionPasswordOptionsProfileData" } } }