passwordComplexityPolicy Get the password policy for the current organization. Returns PasswordComplexityPolicy! Sample QueryVariablesExample Response query { passwordComplexityPolicy } {} { "data": { "passwordComplexityPolicy": { "leakedDetectionPolicy": { "defaultValue": 0, "isActive": true, "isInherited": true, "maxValue": 0, "minValue": 0 }, "lengthPolicy": { "defaultValue": 0, "isActive": true, "isInherited": true, "maxValue": 0, "minValue": 0 } } } }